/** menu **/
#nav a
{
	text-decoration:none;
}
div#menu
{
position:absolute;
top:120px;
width:800px;
height:28px;
z-index:10;
background-color:#D4CCCA;
}

ul.menu1
{
padding:0;
display:none;
position:absolute;
left:0;
top:28px;
}

#nav li
{
	list-style:none;
}
#nav li.level0
{
	position:relative;
	float:left;
	height:28px;
	border-right:2px solid #7A7A7A;
}
#nav li.level1
{
background-color:#E9E5E4;
text-align:center;
height:25px;
line-height:25px;
border-bottom:1px solid white;
border-top:1px solid white;
width:220px;
}
#menu li.hovered
{
background-color:#D4CCCA;
}

#menu li.level0 a
{
display:block;
font-size:10px;
line-height:28px;
height:28px;
background-repeat:no-repeat;
background-position:10px 50%;
padding:0 20px;
}
#menu li.level1 a
{
	padding:0;
}

a#a00 {background-image:url('/themes/sphinx/images/puce_bleu.gif');}
a#a01 {background-image:url('/themes/sphinx/images/puce_verte.gif');}
a#a02 {background-image:url('/themes/sphinx/images/puce_orange.gif');}
a#a03 {background-image:url('/themes/sphinx/images/puce_jaune.gif');}
a#a04 {background-image:url('/themes/sphinx/images/puce_jaune.gif');}

a.etude_gratuite
{
	color:red;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
	padding:0 5px;
	line-height:25px;
}