@charset "iso-8859-1";

/****************************************/
/* MENU GAUCHE PAGE INTERIEURE  **************************/

.menuVerticalFond { background: transparent url("../img/menuvertical_fondcellule.gif") left top repeat-y; }

#menuVertical { width: 174px; }
#menuVertical dl, #menuVertical dd { padding: 0; margin: 0; }
#menuVertical dt, #menuVertical p.enteteMD { padding-bottom: 7px; margin: 0; }

#menuVertical dt span, #menuVertical p.enteteMD span {
	display: block; padding: 12px 0 8px 19px;
	font-weight: bold; color: #ffffff; text-transform: uppercase;
}

#menuVertical dd {
	background: #ececec url("../img/menuvertical_item_bgother.gif") left top no-repeat;
	padding: 9px 0 3px 0;
}

#menuVertical dd.firstChild {
	background: transparent url("../img/menuvertical_item_bgfirst.gif") left top no-repeat;
	padding-top: 12px;
}

#menuVertical dd a {
	display: block; padding: 2px 0 2px 33px;
	font-size: 11px; color: #333333; text-decoration: none;
}

#menuVertical dd.subLevel { background: #ececec url("../img/menuvertical_item_selected.gif") left top no-repeat; }
#menuVertical dd.subLevel ul, #menuVertical dd.subLevel ul li { padding: 0; margin: 0; }
#menuVertical dd.subLevel ul { list-style: none; } 
#menuVertical dd.subLevel ul li {
	background: transparent url("../img/menuvertical_sublevel_sep.gif") left bottom no-repeat;
	font-size: 1px; /* pour eviter le bug de IE qui rajoute les retours chariot comme des espaces entre les <li></li> */
	padding: 2px 0;
}
#menuVertical dd.subLevel ul li.lastChild { background-image: none; }
#menuVertical dd.subLevel a { background: transparent url("../img/menuvertical_sublevel_picto.gif") 23px 5px no-repeat; }

#menuVerticalFooter { padding-bottom: 20px; }

#menuVertical a.eventSoumettre {
	display: block; padding-left: 10px; margin-left: 14px; margin-bottom: 5px;
	font-size: 10px; color: #000000; text-decoration: none;
	background-position: left center; background-repeat: no-repeat;
}
#menuVertical a.eventSoumettre:hover { text-decoration: underline; }
