body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0 5px 0;
	padding: 0;
	background: #FDFFF0;
}
hr {
	height: 1px;
	border-top: 1px solid #FFFFFF;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	clear: both;
}
li {
	font-size: 9px;
	color: #BADF1D;
	
}
li.puce {
	font-size: 10px;
	color: black;
list-style-image: none;
}
li.sans {
	list-style-type: none;
	list-style-image: none;
}

a.mail {
	color: #70aa4c;
	text-decoration: none;
}
a:hover.mail {
	color: #70aa4c;
	text-decoration: underline;
}
.visuel {
	padding: 5px 10px 10px 10px;
}
.titre {
	font-size: 17px;
	font-weight: bold;
	color: #C8D235;
	margin-bottom: 10px;
}
.titreb {
	font-size: 17px;
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
}
.content_accueil {
	padding: 5px 5px 5px 20px;
	font-size: 10px;
}
.content_top {
	padding: 10px 20px 20px 30px;
}
.content {
	padding: 10px 20px 20px 30px;
}
.soustitre_b {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.soustitre_n {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.soustitre_v {
	font-size: 14px;
	font-weight: bold;
	color: #70AA4C;
}
.soustitre_vp {
	font-size: 14px;
	font-weight: bold;
	color: #DAE23D;
}
.txt_b {
	font-size: 11px;
	color: #FFFFFF;
}
a.txt_b {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_b:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_n {
	font-size: 11px;
	color: #000000;
}
.txt_vp {
	font-size: 11px;
	color: #DAE23D;
}
.txt_accueil {
	font-size: 11px;
	color: #70AA4C;
}
a.txt_accueil {
	color: #70AA4C;
	text-decoration: none;
}
a.txt_accueil:hover {
	color: #70AA4C;
	text-decoration: underline;
}
.txt_pied {
	font-size: 9px;
	color: #FFFFFF;
}
.small_v {
	font-size: 9px;
	color: #70AA4C;
}
a.txt_pied {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_pied:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.dessin {

}
/* PLAN DU SITE */
a.txt_plan_n {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.txt_plan_n:hover {
	font-size: 10px;
	color: #BCD5BC;
	text-decoration: none;
}
a.txt_plan {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.txt_plan:hover {
	font-size: 10px;
	color: #BCD5BC;
	text-decoration: none;
}
/* CARTE */
#carte_france {
	position: relative;
}
.region {
	position: absolute;
	left: 0;
	top: 240px;
	width: 140px;
	height: 110px;
	visibility: hidden;
}
.titre_carte {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
}
.txt_carte {
	font-size: 11px;
	color: #8AC4C4;
}
/* PROFIL */
#postes {
	position: relative;
}
.aucunprofil {
	position: absolute;
	margin-top: 10px;
	width: 550px;
	height: 250px;
	text-align: center;
}
.profil {
	position: absolute;
	margin-top: 10px;
	width: 550px;
	height: 210px;
	visibility: hidden;
}
/* FORMULAIRE */
select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bouton {
	float: right;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: transparent;
}
