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

#menuVertical{
	border: 1px solid #FFCC66;
	border-bottom-width: 0;
	width: 166px;
	position:absolute;
	top:165px;
	left:0px;
	text-align:left;
}

#menuVertical ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#menuVertical li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 150px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #4398B6;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #90bade;
	border-left-color: #323489;
}

* html #menuVertical li a{ /*IE only */
	width: 187px; /*IE 5*/
	w\idth: 150px; /*185px minus all left/right paddings and margins*/
}

#menuVertical li a:hover {
background-color: #323489; /*#2586d7;*/
border-left-color: #323489; /*#1c64d1;*/
font-weight:bold;
}

#menuVertical div.titreMenu{
	color: white;
	border-bottom: 1px solid #FFCC66;
	padding: 1px 0;
	padding-left: 3px;
	background-color: #FDCE15;
	font: bold 130% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
