#accueil a {
	color:<?= $couleurs[indice($sections,$section)] ?>;
	text-decoration:none;
}

#menu a {
	color:<?= $couleurs[indice($sections,$section)] ?>;
	text-decoration:none;
}



.menu_actif	{
	list-style:none;
	background-color:#66CC99;
	background-color:<?= $couleurs_menu[indice($sections,$section)] ?>;
	background-image:url('images/<?= $fleches_menu[indice($sections,$section)] ?>');
	background-position:center left;
	background-repeat:no-repeat;
	
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:20px;
	cursor:pointer;
	
	vertical-align:middle;
	padding-top:2px;
	padding-left:10px;
}



.menu_actif_big	{
	list-style:none;
	background-color:#66CC99;
	background-color:<?= $couleurs_menu[indice($sections,$section)] ?>;
	background-image:url('images/<?= $fleches_menu[indice($sections,$section)] ?>');
	background-position:center ;
	background-repeat:no-repeat;
	
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:30px;
	cursor:pointer;
	
	vertical-align:middle;
	padding-top:2px;
	padding-left:10px;
}

#corps ul {
	vertical-align:middle;
}

#corps li {
	padding-bottom:5px;
	padding-left:10px;
	list-style-image:url(images/<?= $puces_corps[indice($sections,$section)] ?>);
}

#corps a:link		{ font-size: 12px; color: <?= $couleurs[indice($sections,$section)] ?>; text-decoration: none; }
#corps a:visited	{ font-size: 12px; color: <?= $couleurs[indice($sections,$section)] ?>; text-decoration: none; }
#corps a:hover		{ font-size: 12px; color: <?= $couleurs[indice($sections,$section)] ?>; text-decoration: underline; }


