/* DÉBUT mise en page du menu gauche */
#tdMenuGauche {
	width: 170px;
	height:100%;
	vertical-align:top;
	padding:0px;
	margin:0px;
	border-top: 4px solid #ffffff;
	border-right: 5px solid #ffffff;
	background-image: url(../images/menuGauche_bas.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#000303;
}
#menuGauche {
	width: 100%;
	height: 341px;
	padding:0px;
	margin:0px 0px 110px 0px;
	background-image: url(../images/paternMenuGauche.jpg);
	background-repeat: repeat-x;	
}
/* FIN mise en page du menu gauche */

/* DÉBUT UL, LI, LIEN de sous menu */
#menuGauche ul {
	margin:0px;
	padding:18px 0px 0px 0px;
}
#menuGauche li{
	margin:0px;
	padding:0px;
	list-style-type: none;	
}
#menuGauche li ul {
	margin:4px 0px 15px 0px;
	padding:0px;
}
/* FIN UL, LI, LIEN de sous menu */

/* DÉBUT DIV de sous menu */
#menuGauche #divContainer {
	margin:0px;
	padding:15px 0px 0px 0px;
}
html>body #menuGauche #divContainer {
	padding-top: 18px;
}
#menuGauche #divContainer div {
	margin:3px 0px;
}
html>body #menuGauche #divContainer div {
	margin:0px 0px;
}
#menuGauche #divContainer div div {
	margin:4px 0px 15px 0px;
}
#menuGauche #divContainer div div div {
	margin-bottom:1px;
}

/* FIN DIV de sous menu */

/* DÉBUT liens sans Flash Player */

#menuGauche li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	padding:0px 2px 0px 15px;
	width: 100%;
}
html>body #menuGauche li a {
	display: block;
	width: auto;
}
#menuGauche li a sup {
	vertical-align: 2px;
}
#menuGauche a:hover {
	color:#9BE3FF;
	text-decoration:none;
}
#menuGauche li li a {
	font-size: 9px;
	font-weight: normal;
	color: #CBFF41;
}
#menuGauche li li a:hover {
	color: #CBFF41;
	background-color: #53BBE8;
}
/* FIN liens sans Flash Player */