/* BODY & GENERAL */

html {
	/* Cette section ne sert pas mais elle est nécessaire car la première section n'est pas interprétée */
}
body {
	margin : 10 10 10 10;
	cursor: default;
	font-family: Arial;
	font-size: 10px;
	color: #444444;
	background-color: #000000;
}
a {
	text-decoration : none;
	color : #444444;
	cursor: pointer;
	border-bottom-width: 1;
	border-bottom-color: #00CC00;
	border-bottom-style: dotted;
}
a:hover {
	color : #00CC00;
	border-bottom-style: solid;
}
span,td,th,p {
	font-family: arial;
	font-size: 12px;
	color: #444444;
}
form {
	margin: 0;
}


/* Mise en forme du texte */

.t_grostitre,.t_grostitre_couleur {
	font-size: 20;
	color: #B6B6B6;
	font-weight: bold;
}
.t_grostitre_couleur {
	color: #6FFF6F;
}
.t_titre,.t_titre_clair {
	color: #B6B6B6;
	font-weight: bold;
	font-size: 14;
}
.t_titre {
	color: #00CC00;
}
.t_couleur {
	color: #6FFF6F;
}
.t_clair {
	color: #B6B6B6;
}
.t_petit {
	font-size: 10;
}
.t_colonne {
	width: 380;
	text-align: justify;
}
.t_cadre {
	text-align: justify;
	border-width: 1;
	border-style: solid;
	border-color: #6FFF6F;
	padding: 10;
	margin: 10;
}
.t_ps,.t_lps {	/* pas souligné, lien pas souligné */
	border-style: none;
}
a.t_lps:hover {	/* pas souligné */
	border-style: none;
}


/* Main Design */

.des_mt {
	background-color: #FFFFFF;
	height: 100%
}
.des_mt_tr1 {
	width: 840;
	height: 47;
	vertical-align: bottom;
}
.des_mt_tr2 {
	width: 840;
	height: 34;
	vertical-align: top;
}
.des_mt_tr3 {
	width: 840;
}

.des_menu_table {
	width: 140;
	height: 20;
	cursor: pointer;
}
.des_menu_td {
	text-align: center;
	vertical-align: top;
	padding-top: 2;
}
.des_menu_text {
	font-weight: bold;
	font-size: 14px;
}

.des_ct {
	height: 100%;
	width: 100%;
}
.des_ct_tr1td1, .des_ct_tr1td3 {
	height: 40;
}
.des_ct_tr1td3 {
	padding-left: 10;
	padding-top: 4;
	color: #B6B6B6;
	vertical-align: top;
}
.des_ct_tr2td1 {
	width: 170;
	vertical-align: top;
	padding: 10;
}
.des_ct_tr2td2 {
	width: 1;
}
.des_ct_tr2td3 {
	padding: 10;
	vertical-align: top;
}
.des_ct_tr3td1,.des_ct_tr3td3 {
	height: 65;
	text-align: center;
	background-color: #E9E9E9;
	padding: 10;
	font-size: 10;
}
.login_username, .login_password,.login_email {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #B6B6B6;
	font-weight: normal;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom: 5px;
	width: 90;
}
.login_username {
	background-image: url(./Images/Design/login_username.png);
}

.login_password {
	background-image: url(./Images/Design/login_password.png);
}

.login_button {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #B6B6B6;
	font-weight: normal;
	width: 100;
	color: #000000;
}


/* INPUT FIELDS */

.input_button_color,.input_select_color,.input_text_color,.input_textarea_color {
	text-decoration: none;
	background-color: #CAFFCA;
	border: 1px solid #00CC00;
	font-weight: normal;
	color: #444444;
}
.input_button_color,.input_select_color,.input_text_color {
	height: 20;
}
.input_button_color {
	width: 100;
}


/* Onglets */

.ong_table {
	height: 20;
}
.ong_td1, .ong_td3,.ong_img {
	width: 10;
	height: 20;
}
.ong_td2,.t_onglet,.t_onglet_white {
	color: #FFFFFF;
	font-size: 12;
	font-weight: bold;
	border-bottom-style: none;
}
.ong_td2 {
	text-align: left;
}
a.t_onglet:hover {
	color: #6FFF6F;
	text-decoration: none;
	border-bottom-style: none;
}
a.t_onglet_white:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
}
.ong_content_table {
	background-color: #E1FFE1;
	border-width: 1;
	border-style: solid;
	border-color: #6FFF6F;
	border-top-style: none;
}
.ong_ul,.ong_ul_orange,.ong_ul_vert {
	padding: 0;
	padding-left: 11;
	margin: 0px;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(./Images/Design/small_arrow_vert.png);
}
.ong_ul_orange {
	list-style-image: url(./Images/Design/small_arrow_orange.png);
}
.ong_ul_vert {
	list-style-image: url(./Images/Design/small_arrow_vert.png);
}
.ong_li {
	padding-top: 4;
	padding-bottom: 4;
}


/* Divider */

.divider_table,.divider_table_offset {
	height: 15;
	width: 100%;
}
.divider_table_offset {
	position: relative;
	left: -20;
	top: 0;
}

.divider_td1 {
	width: 20;
}
.divider_td2,.t_divider {
	color: #00CC00;
	font-size: 12;
	font-weight: bold;
}
.divider_td2 {
	text-align: left;
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #6FFF6F;
}

/* Cardre */
.box_table {
	width: 100%;
}
.box_tr1td1,.box_tr1td3,.box_tr2td1,.box_tr2td3,.box_tr3td1,.box_tr3td3 {
	width: 10;
}
.box_tr1td1,.box_tr1td2,.box_tr1td3,.box_tr3td1,.box_tr3td2,.box_tr3td3 {
	height: 10;
}
.box_tr1td2 {
	background-image: url(./Images/Design/cadre/t.png);
	background-repeat: repeat-x;
}
.box_tr3td2 {
	background-image: url(./Images/Design/cadre/b.png);
	background-repeat: repeat-x;
}
.box_tr2td1 {
	background-image: url(./Images/Design/cadre/l.png);
	background-repeat: repeat-y;
}
.box_tr2td3 {
	background-image: url(./Images/Design/cadre/r.png);
	background-repeat: repeat-y;
}
.box_tr2td2 {
	padding: 4;
}

.et_random {
	width: 100%;
	text-align: center;
	cursor: pointer;
	height: 200;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
.et_random_ebay {
	display: none;
}