#formGlobal{
    width:500px;
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	border: 1px solid #97be15;
}	
	
.titreForm {
	font-family: arial, helvetica, sans-serif;
	font-size:18px;
	color:#97be15;
	padding:0 0 0 20px !important;
	padding: 20px 0 0 20px;
}
.centre {
	text-align:center;
}
form {
	font-family: arial, helvetica, sans-serif;
    width:500px;
    font-size:11px;
    background-color:transparent;
    color:#000;
}

/*  
form p.textelong {
a utiliser quand on insere un Textarea 
	width:500px;
	height:auto;
}*/
#champ {
	width:400px;
	margin-left:50px;
}  
label {
	float:left;
	width:120px;
	display:block;
	text-align:left;
}
.erreur 
{
	color:#ff6600;
	font-weight:bold;
}
input
{
	width:260px;
	text-align:left;
}
input.petit {
	width:160px; /* pour les champs CODE POSTAL et TELEPHONE */
	height:40px;
	line-height:40px;
	font-size:25px;
}
select {
	width:240px;
	float:left;
	text-align:left;
}
    
textarea {
	width:260px;
	text-align:left;
}
    
p#bouton {
	width:500px;
	text-align:center;
}
    
p#bouton input {
	float:none;
	text-align:center;
	width:100px;
}

#divCaptcha {
	width:500px;
	position:relative;
	height:100px;
}
#divCaptcha .interne {
	width:400px;
	border:1px solid #97be15;
	margin-left:50px;
}
.pcaptcha, .validation {
	text-align:center;
}

.indication {
	text-align:center;
	width:400px;
	height:20px;
	line-height:20px;
}
.confirmation{
	text-align:left;
	width:460px;
	padding:5px 0 0 30px;
}
.confirmationReponse{
	text-align:justify;
	width:440px;
	padding:5px 0 0 30px;
}
.confirmationMail{
	text-align:center;
	width:460px;
	padding:5px 0 0 30px;
}
.message{
	text-align:justify;
	width:380px;
	padding:20px;
	margin:0 auto;
	border:1px solid #ccc;
	
}
.lienRetour {
	text-align:center;
	width:478px;
	padding:0;
}
.lienRetour a, .lienRetour a:visited, .lienRetour a:hover, .lienRetour a:active {
	color:#97be15;
	text-decoration:underline;
	font-weight:bold;
}
em {
	color:#787878;
	font-weight:bold;
}

