/* css du menu left*/
body 
{
		behavior: url('/vdm/css/csshover.htc');
}

ul.menuleftcss {
		list-style:none;
		font: 10px Arial, Helvetica, sans-serif;
		color: #ffffff;
		width: 164px;
		height: 100%;
		background:url(/vdm/img/menu_fond.gif) #000000;
		/*border: #CCC solid 1px;*/
		margin: 0px;
		padding: 0px;
}

li.menuleftcss {
		width: 100px;
		border: 0px;
		margin: 0px;
		padding: 0px;
}

.menuleftcss li {
		/*border: #CCC solid 1px;*/
		/*background-image: url(/vdm/img/bullet1.gif);
		background-repeat: no-repeat;*/
		position:relative;
		z-index:9;
		margin-left: 0px;
		line-height: 17px;
		/*padding-left: 12px;*/
}

li.sousmenu ul.menuleftcss
{
		/*border: #CCC solid 1px;*/
		position:absolute;
		left:130px;  /* IE */
		top: 2px;
		background-color:#FFFFFF;
		width: 180px;
}

li.sousmenu ul.menuleftcss li
{
		/*border: #CCC solid 1px;*/
		 /*left:138px; bullshit qui nous décalle tout IE */
		/*top: 2px;*/
		padding: 0px;
		margin: 0px;
		width: 190px;
		padding-left: 12px;
		border: 0px;
		}

li.sousmenu>ul { 
	left: 155px;
	} /* others */

.menuleftcss a {
		text-decoration: none;
		color: #ffffff;
		font-weight: normal;
		font-size: 11px;
}

.menuleftcss a:hover {
	/*al :color: #ffaa00;*/
	color: #a50000;
	text-decoration: none;
}


.menuleftcss li>a { width: auto; } /* others */

ul.menuleftcss li ul li {
		/*al :background: #501e07 url(/vdm/img/bullet2.gif) no-repeat 5px;*/
		background: #000 url(/vdm/img/bullet1.gif) no-repeat 5px;
		text-indent: 10px;
		height: 15px;
		line-height: normal;
}


.menuleftcss li.sousmenu ul li a:hover {
	color: #a50000;
}
		
/* hovers with specificity */

li.sousmenu:hover { z-index:10; }

ul ul.menuleftcss, a:hover ul ul.menuleftcss
{
	display: none;
}

li:hover ul.menuleftcss, li:hover li:hover ul.menuleftcss
{
	display:block;
}



#entete1 {
	font: 11px Arial, Helvetica, sans-serif ;
	font-weight: bold;	
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

	
#entete1 a 
{
	font: 12px/20px Arial, Helvetica, sans-serif ;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#entete8 {

	background:url(/vdm/img/entete0_fond.gif) repeat-y top left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	height: 16px;
	}
	
#entete9 {
	font: 11px/20px Arial, Helvetica, sans-serif ;
	font-weight: bold;
	margin: 0px 0px 5px 3px;
	padding: 0px;
	border: 0px;
	height: 16px;
	margin-top: 10px;
	}
	
.lettrine {
	font-weight: bold;
	margin: 0px 2px 0px 4px;
	color: #FFFFFF;
	font-size: 14px;
	vertical-align: bottom;
}
#menuleftcsstitre {
	font: 12px/20px Arial, Helvetica, sans-serif ;
	font-weight: bold;
	text-decoration: none;
}