.formGlobal{
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	width:460px; /* attention dimension frame !! */
}
.form_ru { background:url(../images/form1/ru.png) bottom right no-repeat;}
.form_lu { background:url(../images/form1/lu.png) bottom left no-repeat;}
.form_ro { background:url(../images/form1/ro.png) top right no-repeat;}
.form_lo { background:url(../images/form1/lo.png) top left no-repeat;}
.centre { text-align:center;}
form#contact {
	font-family: arial, helvetica, sans-serif;
    width:460px;
    border:0px;
	margin:0px;
    padding:0px;
    font-size:11px;
    background-color:transparent;
    color:#000;
	position:relative;
}

/*
    
form p.textelong {
a utiliser quand on insere un Textarea 
	width:500px;
	height:auto;
}*/
    
label {
	float:left;
	width:100px;
	display:block;
	text-align:left;
	padding-left:50px;
}
input {
	width:200px;
	text-align:left;
}
input.petit {
	width:160px; /* pour les champs CODE POSTAL et TELEPHONE */
	height:40px;
	line-height:40px;
	font-size:25px;
}
select {
	width:200px;
	float:left;
	text-align:left;
}
    
textarea {
	width:200px;
	text-align:left;
}
    
p#bouton {
    width:460px;
    text-align:center;
}
    
p#bouton input {
    float:none;
    text-align:center;
    width:100px;
}
.validation{
	text-align:center;
	padding:10px 0;
}
.divCaptcha {
	width:380px;
	margin:0 auto;
	border:1px solid #cac64a;
}
.pcaptcha {
	text-align:center;
	margin:5px 0 15px 0;
}
.indication {
	text-align:center;
	width:380px;
	margin:10px 0 0 0;
}
.confirmation{
	text-align:left;
	width:340px;
	padding:5px 0 0 30px;
}
.confirmationReponse{
	text-align:justify;
	width:340px;
	padding:5px 0 0 30px;
}
.confirmationMail{
	text-align:center;
	width:340px;
	padding:5px 0 0 30px;
}
.message{
	text-align:justify;
	width:260px;
	padding:20px;
	margin:0 auto;
	border:1px solid #ccc;
	
}
.lienRetour {
	text-align:center;
	width:380px;
	padding:0;
}
.lienRetour a, .lienRetour a:visited {
	color:#bb0066;
	text-decoration:underline;
	font-weight:bold;
}
.lienRetour a:hover, .lienRetour a:active{
	color:#0088cc;
	text-decoration:underline;
	font-weight:bold;
}
form#contact em {
	color:#787878;
	font-weight:bold;
}

