/* CSS Document */

.nombre_modele{text-decoration:underline;}

body#bleu .nombre_modele{color:#10C6F3;}
body#vert .nombre_modele{color:#86C400;}
body#violet .nombre_modele{color:#C84CEC;}
body#rose .nombre_modele{color:#F3007A;}
body#marron .nombre_modele{color:#CC6633;}
body#bleu_sombre .nombre_modele{color:#3765ce;}

div#corps_aide_choix {
	background:#FFFFFF;
	position:relative; 
	float:left; 
	top:0px;
	left:20px; 
	width:536px; 
	padding:0px;
}

p.encap_aide_choix{
	margin:0px; 
	padding:0px; 
	width:536px; 
	position:relative; 
	top:0px;
	left:20px;
	float:left;
}
p#haut_aide{
	background:url(Images/aide_au_choix/haut_aide.gif) no-repeat; 
	height:15px;
	margin-top:5px;
}
p#bas_aide{
	background:url(Images/aide_au_choix/bas_aide.gif) no-repeat; 
	height:11px;
}

div#corps_aide_choix p{padding-left:30px; position:relative; float:left;}
div#corps_aide_choix ul{
	padding-left:30px; 
	position:relative; 
	float:left; 
	width:536px; 
	left:0px;
	margin:5px 0px;
	text-align:left;
}
div#corps_aide_choix li{list-style:none; color:#666666; }
div#corps_aide_choix label{cursor:pointer;}

a#voir_aide{

	margin-top:240px; 
	margin-left:210px; 
	width:161px; 
	height:27px; 
	clear:both; 
	display:block;
	margin-bottom:80px;}

body#bleu a#voir_aide{background: url(Images/aide_au_choix/voir_bleu.gif) no-repeat;}
body#vert a#voir_aide{background: url(Images/aide_au_choix/voir_vert.gif) no-repeat;}
body#violet a#voir_aide{background: url(Images/aide_au_choix/voir_violet.gif) no-repeat;}
body#rose a#voir_aide{background: url(Images/aide_au_choix/voir_rose.gif) no-repeat;}
body#marron a#voir_aide{background: url(Images/aide_au_choix/voir_marron.gif) no-repeat;}
body#bleu_sombre a#voir_aide{background: url(Images/aide_au_choix/voir_bleu_sombre.gif) no-repeat;}

.titre_aide{ font-size:14px; font-weight:bold; color:#666666; text-align:left;}