/* CSS Document */

#header {
width:890px;
z-index:10;
}
#header #logo{
margin:53px 0px 0px 0px;
}

#header ul{
	float:left;
}
#header li{
	list-style:none;
	float:left;
}
#header a, #header img{
	float:left;
	border:none;
}

#header a {
	font-weight:bold;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
#header a:hover {
	/*color:#DA5858;*/
	color:#C70505;
}
#header ul li a#menu1, #header ul li a#menu2, #header ul li a#menu3, #header ul li a#menu4, #header ul li a#menu5 {
	float:left;
	height:151px;
}
#header ul li a#menu1{
	width:144px;
	background:url(../medias/m-commander-off.gif) top left no-repeat;
}
#header ul li a#menu1:hover {
	background:url(../medias/m-commander-on.gif) top left no-repeat;
}

#header ul li a#menu2{
	width:147px;
	background:url(../medias/m-rabbit-plus-proche-off.gif) top left no-repeat;
}
#header ul li a#menu2:hover {
	background:url(../medias/m-rabbit-plus-proche-on.gif) top left no-repeat;
}

#header ul li a#menu3{
	width:154px;
	background:url(../medias/m-nous-connaitre-off.gif) top left no-repeat;
}
#header ul li a#menu3:hover {
	background:url(../medias/m-nous-connaitre-on.gif) top left no-repeat;
}

#header ul li a#menu4{
	width:149px;
	background:url(../medias/m-nous-rejoindre-off.gif) top left no-repeat;
}
#header ul li a#menu4:hover {
	background:url(../medias/m-nous-rejoindre-on.gif) top left no-repeat;
}

#header ul li a#menu5{
	width:121px;
	background:url(../medias/m-devenir-franchise-off.gif) top left no-repeat;
}
#header ul li a#menu5:hover {
	background:url(../medias/m-devenir-franchise-on.gif) top left no-repeat;
}

#menu1{
	margin:0px 0px 0px 7px;
}
#menu2{
	margin:0px 0px 0px 10px;
}
#menu3{
	margin:0px 0px 0px 11px;
}
#menu4{
	margin:0px 0px 0px 14px;
}
#menu5{
	margin:0px 0px 0px 0px;
}

/* **************************************** */
/* ***** SOUS MENU ************************ */
/* **************************************** */
#smenu1,#smenu2,#smenu3,#smenu4,#smenu5{
	position:absolute;
	display:none;
	height:35px;
	top:147px;
	background:url(../medias/smenu-fond.gif) top left repeat-x;
	padding:0px;
	margin:0px;
}
#smenu1 a,#smenu2 a,#smenu3 a,#smenu4 a,#smenu5 a, .smenu_separateur {
	padding:9px 0px;
	}
.smenu_separateur {
float:left;
padding:11px 8px;
}
li.bordG, li.bordD {
display:block;
height:35px;
float:left
}
li.bordG {
background:url(../medias/smenu-bordG.gif) top left no-repeat;
padding-left:12px;
}
li.bordD {
background:url(../medias/smenu-bordD.gif) top right no-repeat;
padding-right:13px;
}
.fleche{
	position:absolute;
	top:-7px;
}
.quality{
	left:700px;
}
#smenu1{
	left:120px;
	width:480px;
}
#smenu1 .fleche{
	left:104px;
	width:16px;
	height:10px;
	background:url(../medias/smenu1-fleche.gif) top left no-repeat;
}

#smenu2{
	left:293px;
	width:466px;
}
#smenu2 .fleche{
	left:104px;
	width:16px;
	height:10px;
	background:url(../medias/smenu2-fleche.gif) top left no-repeat;
}

#smenu3{
	left:248px;
	width:536px;
}
#smenu3 .fleche{
	left:296px;
	width:16px;
	height:10px;
	background:url(../medias/smenu3-fleche.gif) top left no-repeat;
}

#smenu4{
	/*top:143px;*/
	left:420px;
	width:456px;
}
#smenu4 .fleche{
	left:256px;
	width:16px;
	height:10px;
	background:url(../medias/smenu4-fleche.gif) top left no-repeat;
}
#smenu4 li.bordD {padding-right:11px;}
#smenu5{
	/*top:143px;*/
	left:456px;
	width:420px;
}
#smenu5 .fleche{
	left:316px;
	width:16px;
	height:10px;
	background:url(../medias/smenu5-fleche.gif) top left no-repeat;
}
#smenu5 li.bordD {padding-right:12px;}


