/*////////////////////////lien retour accueil///////////////////////*/

#acc a{
	text-decoration: none;
	color: #66fda6;
	padding: 5px 10px;
	font-family:  "bitstream vera sans", arial, sans-serif;
}

#acc a:hover{
	color: #000000;
}

#contenu #acc {
	margin-top: 0;
}

/*////////////////////////Contenu///////////////////////*/

#contenu{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*////////////////////////// feuille de style contact///////////////////*/

/* ------------------ Visuels --------------------- */

#croquis{
	float: right;
}

/* ------------------ Formulaire --------------------- */

#contacter{
	float: left;
	width: 300px;
	padding: 20px;
	background-color: #000000;
	font-family: "bitstream vera sans", arial, sans-serif;
	color: #66fda6;
	font-weight: bold;
	margin-bottom: 20px;
}

input, textarea, select{
	display: block;
	width: 200px;
	background: #ffffff;
}

.intitule{
	display: block;
	width: 80px;
	float: left;
	margin-right: 10px;
}

intitule, input, textarea, select{
	margin-bottom: 10px;
}
#bouton {
	margin: 0 6px 0 0;
	padding: 0px;
	width: 200px;
	float: right;
}

/*///////////////////////// Message alerte ///////////////////////////////*/

#bouton {
	font-family: "bitstream vera sans", arial, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 80%;

}

#message {
	font-family: "bitstream vera sans", arial, sans-serif;
	color: #F00;
	font-weight: bold;
	font-size: 80%;
	margin-left:20px;
	margin-top: 20px;
	clear: both;
}

#envoi {
	font-family: "bitstream vera sans", arial, sans-serif;
	color: #66fda6;
	font-weight: bold;
	font-size: 80%;
	margin-left:20px;
	margin-top: 20px;
	clear: both;

}

#erreur {
	font-family: "bitstream vera sans", arial, sans-serif;
	color: #F00;
	font-weight: bold;
	font-size: 80%;
	margin-left:20px;
	margin-top: 20px;
	clear: both;
}