@charset "utf-8";
/* MenuGauche: Boutons de scroll */
#monteMenu.prevPage {
	position: absolute;
	top: 0;
	left: 0;
	width: 142px;
	height: 10px;
	display: none;
	cursor: pointer;
	z-index: 200;
}

#descendMenu.nextPage {
	position: absolute;
	top: 380px;
	left: 0;
	width: 133px;
	height: 10px;
	display: none;
	cursor: pointer;
	z-index: 200;
}

#descendMenu.metiers {
	top: 335px;
}

/* MenuGauche: Bouton Retour */
#MenuGaucheRetour {
	position: absolute;
	padding-top: 0;
	top: 339px;
	float: left;
	width: 142px;
	height: 52px;
	display: inline;
	background: url(../img/fond_site/menu_gauche.gif) repeat-y;
	overflow: hidden;
}

#MenuGaucheRetour ul {
	margin: 6px 0 0 0;
	padding: 0;
	position: relative;
	font-size: 11px;
	line-height: 11px;
	list-style-type: none;
}

#MenuGaucheRetour ul .ElementBox {
	margin-bottom: -6px;
	width: 142px;
	min-height: 45px;
	cursor: pointer;
}

* html #MenuGaucheRetour ul .ElementBox { /* Pour IE6 */
	margin-bottom: -12px;
	height: 45px;
}

*+html #MenuGaucheRetour ul .ElementBox { /* Pour IE7 */
	margin-bottom: -9px;
}

#MenuGaucheRetour ul .ElementBox a {
	color: #FFFFFF;
	text-decoration: none;
}

#MenuGaucheRetour ul .ElementBox a:hover, #MenuGaucheRetour ul .ElementBox a:focus {
	color: #4C4C4C;
}

#MenuGaucheRetour ul .ElementBox span {
	margin-left: 21px;
	padding-top: 7px;
	width: 112px;
	display: block;
	cursor: pointer;
}

/* MenuGauche: Liste dynamique d'éléments */
#MenuGauche {
	position: absolute;
	padding-top: 4px;
	float: left;
	width: 142px;
	height: 386px;
	display: inline;
	background: url(../img/fond_site/menu_gauche.gif) repeat-y;
	overflow: hidden;
}

#MenuGauche.metiers {	
	height: 335px;
}

#MenuGauche.menuGaucheTransparent {	
	background: transparent;
}

#MenuGauche ul {
	margin: 6px 0 0 0;
	padding: 0;
	position: relative;
	font-size: 11px;
	line-height: 11px;
	list-style-type: none;
}

#MenuGauche ul .ElementBox {
	margin-bottom: -6px;
	width: 142px;
	min-height: 40px;
	cursor: pointer;
}

* html #MenuGauche ul .ElementBox { /* Pour IE6 */
	margin-bottom: -12px;
	height: 40px;
}

*+html #MenuGauche ul .ElementBox { /* Pour IE7 */
	margin-bottom: -9px;
}

#MenuGauche ul .ElementBox a {
	color: #FFFFFF;
	text-decoration: none;
}

#MenuGauche ul .ElementBox a:hover, #MenuGauche ul .ElementBox a:focus {
	color: #4C4C4C;
}

#MenuGauche ul .ElementBox span {
	padding: 7px 0 0 21px;
	width: 112px;
	display: block;
	cursor: pointer;
}

#MenuGauche ul .ElementBox ul {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Sous-liste d'elements (Laisser hors des espaces) */
#MenuGauche ul .eltActifTrans ul, #MenuGauche ul .eltActifEtu ul, #MenuGauche ul .eltActifJD ul, #MenuGauche ul .eltActifExp ul, #MenuGauche ul .eltActifPostul ul {
	margin: -9px 0 6px 0;
	padding: 0;
	width: 133px;
	height: auto;
}

* html #MenuGauche ul .eltActifTrans ul, * html #MenuGauche ul .eltActifEtu ul, * html #MenuGauche ul .eltActifJD ul, * html #MenuGauche ul .eltActifExp ul, * html #MenuGauche ul .eltActifPostul ul { /* Pour IE6 */
	margin: -14px 0 11px 0;
}

*+html #MenuGauche ul .eltActifTrans ul, *+html #MenuGauche ul .eltActifEtu ul, *+html #MenuGauche ul .eltActifJD ul, *+html #MenuGauche ul .eltActifExp ul, *+html #MenuGauche ul .eltActifPostul ul { /* Pour IE7 */
	margin: -11px 0 8px 0;
}

#MenuGauche ul .ElementBox ul .sousElementBox {
	margin-top: -1px;
	width: 133px;
}

#MenuGauche ul .ElementBox ul .sousElementBox a {
	width: 133px;
	min-height: 23px;
	display: block;
	color: #4C4C4C;
	font-weight: normal;
	background: #DFDFDF;
}

* html #MenuGauche ul .ElementBox ul .sousElementBox a { /* Pour IE6 */
	height: 23px;
}

#MenuGauche ul .ElementBox ul .sousElementBox a:hover, #MenuGauche ul .ElementBox ul .sousElementBox a:focus {
	color: #FFFFFF;
	background: #4C4C4C;
}

#MenuGauche ul .ElementBox ul .sousElementBox .courant {
	color: #FFFFFF;
	background: #4C4C4C;
}

#MenuGauche ul .ElementBox ul .sousElementBox a span {
	border-top: solid 1px #BEBEBE;
	margin: 0 2px 0 5px;
	padding: 0 3px 0 16px;
	width: 107px;
	display: block;
}

* html #MenuGauche ul .ElementBox ul .sousElementBox a span { /* Pour IE6 */
	padding: 0 3px 0 16px;
}

#MenuGauche ul .ElementBox ul .sousElementBox  a span.Premier {
	border-top: 0;
}

#MenuGauche ul .ElementBox ul .sousElementBox  a span.centreMenu {
	border: 0;
	padding: 2px 0 2px 0;
	width: 1px;
	height: 40%;
}

* html #MenuGauche ul .ElementBox ul .sousElementBox  a span.centreMenu { /* Pour IE6 */
	margin: 0 0 -4px 0;
	padding: 0;
	height: 1px;
}

*+html #MenuGauche ul .ElementBox ul .sousElementBox  a span.centreMenu { /* Pour IE7 */
	height: 1px;
}
