@CHARSET "UTF-8";


/***Menu Principal*************************************************************************************************/

#menuPrincipal {
	position : absolute;
	top : 177px;
	left : 16px;
	width : 948px;
	height : 37px;
	background : url(../images/fondMenuAccueil.jpg) no-repeat 0 0;
}

/*gestion fond menu*/
body#rubaffaires #menuPrincipal,
body#affaire #menuPrincipal,
body#votreselection #menuPrincipal {
	background : url(../images/fondMenuAffaires.jpg) no-repeat 0 0;
}

body#contact #menuPrincipal {
	background : url(../images/fondMenuContact.jpg) no-repeat 0 0;
}

body#page_information7 #menuPrincipal {
	background : url(../images/fondMenuAgence.jpg) no-repeat 0 0;
}

body#page_information8 #menuPrincipal {
	background : url(../images/fondMenuMetier.jpg) no-repeat 0 0;
}

#menuPrincipal h3 {
	position : absolute;
	top : 0;
	left : -999em;
}

#menuPrincipal ul {
	position : absolute;
	top : 0;
	right : 0;
	width : auto;
	margin : 0;
	padding : 0;
	list-style : none;
}

#menuPrincipal ul li {
	float : left;
	margin : 0;
	padding : 0;
}

#menuPrincipal ul li a {
	display : block;
	width : auto;
	height : 36px;
	margin : 0 7px 0 0;
	line-height : 37px;
	font-family : Times New Roman, Serif;
	font-size : 1.4em;
	font-style : italic;
	color : white;
	text-decoration : none;
	background : transparent url(../images/etoileMenu.png) no-repeat right center;
}

#menuPrincipal ul li.last-child a {
	background : none;
}

#menuPrincipal ul li.actif a {
	font-style : normal;
	font-weight : bold;
	color : #9fc33c;
}

#menuPrincipal ul li a:hover,
#menuPrincipal ul li.actif a:hover {
	color : silver;
}

#menuPrincipal ul li#accueil a { width : 67px; }

#menuPrincipal ul li#page_info a { width : 73px; }

#menuPrincipal ul li#page_info2 a {	width : 95px; }

#menuPrincipal ul li#affaires a { width : 92px; }

#menuPrincipal ul li#contact a { width : 69px; }

/*#menuPrincipal ul li#selection a { width : 110px }*/

/***Menu Footer****************************************************************************************************/

#menuPiedDePage {
	clear : both;
	width : 946px;
	margin : 20px 0 0 17px;
	height : 48px;
	background : transparent url(../images/separateurTitre.png) repeat-x left top;
}

#menuPiedDePage h3 {
	position : absolute;
	top : 0;
	left : -999em;
}

#menuPiedDePage ul {
	height : auto;
	margin : 0;
	padding : 0;
	list-style : none;
	text-align : center;
}

#menuPiedDePage ul li {
	display : inline;
}

#menuPiedDePage ul li a {
	margin : 0 10px 0 0;
	color : #7d9131;
	font-family : Arial, Helvetica, Verdana, Sans-Serif;
	font-size : 1.1em;
	text-decoration : none;
	line-height : 48px;
}
#menuPiedDePage ul li a:hover {
	color : black;
}
