#form{
	background-image:url(../images/fd-form3.gif);
	background-repeat:no-repeat;
	height:95px;
	width:375px;
	margin-left:70px;
	padding-left:25px;
	padding-top:25px;
}
#form2{
	background-image:url(../images/fd-form3.gif);
	background-repeat:no-repeat;
	height:105px;
	width:350px;
	margin-left:25px;
	padding-left:25px;
	padding-top:15px;

}
#tel{
	height:64px;
	background-image:url(../images/tel.gif);
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:5px;
}
#mail{
	height:49px;
	background-image:url(../images/mail.gif);
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:5px;
}
#mail2{
	background-image:url(images/mail2.gif);
	background-repeat:no-repeat;
	margin-left:15px;
	padding-left:25px;
	font-size:11px;
}
#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	width:377px;
	height:373px;
	padding-left:10px;
	padding-top:10px;
	background-repeat:no-repeat;
}

#corpForm label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 120px;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	line-height: 10px;	/*** ... et centrés verticalement. ***/
	font-size: 11px;
	font-weight: bold;
	color: #bed213;
	padding-right:10px;
}
#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}

#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background-color: #fff;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background-color: #fff;
	color: black;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm input, select{
	background-color:#eee3f1;
	width:199px;
	border:1px solid #450059;
	font-size:11px;	

}
#corpForm textarea{
	background-color:#eee3f1;
	font-size:11px;	
	border:1px solid #450059;
	width:199px;
}
#piedForm {
	color: #656563;
	margin-left:130px;
}

/*** Mise en forme des messages d'erreur ***/

#corpForm .alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid red;
}
#corpForm .messageAlerte {
	/*** Mise en forme des message d'alerte ***/
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url(../images/icon_alert.gif) no-repeat left center;
}
#centre p.reponse{
	color: #656563;
	font-size:14px;
	font-weight:normal;
	padding-left:50px;
	padding-top:50px;
	height:347px;	
}

.form2
{
}
.bold12rouge
{
}

#corpForminstance {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	padding-left:10px;
	padding-top:10px;
	background-repeat:no-repeat;
}

#corpForminstance label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 120px;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	line-height: 10px;	/*** ... et centrés verticalement. ***/
	font-size: 11px;
	font-weight: bold;
	color: #bed213;
	padding-right:10px;
}

#corpForminstance label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}

#corpForminstance .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background-color: #fff;
	color: black;
}
#corpForminstance .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background-color: #fff;
	color: black;
}
#corpForminstance p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForminstance p2 {	/*** Mise en forme des lignes du formulaire ***/
	padding: 0 0;
	margin: 0 0 0 0;
}
#corpForminstance input, select{
	background-color:#eee3f1;
	width:199px;
	border:1px solid #450059;
	font-size:11px;	

}
#corpForminstance textarea{
	background-color:#eee3f1;
	font-size:11px;	
	border:1px solid #450059;
	width:199px;
}