/* Style propre И la page contact -------------------------------------------------- */

/* Site de Robert Lobet : robert-lobet.com

Version : 6.0
Auteur : Didier Fournet
E-mail : dif@agencedif.com
Site : http://www.agencedif.com/

--------------------------------------------------------------------------------- */

/* 								ееееееееееееееееееее							  */

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

body
{
	behavior: url(scripts/csshover.htc);
	/* solutionne le probleme :hover des IE */
}

div#conteneur form#corps
{
	width: 60%;
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 1.4em;
	letter-spacing: 1px;
}

div#conteneur fieldset.cadre
{
	margin-bottom: 25px;
	border: 1px #FF8300 solid;
}

div#conteneur form ol
{
	width: 90%;
	margin: 5px 0 5px 30px;
	font-size: 0.8em;
}

div#conteneur form ol li.gauche
{
	width: 49%;
	margin-bottom: 10px;
	float: left;
}

div#conteneur form ol li.droite
{
	width: 49%;
	margin-bottom: 10px;
	float: right;
}

div#conteneur form ol li.centre
{
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

#message, #adresse1, #adresse2 { width: 95%; }
#nom, #prenom, #code, #ville, #telephone, #email { width: 90%; }

div#conteneur form ul
{
	width: 90%;
	margin: 10px 0 10px 30px;
	font-size: 1em;
}

#accepte { margin-bottom: 1em; }
div#conteneur fieldset.admin { text-align: center; }

#envoi
{
	width: 7em;
	margin-right: 50px;
}

#annuler { width: 7em; }

* html #accepte { margin: 0; }

/* Fin de Formulaire ------------------------------------------------------------ */
