﻿@charset "utf-8";
/* CSS Document */

/* MENU VERTICAL GAUCHE */
#menuGauche {
	margin: 10px 0 0 10px;
}
#menuGauche div.titreMenuGauche {
	background: #e4eaf5;
	overflow: hidden;
	clear: both;
	height: 100%;
}
#menuGauche div.titreMenuGauche .coinHG {
	background:transparent url(../img/coinHgaucheClair.gif) no-repeat scroll 0 0;
}
#menuGauche div.titreMenuGauche .coinHD {
	background:transparent url(../img/coinHdroitClair.gif) no-repeat scroll right 0;
}

#menuGauche h1 {
	font-size: 0.8em;
	color: #39378b;
	background: #e4eaf5;
	padding: 5px;
}



#menuGauche ul {
	display: block;
}
#menuGauche li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #dde7f8;
	list-style: none;
}
#menuGauche li#lihome {
}
#menuGauche li#lihome a {
	color: #39388b;
	background: url(../img/pic_home.gif) right top no-repeat;
}
#menuGauche li a { /*line-height:100%;*/
	display: block;
	padding: 4px 14px 7px 7px;
	color: #39388b;
	text-decoration: none;
	font-size: 0.8em;
	/*background: url(../img/bg_nav_li_of.gif) right top  no-repeat;*/
	font-weight: bold;
}

#menuGauche li a.h2 { /*line-height:100%;*/
	padding-right:25px;
	background: url(../img/bg_nav_li_of.gif) right 3px  no-repeat;

}
#menuGauche li a.of {
}
#menuGauche li.on a.h2 {
	background: url(../img/bg_nav_li_on.gif) right 3px no-repeat;
}

/* second niveau */

#menuGauche ul li ul li a,
#menuGauche ul li ul li a.on { 
	background-image:none;
}

#menuGauche ul li ul { 
	width:100%;
	padding: 0;
}
#menuGauche ul li ul li {
	margin: 0;
	padding: 0 0 0 15px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #e0f0fe;
}
#menuGauche ul li ul li a {
	color: #39388b;
	text-decoration: none;
	font-size: 0.8em;
	padding: 3px 18px 3px 0;
	font-weight: normal;
}
#menuGauche ul li ul li a.h2,
#menuGauche ul li.on ul li a.h2 {
	font-weight: bold;
	background: url(../img/bg_nav_li_of.gif) right top no-repeat;
}

#menuGauche ul li.on ul li.on a.h2 {
	background: url(../img/bg_nav_li_on.gif) right top no-repeat;
}




/* troisième  niveau */
#menuGauche ul li ul ul ul li {
	background-image: url(../img/filet_sousNav.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	list-style-image: url(../img/px.gif);
}
#menuGauche ul li ul ul ul li a {
	background: none;
	display: block;
	color: #000000;
	padding: 3px 7px 3px 4px;
}
#menuGauche ul li ul li ul li a.h2,
#menuGauche ul li.on ul li ul li a.h2,
#menuGauche ul li.on ul li.on ul li a.h2{
	font-weight: bold;
	background: url(../img/bg_nav_li_of.gif) right top no-repeat;
}

#menuGauche ul li.on ul li.on ul li.on a.h2 {
	background: url(../img/bg_nav_li_on.gif) right top no-repeat;
}



/* POUR LES MENUS ACTIFS OU NON ACTIFS */
/* les styles sont dupliqués pour des pbs ie 6 */
#menuGauche a.rge:visited {
	text-decoration: none;
	color: #C8453C;
	font-weight: bold;
}
#menuGauche a.rge {
	text-decoration: none;
	color: #C8453C;
	font-weight: bold;
}
#menuGauche a.noir:visited {
	text-decoration: none;
	color: #000;
}
#menuGauche a.noir:link {
	text-decoration: none;
	color: #000;
}
#menuGauche a.noir:hover {
	color: #000;
	text-decoration: underline;
}
/* FIN MENU VERTICAL GAUCHE */

