div.cap_form
{
	width:70%;
	margin:auto;
}

form.caplaser_formulaire
{
	width:100%;
}

form.caplaser_formulaire div
{
	margin:2px 0px;
}

form.caplaser_formulaire span
{
	padding:2px 2px;
}

form.caplaser_formulaire fieldset
{
	border:solid 1px #CBCBCB;
	padding:10px;
}

form.caplaser_formulaire fieldset.submit
{
	border:0px;
}

form.caplaser_formulaire legend
{
	font-weight:bold;
	font-size:1.2em;
}

form.caplaser_formulaire span.form_intitule
{
	display:block;
	float:left;
	width:160px;
	margin-bottom:10px;
	font-weight:bold;
}

form.caplaser_formulaire span.form_intitule span.obligatoire
{
	font-style:italic;
	font-weight:normal;
}

form.caplaser_formulaire span.form_valeur
{
	display:block;
	margin-bottom:10px;
	padding-left:170px;
}

form.caplaser_formulaire span.form_valeur textarea
{
	width:200px;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:1.2em;
}

form.caplaser_formulaire span.form_valeur input
{
	width:200px;
}

form.caplaser_formulaire span.form_valeur input.checkbox,
form.caplaser_formulaire span.form_valeur input.radio
{
	/*width:inherit;*/
	width:30px;
}

form.caplaser_formulaire span.form_valeur select
{
	width:200px;
}

form.caplaser_formulaire span.clear
{
	clear:both;
	line-height:0px;
}

div#caplaser_vide
{
	display:none;
}

form.caplaser_formulaire .champs_nok
{
	border:solid 1px #AA0000;
	background-color:#FFEBE8;
	background-image:url('images/nok.png');
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding-left:20px;
}

form.caplaser_formulaire .champs_ok
{
	background-image:url('images/ok.png');
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding-left:20px;
}

div#cap_form_sent
{
	margin-top:20px;
	border:solid 1px #00AA00;
	background-color:#DDFFDD;
	padding:10px;
}

div#cap_form_notsent
{
	margin-top:20px;
	border:solid 1px #AA0000;
	background-color:#FFEBE8;
	padding:10px;
}
