div.formulaire{
	width:515px;
	padding:10px;
	float:left;
	margin:5px;
}
table.formulaire{
	width:455px;
	margin:auto;
}
table.formulaire TD,table table.formulaire TD{
	height:25px;
	width:60%;
	padding-top:8px;
	padding-bottom:0;
}
table.formulaire TD.vide{
	height:30px;
}
table.formulaire TH{
	padding-top:5px;
	text-align:left;
	border-bottom:#636363 2px solid;
}
table.formulaire TD.droite{
	text-align:right;
	width:40%;
}
table.formulaire INPUT.text{
	width:230px;
	border:#636363 1px solid;
}
table.formulaire span.formulaire-nonmodifiable{
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
}
table.formulaire SELECT.combo{
	width:172px;
	border:#636363 1px solid;
}
SPAN.obligatoire{
	font-weight:bold;
	color:#F6450A;
}
span.checkbox-caption{
	margin-left:10px;
}
input.checkbox{
	position:relative;
	top:1px;
}
span.formulaire-caption{
	color:#717171;
	font-size:14px;
}
div.infos{
	margin-top:10px;
	color:#717171;
	font-size:14px;
}
div.erreur{
	margin-top:15px;
	width:60%;
	color:red;
	font-size:16px;
	float:left;
}
div.infos a{
	color:#000000;
	text-decoration:none;
}
div.infos a:hover{
	color:#F6450A;
}
div.formulaires input.float{
	float:right;
}
div.formulaires input.formulaire-bouton{
	color:#FFFFFF;
	margin-right:10px;
	margin-top:10px;
	width:102px;
	height:32px;
	background:url(../images/bouton-noir.png);
	background-repeat:no-repeat;
	border:none;
}
div.formulaires input.grand{
	background:url(../images/grand-bouton-noir.png);
	width:155px;
}
div.formulaires input.formulaire-bouton:hover{
	cursor:pointer;
	color:#F6450A;
}
table.formulaire input.error,table.formulaire select.error{
	border-color:red;
}