/* CSS Document */

div#full {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

div#full h2{
margin-top:20px;
margin-left:5px;
margin-bottom:15px;
color:#00AAFF;
}

/* formz */

div#full fieldset {
	border: 1px #ccc solid;
	width: auto;
	background-color:#ffffff;
}
div#full fieldset p {
	padding: 0 0 0.75em 0.5em !important;
	padding: 0 0 0.35em 0.5em;
	clear: both;

}
div#full legend {
	margin: 10px 10px 0.9em 10px;
	padding-top:0.3em;
	padding-bottom: 0.9em;
	padding-left:0.3em;
	padding-right:0.3em;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #646464;
	
}

div#full label.text {
	display: block;
	float: left;
	width: 40%;
	text-align: right; /* n'hésitez pas pas à aligner à gauche, c'est pas mal aussi */
	margin: 0 1em 0 0;
	padding: 0.1em;
	border-bottom: 1px solid #cccccc;
}
div#full .radioCheck {
	margin: 0 1em 0 0.25em;	
}
div#full input.text,
textarea {
	width: 40%;
	background-color: #F4F4F4;
	border: 0;
	margin-right: 0.25em;	
	border:1px #ccc solid;
}
div#full input.text, select{
background-color: #F4F4F4;
border: 0;
margin-right: 0.25em;	
border:1px #ccc solid;
}

div#full input.text_etat, text{
background-color: #F4F4F4;
border: 0;
margin-right: 0.25em;	
border:1px #ccc solid;
}

div#full .envoy {
	margin: 1em 0;
	text-align: left;
}
div#full .envoy label {
	border: 0;	
}
div#full hr {
	visibility: hidden;
	clear: both;
}
div#full span.note {
	font-size: 0.75em;
}
div#full span.warning {
	font-weight: bold;
	font-size: 1.3em;
	color: #646464;
}
