/* CSS FORMULAIRE DE CONTACT */


#renseignement
{
	width: 413px;
	margin-left: -12px;
}

label
{
	width: 155px;
	float: left;
	text-align: right;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	margin-right: 13px;
}

#renseignement input, textarea, select
{
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #667184;
	background: #E7E8EF;
	border: 1px #B0FFFF inset;
}

.indications
{
	font-size: 1em;
}

fieldset
{ 
	margin-top: 20px;
	padding: 10px 0;
	border: 1px #C6C2CF solid;
}

legend
{
	color: #C6C2CF;
	font-size: 1em;
}

#btn_envoi
{
	margin-left: 170px;
}

#question_user
{
	margin-left: 28px;
	width: 340px;
}

#sujet
{
	width: 200px;
}

.notices
{
	font: normal 1em Arial, Helvetica, sans-serif;
	padding-left: 10px;
	color: #667184;
}

#jour, #mois, #annee, #destination, #langue
{
	font-size: 0.9em;
}

.clear
{
	clear: both;
}
