/* CSS Document */
/* Formulaire */

.cssform p{
width:280px;
clear: left;
margin: 0;
padding:0;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 70px;
font-size:11px;
}

.cssform textarea{
width: 70px;
height: 40px;
font-size:11px;
}
.warn{
background:#f00;
}

label.etq {
	display:block;
	width:90px;;
	float:left;
}

label.error {
	margin-left:20px;
	color:#FF0000;
}

input.error {
	background:url(../images/invalid_line.gif) repeat-x bottom #FFFFFF;
}

