/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

#bandeau_haut {
	background-image: url(images/bandeau_haut.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 1000px;
	border: solid 1px #000000;
	margin-top: 5px;
}

#bandeau_haut p.adresse {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 280px;
	margin-top: 10px;
}

#menus {
	height: 20px;
	width: 1000px;
	background-color: #877b66;
	border: solid 1px #000000;
	border-top: solid 1px #877b66;
	vertical-align: middle;
	padding-top: 0.25em;
}

#menus ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#menus li {
	margin: 0px;
	padding: 0.25em 0.25em;
	display: inline;
	border-right: solid 1px #58544d;
	border-left: solid 1px #bca989;
}

#menus li.first { border-left: none; }
#menus li.last { border-right: none; }

#menus a {
	padding: 0.25em 2em;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

#menus a:hover {
	background-color: #58544d;	
}

a {
	color: #877B66;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #877B66;
	font-weight: bold;
	text-decoration: underline;
}

#accueil {
	margin: 0px;
	padding: 20px 10px;
	text-align: justify;
	font-size: 12px;
	border: solid 1px #000000;
	border-top: none;
	background-color: #DED2AA;
}

#accueil div.titre {
	width: 80%;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #877b66;
	border: solid 1px #000000;
	border-bottom: none;
	padding: 0px 5px;
}

#accueil p {
	margin-left: 10px;
	margin-right: 10px;
}

#accueil p.titre {
	margin: 5px;
}

#accueil div.texte {
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 5px;
}

#contact {
	margin: 0px;
	padding: 20px 10px;
	text-align: justify;
	font-size: 12px;
	border: solid 1px #000000;
	border-top: none;
	background-color: #DED2AA;
}

#contact div.titre {
	width: 80%;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #877b66;
	border: solid 1px #000000;
	border-bottom: none;
	padding: 0px 5px;
}

#contact p {
	margin-left: 10px;
	margin-right: 10px;
}

#contact p.titre {
	margin: 5px;
}

#contact div.texte {
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 5px;
}

#contact form {
	margin-left: 25%;
}

#contact span.champ_obligatoire {
	color: #FF0000;
	font-weight: bold;
}

#contact span.champ_texte {
	position: absolute;
	left: 300px;
}

#contact span.champ_zonetexte {
	display: block;
	margin-top: 5px;
}

#contact span.champ_bouton_envoyer {
	position: absolute;
	left: 380px;
}

#contact input.bouton {
	width: 150px;
}