@charset "UTF-8";
/* CSS Document */

form {
position:absolute;
 left:180px;
 top:60px;
 width:150px;
 }

 fieldset {
 border:0;
 }

 
 label {
 margin-top:8px;
 font-size:12px;
 width:140px;
 display:block;
 }
 
label.inline{
margin-top:-1px;
}
 
input.inline {
display:inline;
width:20px;
 }
 
 input {
color:#FFF;
border:0;
height:25px;
width:130px;
background-color: transparent;
background-image: url('../image/cadres.png'); 
 }

 textarea {
font-size:12px;
border:0;
color:#FFF;
width:190px;
height:110px;
background-color: transparent;
background-image: url('../image/cadres.png'); 
}

input[type=submit] {
text-align:left;
font-size:12px;
margin-top:25px;
color:#FFF;
font-weight:bold;
cursor:pointer;
 }

input[type=checkbox] {
position:absolute;
top:156px;
left:80px;
 }
input[type=submit]:hover{
color:#FFF;
background-image: url('../image/cadresHover.png'); 
 }
input[type=submit]:active {
 border:2px inset #A6BEDE;
 background-color:#A6BEDE;
 color:#000;
 } 

#champs
{
width:200px;
font-size:12px;
position:absolute;
color:black;
top:455px;
}
 

 
#commentairePrincipale 
{
position:absolute;
left:390px;
top:80px;
width:460px;
height:450px;
background-color: transparent;
background-image: url('../image/cadres.png'); 
}

#commentairePrincipale p
{
border-bottom:#DEDEDE solid 1px;
color:#FFF;
font-size:14px;
font-weight:bold; 
font-weight:600;
margin-bottom:5px;
}

#commentairePrincipale li 
{
list-style:none;
color:#FFF;
font-size:12px;
padding-top:15px;
margin:0 15px 0 15px;
height:60px;
}

#commentairepage 
{
color:white;
position:absolute;
top:500px;
left:600px;
}
#commentairepage a
{
color:white;
text-decoration:none;
}

#commentairepage a.pageActive
{
color:#900;
}


input.error { height:23px; border:1px solid #900;background-color: transparent;background-image: url('../image/cadres.png'); }

textarea.error { height:108px; border:1px solid #900;background-color: transparent;background-image: url('../image/cadres.png'); }

#commentaire_formulaire p.input
{
	height:50px;
	overflow:hidden;
}
#commentaire_formulaire p.textarea
{	 font-size:10px;
	height:145px;
	overflow:hidden;
}
#commentaire_formulaire p.coch
{
	height:30px;
	overflow:hidden;
}

#limite
{
	position:absolute;
	top:315px;
	font-size:10px;
	
}
