/*bandeau du haut*/
#bandeau {
	background: url(../nav/bandeauHaut.gif) no-repeat;
	height: 133px;
	margin-bottom: 10px;
}

.bando {
	padding-top: 111px;
	}

a.lienBandeau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fe9900;
	text-decoration: none;
	font-weight: bold;
}

.lienBandeau2 {
	display: block;
	float: right;
	padding-top: 120px;
	}
	
	
/*menu de gauche*/
.menu_gauche {
	/*background-color: #ededed;*/
	width: 135px;
	padding-bottom: 5px;
/*	margin-top: -60px;*/
	margin: 0 0 0 60px;
	z-index: 5;
	min-height: 75px;
	_height: 75px; /* Bidouille pour que IE6 fasse un min-height */
}


.blocMenu {
	margin-bottom: 10px;
	background: url(../nav/fondmenu.gif) repeat-y;
}

.imgMenu {	
	z-index: 51;
	float: left;
/*	height:100%; */
	padding: 0;
	margin: 0;
	background-color:red;
}

.titreMenu {
/*	margin-left: 35px;*/
	margin-left: 5px;
	font-size: 12px;
	color: #5d4322;
	font-weight: bold;
	border-bottom: 2px #c1c1b5 solid;
	margin-right: 10px;	
	}
	
ul.typoMenu {
	color: #fe9900;
	font-size: 10px;
	margin: 3px 0 3px 5px;
	padding: 0 0 0 15px;
	/*margin:0;*/
	font-weight: bold;
	list-style-type: none;
	list-style-image: url(../nav/puce_fleche.gif);

}

.typoMenu a{
	text-decoration: none;
	color: #fe9900;
	padding-left: 1px;
	margin-left: 0px;
	}

	
.bordure {
	border-top: thin solid #5b3e1c;
	text-align: center;
}

/* Menu spécial extranet */
.menu_gauche_extranet {
	width: 135px;
	padding-bottom: 5px;
	margin: 0 0 0 60px;
	z-index: 5;
	min-height: 75px;
	_height: 75px; /* Bidouille pour que IE6 fasse un min-height */
}

.blocMenu_extranet {
	margin-bottom: 25px;
	background: url(../nav/fond-extranet.gif) repeat-y;
}

.titreMenu_extranet {

	margin-left: 5px;
	font-size: 12px;
	color: #577075;
	font-weight: bold;
	border-bottom: 2px #8eb7b9 solid;
	margin-right: 10px;	
	}
	
ul.typoMenu_extranet {
	color: #4b532c;
	font-size: 10px;
	margin: 3px 0 3px 5px;
	padding: 0 0 0 15px;
	/*margin:0;*/
	font-weight: bold;
	list-style-type: none;
	list-style-image: url(../nav/puce_fleche_bleue.gif);

}

.typoMenu_extranet a{
	text-decoration: none;
	color: #4b532c;
	padding-left: 1px;
	margin-left: 0px;

	}
	
/*bouton déco dans extranet*/

.btn {
	color: #577075;
	font-weight: bold;
	font-size: 12px;
	border: 1px black solid;
	background-color: #a6e0ee;
	padding: 5px;
	margin: 10px;
	margin-left: 29px;
}
