body {
	background-image: url("../img/bg-haut-contact.jpg");
}

.entete{
	height: 335px;
}

.intitule{
	font-size:14px;
}

.content table{
	margin-top: 30px;
	font-size: 16px;
}

.content table td{
	text-align: center;
}

input, textarea{
	border: 1px solid white;
	background-color: black;
	color: white;
}

textarea{
	width: 370px;
	height: 60px;
}

div.position{
	margin-left: 100px;
}

div.position2{
	margin-left: 330px;
}

div.position3{
	margin-left: 550px;
}

div.position4{
	margin-left: 780px;
}

td.position, a.selected{
	color: #38ccb5;
}

.topFrom{
	min-height: 10px;
	padding-top: 10px;
	background-image: url("../img/commentaires-haut.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.topFrom .form{
	margin-top: 10px;
}

input.submit{
	color: white;
	font-weight: bold;
	border: none;
	font-size: 17px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-top: 5px;
	margin-top: 10px;
	cursor: pointer;
	background-image: url("../img/bouton-envoyer.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.middleFrom{
	padding: 10px;
	background-image: url("../img/commentaires-milieu.png");
	background-position: top center;
	background-repeat: repeat-y;
}

.bottomFrom{
	min-height: 10px;
	background-image: url("../img/commentaires-bas.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.gauche{
	float: left;
	width:190px;
	padding-left: 20px;
	border-right: dashed 1px grey;
	min-height: 180px;
}

.etape {
	margin-left: 5px;
	font-size: 21px;
	width:25px;
	height: 37px;
	line-height: 37px;
	padding-left: 15px;
	background-image: url("../img/fond-numero-etapes.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.middleFrom .middle{
	float: left;
	width: 190px;
	margin-left: 40px;
	border-right: dashed 1px grey;
	min-height: 180px;
}

.droite{
	float: left;
	margin-left: 40px;
}

.droite .etape {
	margin-left: 5px;
}

.reponse p {
	padding:10px;
}

#messages{
	color:red;
}

input.error, textarea.error, input.error2, textarea.error2{
	border: 1px solid red;	
}
	
	
