body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: #000000;
}

li {
	list-style:square;
}

form {
	padding: 0px;
	margin: 0px
}

input[type='text'], textarea {
	color:#FFFFFF;
	border: thin #bbbaba solid;
	background-color:#646363;
	font-family: Arial,Verdana;
}

a {
	color:#fcbf05;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

.bg_contenu_top {
	background: url('images/bg_contenu_top.gif') #9d9c9c;
	background-position: center top;
	background-repeat: repeat-x;
}

.bg_contenu {
	background: #9d9c9c
}

.bg_contenu_bas {
	background: url('images/bg_contenu_bas.gif') #000000;
	background-position: center top;
	background-repeat: repeat-x;
}

.contenu {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
}

#hauteur {
	min-height:250px;
}

.haut_page {
	background: url('images/bas_contenu.jpg');
	background-repeat: no-repeat;
}

.bas {
	background: url('images/bg_bas.jpg');
	background-repeat: no-repeat;
	color: #be774b;
	font-family: Verdana, Arial;
	font-size: 13px;
}

.bas a {
	color: #be774b;
	text-decoration: none;
}

.copyright {
	font-size: 10px;
	color: #999999;
}

.copyright a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.copyright a:hover {
	font-size: 10px;
	color: #be774b;
	text-decoration: none;
}

div.photo_m {
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
}

div.photo_m a {
	color:#999;
	text-decoration: none;
}

div.photo_m a:hover {
	color: #000;
	text-decoration: none;
}

div.photo_m:hover {
	background-color: #ddd;
}

.obligatoire {
	font-size: 10px;
}

.titre_tableau {
	border: 1px #bbbaba solid;
	background-color:#585858;
	color:#fe7c1e;
	text-align: center
}

.formulaire_bg {
	margin-top:10px;
	background-color:#989797;
	border: thin #bbbaba solid;
}

.soustitre {
	 font-weight: bold;
	 color:#FFFFFF;
}

.bg_infolettre {
	background: url('images/boite_infolettre_bas_contenu.jpg');
	background-repeat: no-repeat;
	color:#ffffff;
	font-size: 10px;
}

.fiche_bref {
	background: #868585;
	border: 1px solid #adacac;
	padding: 5px;
}

.error_input {
	background-color: #bb0000;
/*	border-color: 2px solid #e30000; */
}

.error {
	color: #bb0000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}


.success {
	width: 199px;
	background: #a5e283;
	border: #337f09 1px solid;
	padding: 5px;
}

.errorMessage{
	color: #ce0c0c;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.successMessage{
	color: green;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}


