/*          MENU            */

h1{
	padding:0;
	margin:0;
}
ul{
	margin:10px 0 10px 0;
	padding:0;
}
ul.menu{
	list-style-type:none;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
	line-height:60px;
}
ul.menu li.highlight_1, ul.menu li.highlight_1_sel{
	float:left;
	width:184px;
	height:65px;
	display:block;
	margin:0;
	padding:0;
}
ul.menu li.highlight_1_sel{
	background:url(../images/commun/menu_selected.png) bottom center no-repeat;
}
ul.menu li.highlight_1 a, ul.menu li.highlight_1_sel a{
	width:184px;
	height:65px;
	display:block;
	color:#fff;
	text-decoration:none;
}
ul.menu li.highlight_1 a:hover, ul.menu li.highlight_1_sel a:hover{
	background:url(../images/commun/menu_over.png) bottom center no-repeat;
}
.footer1{
	float:left;
	font-size:12px;
	margin-right:40px;
}
.footer2{
	float:left;
	font-size:11px;
	margin-left:40px;
}

/*        HOME          */
#home_edito{
	width:363px;
	float:left;
}
#home_last_news{
	width:363px;
	float:right;
	text-align:right;
}

/*      MARQUES          */
.marques_col_gauche{
	width:184px;
	float:left;
}
.marques_col_centre{
	width:470px;
	float:left;
	padding-top:20px;
}
.marques_col_images{
	width:730px;
	float:left;
	padding:0 0 40px 0;
	text-align:center;
}
.marques_col_images img{
	margin:0 16px 30px 16px;
}
.marques_col_droite{
	float:right;
	width:200px;
}
.marques_col_droite a{
	padding:10px 0 10px 28px;
	display:block;
	color:#E1B3B3;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/commun/fleche_lueur.jpg) left center no-repeat ;
}
.marques_col_droite a:hover{
	color:#FFF;
	background:url(../images/commun/fleche_lueur2.jpg) left center no-repeat ;
}
ul.menu-marques{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.menu-marques li.marque{
	font-size:11px;
}
ul.menu-marques li.marque a{
	padding-left:20px;
	color:#E1B3B3;
	text-decoration:none;
	background:url(../images/marques/menu_bg.gif) no-repeat;
}
	ul.menu-marques li.marque a span{
		display: none;
		visibility: hidden;
	}
ul.menu-marques li.marque a:visited{
	color:#E1B3B3;
}
ul.menu-marques li.marque a:hover{
	color:#fff;
	background:url(../images/marques/menu_bg_over.gif) no-repeat;
}
ul.menu-marques li.marque a.selected{
	color:#fff;
	background:url(../images/marques/menu_bg_over.gif) no-repeat;
}