
div.devis_renseignement 
{
	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;
}
textarea.textarea_style 
{
background-color:#FFFFFF;
border:1px solid gray;
/*color:#666666;*/
margin-bottom:10px;
padding-left:5px;
padding-bottom:5px;
width:300px;
}
input.devis_style1 , input.devis_style2, input.devis_style3, select.select_style3court, 
select.select_style3, select.select_style4
{
background-color:#FFFFFF;
border:1px solid gray;
padding-left:5px;
margin-right: 5px;
}

input.devis_style1 
{
width:200px;
}
input.devis_style2 
{
width:135px;
}
input.devis_style3 
{
width:60px;
}
select.select_style3court 
{
width:60px;
}

select.select_style3 
{
width:200px;
}

select.select_style4 
{
width:170px;
}
.errata
{
background-color:transparent;
color:red;
font-weight:bold;
letter-spacing:1px;
line-height:1em;
text-align:center;
}