/* Created by The Orchid Web 2007 - www.the-orchid-web.com */
/* Aux Fleurs Célestes - nous contacter */

/* mise en forme des différents bloc */

div#formulaire{
	float: left;
	width: 402px;
}
#principal{
	float: left;
	/*width:70%;*/
	width: 402px;
}
legend.global{
	padding-left: 5px;
}
div#adresse{
	/*float: right;*/
	right: 5px;
	width: 177px;
	text-align: center;	
}
div#adresse h2{
	font-size: 1.2em;
}
table#add{
	width: 80%;
}
div#horaires{
	padding-top: 20px;
	/*float: right;*/
	right: 5px;
	width: 177px;
	text-align: center;
}
.obligatoire{
	color:#A8420C;
	font-weight:bold;
}

/* mise en forme du formulaire proprement dit */


.ZoneSaisie{
	font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
	color:#333 ;
	margin:3px;
	height:20px;
	border:solid 0 #fff;
	padding: 3px 8px;
	background: transparent url("../media/images/divers/textfield_bg.gif") no-repeat fixed;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:187px;
}
input.ZoneSaisie{
	background: transparent url("../media/images/divers/textfield_bg.gif") no-repeat;
}
label{
	line-height: 22px;
	left: 20px;
}
.ZoneTexte{
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#333 ;
	margin:3px;
	height:165px;
	border:solid 0 #fff;
	padding: 0 8px;
	background: transparent url("../media/images/divers/textarea_bg.gif") no-repeat fixed;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:190px;
}
textarea.ZoneTexte {
	background: transparent url("../media/images/divers/textarea_bg.gif") no-repeat;
	overflow: scroll;
}
.submit {
margin:3px;
background: transparent url("../media/images/divers/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
width:80px;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#666;
text-transform:uppercase;
}
.erreur{
	color: red;
	font-weight: bold;
}
.discret{
	font-size: 0.8em;
}


