
#imouter1 {  /* Main Menu Container */

	border-width:0px;
	padding:0px;
	margin:0px;
	float:left;
	vertical-align: middle;
	background-image:url(../images/fond-rayures-gauche.gif);
	background-position:left;
	background-repeat:repeat-y;

}

BODY #imouter1 {  /* Main Menu Container [Add extra css not offered in the visual tool here.] */

}

#imenus1 li a {  /* Main Menu Items */

	background-image:url(spacer.gif);
	color:#333333;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	padding:0px;
	margin:0px;
	text-transform:uppercase;

}

BODY #imenus1 li a {  /* Main Menu Items [Add extra css not offered in the visual tool here.] */
	color: #474747;
	background-image:url(../images/puce_gauche.gif);
	background-position:-14px 0px;
	background-repeat: no-repeat;
	height: 25px;
	width: 152px;
	border-bottom:1px solid black;
	padding-top: 3px;
	margin-left:14px;
    padding-left:8px;
    list-style-type: none;
	font-family: Arial;
	font-size : 11px;
	color: #474747;
	text-decoration: none;	

}

#imenus1 li a.ihover {  /* Main Menu Items [hover] */

	list-style-type: none;
	font-family: Arial;
	font-size : 11px;
	color: #E54700;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/puce_gauche_over.gif);
	background-position:-14px 0px;
	background-repeat: no-repeat;

}
#imenus1 li a.SelectMenu {
list-style-type: none;
	font-family: Arial;
	font-size : 11px;
	color: #E54700;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../images/puce_gauche_over.gif);
	background-position:-14px 0px;
	background-repeat: no-repeat;

}

#imenus1 li a.iactive {  /* Main Menu Items [active] */

	list-style-type: none;
	font-family: Arial;
	font-size : 11px;
	color: #474747;
	text-decoration: none;

}

#imenus1 .imbuttons {  /* Main Menu Graphic Button Content */

	padding:0px;

}

#imenus1 li ul {  /* Sub Menu Container */

	background-color:#EFF9FF;
	border-style:solid;
	border-width:0px;
	border-color:#333333;
	padding:2px;
	margin:0px 0px 0px ;
	z-index:20;
	

}

BODY #imenus1 li ul {  /* Sub Menu Container [Add extra css not offered in the visual tool here.] */


}

#imenus1 ul a {  /* Sub Menu Items */
/*
	background-color:#E9E9E9;
	color:#FFFFFF;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#333333;
	border-width:1px;
	padding:2px 5px;

*/}

BODY #imenus1 ul a {  /* Sub Menu Items [Add extra css not offered in the visual tool here.] */
	line-height:12px;
	height:12px;
	list-style-type: none;
	font-family: Arial;
	font-size : 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
	background-image:none;
	padding:2px 0px;
	margin:0px;
	width:auto;
	border:none;
}

#imenus1 ul li{
	/*height:12px;*/
}
#imenus1 ul li a.ihover {  /* Sub Menu Items [hover] */

	background-color:#999999;
	color:#FFFFFF;
	background-image:none;
}

#imenus1 ul li a.iactive {  /* Sub Menu Items [active] */

	background-color:#CCCCCC;
	color:#333333;

}

