.toggler {
	width: 180px;
	height: 21px;
	color: #c2c65d;
	background: transparent url(../images/boutonMenu.jpg) left top no-repeat;
	margin: 0 0 2px 10px;
	font: 12px Trebuchet MS,Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-indent: 5px;
	outline: none;
	cursor: pointer;
}
#menuGauche{
	margin: 0;
	
}
#menuGauche ul, 
#menuGauche li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuGauche li a,
#menuGauche li a:link,
#menuGauche li a:visited,
#menuGauche li a:active,
#menuGauche li a:hover{
	display: block;
	width: 180px;
	height: 19px;
	font: 11px Trebuchet MS,Arial, Helvetica, sans-serif;
	margin: 0 0 2px 10px;
	/*padding-top: 2px;*/
	line-height: 18px;
	text-indent: 5px;
	background: #f4f4f4 url(../images/boutonSousMenu.jpg) left top no-repeat;
	font-weight: bold;
	color: #1d5377;
	text-decoration: none;
	outline: none;
}

#menuGauche li a:active,
#menuGauche li a:hover{
	background: transparent url(../images/boutonSousMenu.jpg) 0 -19px no-repeat;
	text-indent: 6px;
	color: #E88C42;
	
}
 #menuGauche li a.ici,
#menuGauche li a.ici:link,
#menuGauche li a.ici:visited,
#menuGauche li a.ici:active,
#menuGauche li a.ici:hover{
	background: transparent url(../images/boutonSousMenu.jpg) 0 -19px no-repeat;
	text-indent: 6px;
	color: #E88C42;

}
.menu{
	width: 180px;
	height: 21px;
	color: black;
	background: transparent url(../images/boutonMenu.jpg) left top no-repeat;
	margin: 0 0 2px 10px;
	font: 12px Trebuchet MS,Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-indent: 5px;
}


#menuGauche h3,
#menuGauche h3 a,
#menuGauche h3 a:link,
#menuGauche h3 a:visited,
#menuGauche h3 a:active,
#menuGauche h3 a:hover{
	font-weight: bold;
	letter-spacing: 1px;
	color: #c2c65d;
	text-decoration: none;
	outline: none;
}
#menuGauche h3{
	color: #c2c65d;

}

#marqueurMenu{
	background: transparent url(../images/marqueurMenu.jpg) left top no-repeat;
	text-indent: 25px;
	padding-top: 4.5px;
}
.lien{
	display: block;
	width: 180px;
	height: 19px;
	background: transparent url(../images/boutonSousMenu.jpg)0 -19px no-repeat;
	text-indent: 6px;
	color: #E88C42;
}


/* css pour l ombre du menu */
#ombreMenu{
	background: transparent url(../images/ombremenu.jpg) left top repeat-y;
}

#menuGauche #bordure{
	border: solid #000 2px;
}
