@charset "ISO-8859-1";
.colonneGauche{
	width:225px;
	background-color: #fff;
	padding-left: 15px;
}
#entete{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	background-color: #FFCC33;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 200px;
	width: 950px;
	background-image: url(/images/commun/logoSigle.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#formulaireRecherche{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	color:#FFF;
	text-align:center;
	font-size: 12px;
	background-color: #ADB96E;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#formulaireRecherche label{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#formulaireLogin{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	color:#ADB96E;
	text-align:center;
	font-size: 12px;
	/*background-color: #ADB96E;*/
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}/* ******************************************************************* */
#affichageUsager {
	font-size: 14px;
	color: #ADB96E;
	text-decoration: none;
	}
.disconnect{
	font-style: 10px;
	float: right;
	color: #999999;
	font-weight: normal;
}

.disconnect a{
	text-decoration:none;
	color: #999999;
	font-weight: normal;
}
.disconnect a:visited{
	text-decoration:none;
	color: #999999;
	text-align: left
}
.disconnect a:hover{
	text-decoration:none;
	color:#3E6851;
	font-weight: bold;
}
.disconnect a:active{
	text-decoration:underline;
	color: #999999;
	font-weight: normal;
}
.usager {
	text-decoration:underline;
	font-weight: normal;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}