/* EN TETES + PARAGRAPHES */
h1 {
font-family: Arial, Sans-serif;
font-weight: normal;
padding: 3px 0 6px 8px;
color: #000000;
text-align: left;
font-size: 27px;
}
h2 {
color: #86939f;
font-size: 19px;
font-weight: normal;
padding: 5px 0 14px 0;
text-align: left;
}
.soush2 h2{
color: #86939f;
font-size: 19px;
font-weight: normal;
padding: 8px;
border-top: 1px #86939f solid; 
text-align: left;
}
h3 {
color: #86939f;
font-size: 17px;
font-weight: normal;
letter-spacing: -0.02em;
text-align: left;
}
h4 {
color: #86939f;
font-size: 14px;
font-weight: normal;
letter-spacing: -0.02em;
text-transform: uppercase;
text-align: left;
padding: 5px 0 10px 0;
}
h5 {
color: #86939f;
font-size: 14px;
font-weight: normal;
letter-spacing: -0.02em;
text-align: left;
padding: 5px 0 10px 0;
}
p{
/*color: #5d6971;*/
color: #000000;
padding: 0 0 13px 0;
}


form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #86939f;
}
fieldset{
	clear:both;
	margin:0 0 10px 20px ;
	padding:15px;
	border: #cccccc solid 1px;
}
legend{
	padding:0 5px;
	color:#555555;
	font-weight:bold;
}
.fixed{
	padding: 2px 0;
}
label{
	text-align: left;
}

.fixed label, .blockradio{
	display:block;
	width:170px;
	float:left;
}

.fixedcheckbox{
margin: 0 5px 5px 0;
}

.fixed{
	clear:both;
}

input, textarea{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666666;
	border: #cccccc solid 1px;
}
input:hover, textarea:hover{
	border: #999999 solid 1px;
}
input:active, textarea:active, input:focus, textarea:focus{
	border: #86939f solid 1px;
}

input[type="submit"]{
	float:right;
}
.erreur{
	color:#f08a00;
}

.textes_description{
	width:400px;
	height:200px;
}