/* feuille de style MENU.CSS - theme : cerap */
/* version 10 octobre 2005 */
/* Magusine - les Corsaires asbl fr*/

#titre-navigation {
	display:none;
}

#navigation {
	background-color: #ECF3F6;
}


/* niveau 1 */


#navigation .niveau1 {
	background-image: url('menu.png');
	background-repeat: no-repeat;
	padding: 5px 0 6px 18px;
_padding: 0px 0 6px 18px;
	font-size: 12px;
	color:#fff;
	font-weight: normal;
}

#navigation .niveau1 {
	background-color: #ECF3F6;
}

#navigation .niveau1 a {
	font-family: helvetica;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#navigation .niveau1:hover {
	font-size: 12px;
	background-image: url('menu_over_2.png');
	background-color:#ecf3f6;
	color: #4AB4EF;
}


#navigation .niveau1 a:hover {
	font-size: 12px;
	color: #4AB4EF;
}


#navigation  .courante a {
color: #0d5ba6;
}

#navigation  .courante  {
background-image: url('menu_over.png');
}

#navigation  .courante:hover {
background-image: url('menu_over.png');
}

#navigation  .courante li:hover {
background-image: none;
}


#navigation  .courante li  {
background-image: none;
}


/* niveau 2 */


#navigation .ulniveau2 {
	margin: 22px 0px 10px 0px;
}

#navigation .ulniveau2 {
	font-weight: normal;
	font-size: 11px;
}

#navigation li .niveau2 {
	padding-top: 5px;
_padding-top: 0px;
}

#navigation li .niveau2 a {
	font-size: 11px;
	color:#879196;
}

#navigation .niveau2 a{
	font-size: 11px;
	background-image: url('fleche.gif');
_background-position:left 30%;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left:7px;
	color:#879196;
}


#navigation .niveau2 a:hover {
	font-size: 11px;
	color: #e27500;
}


#navigation .ulniveau2 .courante a{
color: #0d5ba6;
}



/*#menu li>ul { 
 to override top and left in browsers other than IE, 
which will position to the top right of the containing li, 
rather than bottom left 
top: auto;
left: auto;
}*/

#navigation li:hover ul, li.over ul { 
/* lists nested under hovered list items */
	display: block;
}
