/* CSS menu gauche boutique Infolien */

/*titre rubrique du menu gauche*/
#titremenug {
	
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	width:198px;
	line-height:30px;
	vertical-align:middle;
	margin-bottom:5px;
}
#titremenug a {
	color:#FFFFFF;
	text-decoration:none;
}

#menugauche{
display:inline;/* corrige le probléme de double marge IE 6*/
float:left;
width:200px;
margin:5px 5px 0px 5px;
/*background:#FFCC66;*/
}

/* param menus et sous menus gauche */
#menug {
	width:196px;
	border-color: #666666;
	border-style:solid;
	border-width:1px;
}


.menug, .sousmenug {
	text-align:center;
}
.menug {
	height:20px;
	width:194px;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	padding:1px 0;
	margin: 1px 1px 1px 1px;
	/*background:#404040;*/
	border-color: #666666;
}
.sousmenug {
	height:18px;
	width:100%;
	background:#C4C0BD;
	/*padding:1px 0;
	margin:3px 0px;*/
}
.menug a {
	display:block;
	width:100%;
	height:100%;
	color:#000000;
	font-weight:bold;
	text-decoration:none;/*background:#404040;*/
}
.sousmenug a {
	display:block;
	width:100%;
	height:100%;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.menug a:hover, .sousmenug a:hover {
	background:#F3F3F1;
}

/* couleur des sous menug au survol de la souris */
/* a changer si les couleurs du menu haut changent*/
.smenu1 a:hover {
	background-color:#ae9575;
}
.smenu2 a:hover {
	background-color:#ae9575;
}
.smenu3 a:hover {
	background-color:#ae9575;
}
.smenu4 a:hover {
	background-color:#ae9575;
}
.smenu5 a:hover {
	background-color:#ae9575;
}
.smenu6 a:hover {
	background-color:#ae9575;
}
.smenu7 a:hover {
	background-color:#ae9575;
}
.smenu8 a:hover {
	background-color:#ae9575;
}
.smenu9 a:hover {
	background-color:#ae9575;
}

