@charset "utf-8";
/* CSS Document */

body {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #B9B9B9;
	line-height: 20px;
}
a{
	color: #00552B;
	text-decoration: none;
	font-size: 12px;
}
a:hover{
	color: #333333;
	text-decoration: none;
}
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #F3F3F3;
}
.titre-identification {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	background-color: #EEEEEE;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.boite {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.trait-bas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.petit {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
form {
	margin: 0px;
	padding: 0px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #F5F5F5;
	text-align: left;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.sous-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	text-decoration: none;
	margin: 5px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.texte-petit {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.ma_div {
	color: #FFFFFF;
	background-color: #009933;
	padding: 5px;
}
.espace-cand {
	background-color: #077E46;
	background-image: url(images/espace-cand.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
}
.espace-ets {
	background-color: #993300;
	background-image: url(images/espace-ets.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
}
.espace-anciens {
	background-color: #666666;
	background-image: url(images/espace-ancien-esaa.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
}
.acc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	background-color: #F0F0F0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.acc:hover {
	background-color: #E9E9E9;
}