/*---------------------------------------------------*/
/*----------- le style général de la page -----------*/
/*---------------------------------------------------*/

#navlist
{
color: white;
background: #CC9900;
border-bottom: 0.2em Aucune #CC0000;
border-right: 0.2em Aucune #CC0000;
padding: 0 1px;
margin-left: 0;
width: 12em;
font:  bold normal 12px Tahoma;
}

#navlist li
{
	list-style: none;
	margin: 0;
	font-size: 1em;
	background-color: #800000;
	font-family: Tahoma;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: black;
	background: #800000;
	/*border-color: #CC0000 #CC0000 #CC0000 #CC0000;*/
	border-left: 1em solid #CC0000;
	padding: 0.25em 0.5em 0.4em 0.75em;
	font-family: Tahoma;
	font-size: 12px;
}

#navlist a#current {
	/*border-color: #fff #fff #fff #fff; */
	background-color: #800000;
}

#navlist a
{
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 9.6em;
	background-color: #FFCC33;/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
	width: auto;
	background-color: #800000;/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
	background:#800000;
	border-color: #069 #6cf #5bd #fc0;
	/*padding: 0.4em 0.35em 0.25em 0.9em;*/
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #FFD700;
}

#navlist a:active, #navlist a#current:active
{
	background:#CC6600;
	/*border-color: #069 #6cf #5bd #FF8C00;*/
	padding: 0.4em 0.35em 0.25em 0.9em;

}