/* CSS Document */

.formulaire {
	margin:0px;
	padding:0px;
	}
.formulaire label {
	font-size:100%;
	width: 200px;
	float: left;
	text-align: left;
	margin: 3px 1em 0 0;
	clear: both;
	font-weight:bold;
	font-size:12px;
	}
.formulaire div{
	margin:0px;
	padding:2px;
	}

div.row, div.row div.label, div.row div.formw{
	padding:0; 
}
div.row{
	padding:2px 0;
	height:16px;
}

div.row div.formw label{
	float: none;
	clear:none;
	font-weight:bold;
	font-size:12px;
	margin-right:20px;
}

.formulaire .boxs {
	margin-bottom:4px;
	}
.formulaire .boxstexte {
	margin-right:20px;
	font-size:12px;
	font-weight:bold;
	}
.formulaire input, .formulaire select {
	margin-bottom: 0px;
	vertical-align:middle;
	}
.formulaire .sujet {
	clear:both;
	margin:5px 0px 5px 0px;
	}
.formulaire .stitre {
	margin:0px;
	}
.petittexte {
	font-size:80%;
	padding-top:0;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:5px;
	}
.champtexte, .champtexteCP {
	width:216px;
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.champtexteCP {
	width:50px;
	}
.alertmessage {
	padding:5px 0;
	font-weight:bold;
	font-size:12px;
	color:#F3D9A7;
}