#colGauche {

	float: left;
	width: 230px; /* largeur logo au--dessus */
	margin-top: 42px;

}


#colGauche #colGauche_illustration{

	width: 179px;
	height: 101px;
	margin-left: 20px;

}


/*************************************************************************************/
/* MENU */
/*************************************************************************************/
#colGauche #menu {

	width: 174px;
	padding-bottom: 7px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: -3px; /* probleme d'espace entre illustration et menu */
	background: #db002f url('../images/menu_arrondi-bas.png') no-repeat center bottom;

}


#colGauche #bord_haut {

	width: 174px;
	height: 7px;
	background: url('../images/menu_arrondi-haut.png') no-repeat center top;

}

/* Ajustement de l'écart de lapremière cellule du menu IE6 */
* html #colGauche #menu ul { margin-top: -9px; }


#colGauche #menu a {

	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;

}

/* Alignement vertical dans le conteneur */
#colGauche #menu a * { vertical-align: middle; }

/* IE 6 */
* html #colGauche #menu span {
	display:inline-block;
	height: 100%;
}
/* IE 7 */
*:first-child+html #colGauche #menu span {
	display:inline-block;
	height: 100%;
}


#colGauche #menu a img {

	margin: 0 10px 0 20px;
	text-decoration: none;
	vertical-align: middle;

}



/*
.menu_texte {
	color:BLACK;
	text-decoration:none;
	font-size:8pt;
	line-height:8pt;
}
*/

.menu_off a {
	color: #FFF;
	/*
	font-size:8pt;
	font-weight:bold;
	height:20px;
	padding-left:27px;
	background-image: url('../images/bouton.png');
	background-repeat: no-repeat;*/
}

.menu_on a {

	color: #000;
	text-decoration: underline;
	/*font-size:8pt;
	font-weight:bold;
	height:20px;
	padding-left:27px;
	background-image: url('../images/bouton.png');
	background-repeat: no-repeat;
	*/
}


/*------------ Sous-menu ------------*/
.sous_menu_off, .sous_menu_on {
	margin-left: 32px;
	float: none !important;
	height: 12px !important;
	line-height: 12px !important;
}

.sous_menu_off_div {
	font-size:10px;
	margin-left:20px;
}
.sous_menu_off {
	text-decoration: none !important;
	font-size: 10px;
	color:#FFF !important;
	font-weight: bold;
}

.sous_menu_off:hover {
	text-decoration: underline !important;
	/*font-size: 10px;
	color:#FFF !important;
	font-weight: bold;*/
}
.sous_menu_on_div {
	font-size:10px;
	line-height:10px;
	margin-left:10px;
	padding-left:10px;
	background-image: url('../images/icones/top.gif');
	background-position: 30px center;
	background-repeat: no-repeat;
}
.sous_menu_on {
	font-size:10px;
	color:#000 !important;
	font-weight:bold;
	text-decoration:none !important;
}

