

.menu { 
	font-family: arial, sans-serif; 
	width:850px; 
	position:relative; 
	font-size:11px; 
	z-index:100;
	margin-top:20px;
	margin-bottom:0px;
	background: #ccc;
	float: left;
}


#index .menu { 
	font-family: arial, sans-serif; 
	width:495px; 
	position:relative; 
	font-size:11px; 
	z-index:100;
	margin-top:20px;
	margin-bottom: 15px;
	background: #ccc;
	float: right;
}




.menu ul li a, .menu ul li a:visited { 
	display:block; 
	text-decoration:none; 
	color:#000;
	width:85px; 
	height:23px; 
	text-align:center; 
	color:#333; 
	background:#ccc; 
	line-height:23px; 
	font-size:11px; 
	overflow:hidden;

}

.menu ul li a:hover { 
	color:#fff; 
	background:#272727; 
}



.menu ul { 
	padding:0; 
	margin:0; 
	list-style: none;
}

.menu ul li { 
	float:left; 
	position:relative;
}

.menu ul li ul { 
	display: none;
}





/*----------------------------------------

		bt projets
		
-----------------------------------------*/


.menu ul.aGauche li a.projets {
	background-image:url("images/commun/menu_gauche.gif");
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.menu ul.aGauche li a:hover.projets {
	background-image:url("images/commun/menu_gauche_coinHaut.gif");
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #fff;
}


.menu .flecheBas {
padding-right: 1px;
padding-left: 3px;
background-image:url("images/commun/flecheBas.gif");
background-repeat: no-repeat;
	background-position: 4px 2px;

}

/*----------------------------------------

		bt droite
		
-----------------------------------------*/
.menu .aDroite {
	float: right;
	border-left: 1px solid #fff;
	text-align: center;
}


.menu .aDroite img {
	border: 0;
display: block;
width: 10px;
margin-top: 7px;
margin-left: auto;
margin-right: auto;

}
.menu ul.aDroite li a.suivant {
	background-image:url("images/commun/menu_droite_fleche.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: 1px solid #fff;
}

.menu ul.aDroite li a:hover.suivant {
	background-image:url("images/commun/menu_droite_fleche_over.gif");
	background-repeat: no-repeat;
	background-position: right bottom;

}

.menu ul.aDroite li a.precedent {
	background-image:url("images/commun/menu_droite_fleche_precedent.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: 0px solid #fff;
}

.menu ul.aDroite li a:hover.precedent {
	background-image:url("images/commun/menu_droite_fleche_precedent_over.gif");
	background-repeat: no-repeat;
	background-position: right bottom;

}


/*----------------------------------------

		liens sous-menu
		
-----------------------------------------*/

.menu .titreLien {
	display: block;
	float: left;
	margin-top: 6px;
}

.menu .categorie {
	color: #ccc;
	font-size: 11px;
}


/*----------------------------------------

		specific to non IE browsers 
		
-----------------------------------------*/




.menu ul li:hover a.projets { 
	color:#fff; 
	background:#272727;
	background-image:url("images/commun/menu_gauche_coinHaut.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}


.menu ul li:hover ul { 
	display:block; 
	position:absolute; 
	top:23px; 
	left:0; 
	background: transparent;
	border: 0px solid #000;
	background-image:url("images/commun/projets_basZ.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;

}




.menu ul li:hover ul li ul { 
	display: none;
}


.menu ul li:hover ul li a { 
	display:block; 
	background:#272727; 
	color:#fff;
	text-align: left;
	width: 324px;
	height: 38px;
	margin-top: 0px;
	border-top: 1px solid #777;
	line-height: 1.1em;
	font-size: 12px;
}

.menu ul li:hover ul li a img{ 
	border: 0px solid #333;
	margin: 4px;
	margin-right: 10px;
	margin-left: 4px;
	height: 30px;
	width: 30px;
	float: left;
	vertical-align: middle;

}


.menu ul li:hover ul li a:hover { 
	background:#ccc; 
	color:#333;
	background-image:url("images/commun/fleche_suivant_30px.gif");
	background-repeat: no-repeat;
	background-position: center right;
	border-top: 1px solid #999;
}
.menu a:hover .categorie{ 
	color:#c10031; 
}


