@charset "utf-8";
/* CSS Document */
#menu{
	margin-top:10px;	
	height:33px;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#menu li{
	float:left;
	margin-right:3px;
	width:117px;
	height:33px;
	line-height:33px;
	overflow:visible;
	text-align:left;
}
#menu li a{
	display:block;
	text-align:center;
}
#menu li .onglet{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	background:url(../images/li_off.jpg) no-repeat;
}
#menu .gris  .onglet{
	color:#403a3a;
	background:url(../images/li_gris.jpg) no-repeat;
}
#menu .on  .onglet{
	background:url(../images/li_on.jpg) no-repeat;
	color:#FFF;	
}
.ssmenu{
	position:absolute;
	display:none;
	margin-left:-2px;
	z-index:2;
}
.ssmenu a{
	background-image:none;	
}
.ssmenu table{
	width:862px;
	border-collapse:collapse;
	border-spacing:0;
}
.ssmenu table td{
	padding:0;
	width:122px;
	text-align:center;
}
#ss_marques{
	padding-top:8px;
	margin-left:-129px;
	width:862px;
}
#ss_marques a{
	background:none;
}
#ss_marques a img{
	margin:auto;
}
#ss_marques .fleche{
	position:absolute;
	display:block;
	margin-top:4px;
	margin-left:184px;
	top:0;
	left:0;
}
#ss_marques .top{
	width:854px;
	height:6px;
	overflow:hidden;
	background:url(../images/menu-marque-top.png) no-repeat;
}
#ss_marques .contenu{
	width:849px;
	padding-left:5px;
	background:url(../images/menu-marque-middle.png) repeat-y;	
}
#ss_marques .bottom{
	width:854px;
	height:8px;
	overflow:hidden;
	background:url(../images/menu-marque-bottom.png) no-repeat;
}
#ss_marques .logo{
	margin:9px 12px 11px 9px;
	float:left;
	display:block;
	height:30px;
	width:100px;
}

#ss_gammes{
	position:absolute;
	margin-left:0;
}
#ss_gammes .fleche{
	position:absolute;
	display:block;
	-display:none;
	margin-top:4px;
	margin-left:54px;
	top:0;
	left:0;
}
#ss_gammes div{
	-display:none;
}
#ss_gammes .left{
	width:12px;
	height:123px;
	float:left;
	background:url(../images/menu-gamme-left.png) no-repeat;
	text-align:left;
}
#ss_gammes .contenu{
	float:left;
	height:123px;
	background:url(../images/menu-gamme-bg.png) repeat-x;	
}
#ss_gammes .right{
	width:12px;
	height:123px;
	float:left;
	background:url(../images/menu-gamme-right.png) no-repeat;
}
#ss_gammes .colonne{
	float:left;
	border-right:1px dotted #c2c1c1;
	margin-left:10px;
	margin-top:20px;
	margin-right:10px;
	padding-right: 20px;
}
#ss_gammes a{
	display:block;
	background:url(../images/menu-gamme-puce.gif) no-repeat;
	height:16px;
	line-height:16px;
	color:#544d4d;
	text-decoration:none;
	padding-left:15px;
	margin:5px 0;
	text-align:left;
}
