/* CSS Document */
/* Formulaire */

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

.imput {
background:url(../images/input.jpg) no-repeat;
border:0;
height:20px;
width:142px;
padding-top:3px;
padding-left:4px;}

.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;
	height:18px;
	text-align:center;
	background:url(../images/etq.jpg) no-repeat;
	font-weight:normal;
	padding-top:2px;
	line-height:normal;
}



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

input.error {
	background:url(../images/inputerr.jpg) no-repeat;
border:0;
height:20px;
width:142px;
padding-top:3px;
padding-left:4px;
}

.message {
width:142px;
height:66px;
background:url(../images/mess.jpg) no-repeat;
border:0;
padding-top:3px;
padding-left:4px;}

.bouton {
cursor:pointer;
background:url(../images/submit.jpg) no-repeat;
text-align:center;
width:56px;
height:19px;}


