@charset "utf-8";
/* CSS Document */
#col-gauche {
	margin-top:20px;
}
/* NIVEAU 1 */
#col-gauche .menugauche-n-1 {
	background-image: url(../images/menuGaucheOnglet.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#col-gauche .menugauche-n-1 a {
	color:#000000; 	
	padding-left: 13px;
	margin-left:-15px; 
	text-align: left; 
	display: block;}
#col-gauche .menugauche-n-1 a:hover{
	text-decoration:none; 
	color:#900002; 
	padding-left: 13px;
	/*font-weight:bold;*/
	margin-left:-15px;
}
#col-gauche .menugauche-n-1-current {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	background-image: url(../images/menuGaucheOngletHover.jpg);
	background-repeat: no-repeat;
}
#col-gauche .menugauche-n-1-current a{
	color:#000000; 
	padding-left:13px; 
	/*font-weight:bold;*/
	margin-left:-10px;
	text-align: left; 
	display: block;}
#col-gauche .menugauche-n-1-current a:hover{text-decoration:none;margin-left:-10px;}

/* niveau 2 */
#col-gauche .menugauche-n-2 {margin:0 0 5px 0px;}
#col-gauche .menugauche-n-2 a{color:#666; padding-left:10px; text-align: left; display: block;}
#col-gauche .menugauche-n-2 a:hover{text-decoration:underline; color:#666; padding-left:10px; font-weight:bold;}
#col-gauche .menugauche-n-2-current {margin:0 0 5px 5px;}
#col-gauche .menugauche-n-2-current a{color:#666; padding-left:10px; font-weight:bold; text-align: left; display: block;}
#col-gauche .menugauche-n-2-current a:hover{text-decoration:underline;}

