/* CSS Document */

	

#menu, #menu ul /* Liste */     
{
	list-style : none;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#menu /* Ensemble du menu */
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 850px;
	margin-top: 140px;
	display: block;
	height: 17px;
	background-color: #000000;
	padding: 0px;
}	


#menu a /* Contenu des listes */
{
	color : #FFFFFF; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	width : auto;
	cursor: main;
	padding: 0px;
	display: block;
	margin: 0px;
}
#menu a:hover {
	color: #CC9933;
	display: block;
	padding: 0px;
	width: auto;
	margin: 0px;
}

#menu li /* Elements des listes */      
{
	background-color: #000000;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
}

#menu li ul /* Sous-listes */
{
	position: absolute; /* Position absolue */
	width: 353px; /* Hop, on envoie loin du champ de vision */
	left: -999em;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#menu li ul li /* Éléments de sous-listes */
{
	border: 1px solid #666666;
	text-align: left;
	font-size: 12px;
	text-indent: 0px;
	width: 340px;
	padding: 5px;
}
#menu li ul li a /* Éléments de sous-listes */
{
	text-align: left;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 12px;
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
	margin: 0px;
	padding: 5px;
	width: 342px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu li ul ul 
{
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 342px;
	margin-top: 20px;
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
	left: auto; /* Repositionnement normal */
	min-height: 0;
	color: #CC9933;
}
#menu img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.div_promo {
	width: auto;
}
#global #contenu .bloc_droit .clear {
	background-image: url(../images/fonts/h1.b.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
