/* CSS Document */


#fabricant {
	width:240px;
	text-align: center;/* permet de faire apparaitre les sous menu par dessus ce quil y a en dessous*/
	position: relative;
	float: right;
	background-color: #371509;
}
#fabricant #menu{
	width:200px;
	float: none;/* permet de faire apparaitre les sous menu par dessus ce quil y a en dessous*/
	text-align: center;
	margin-left: 20px;
	z-index: 40;
}

#fabricant #menu dl{
	width:100%;
}
#fabricant #menufab dt {
	font-size:12px;
}

#fabricant #menufab, #fabricant #menufab dd a:hover, #fabricant #menufab dt {
	background-color: #AACB2B;
}

#fabricant #menufab dd a{
	background-color: #D2E6AE;
	font-size: 11px;
	float: left;
	width: 50%;
}
#fabricant #menufab dd a:hover{
	font-weight:bold;
}



dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu {
height:26px;
	width: 665px;
	float: right; /* permet de garder la div qui est en dessous fixe*/
	position: relative;/* permet de faire apparaitre les sous menu par dessus ce quil y a en dessous*/
	text-align: center;

}
#menu dl {
	width: 25%;
	float: left; /*positionne les menu l'un a coté de l'autre et non l'un sous l'autre*/
}

#menu dt {
	cursor: pointer;
	display:block;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #0088C7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}
#menu dd {
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
		color: #FFFFFF;
	
}

#menu dd a{
	text-decoration: none;
	display: block;
	height:100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#menu dt a{
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	color: #FFFFFF;
}
#menu dd a:hover{
	color: #FFFFFF;
}
#menu1, #menu1 dd a:hover, #menu1 dt {
	background-color: #0088C7;
}
#menu3, #menu3 dd a:hover, #menu3 dt {
	background-color: #06b5b5;
}
#menu2, #menu2 dd a:hover, #menu2 dt {
	background-color: #FF6633;
}
#menu4, #menu4 dd a:hover, #menu4 dt {
	background-color: #a40061;
}

#menu1 dd a{
	background-color: #AAD9E9;
}
#menu3 dd a{
	background-color: #c6e5e3;
}
#menu2 dd a{
	background-color: #F6D0B2;
}
#menu4 dd a{
	background-color: #e4bdd3;
}
