/* CSS Document */
#monForm
{
	width: 380px;
}

#monForm p
{
	margin: 8px 0px 0px 0px;
}

#monForm p.erreur
{
	background-color: #FF9999;	
	padding: 1px;
	font-weight:bold;
}

#monform p.contact_titre
{
	font-size: 11px; 
	font-weight:bold;
	background-color:#e6f1fd;
	padding: 2px
}

/* Label */
#monForm span
{
	display: block;
	width: 180 px;
	text-align: left;
	
}
#monForm label
{
	display: inline;
	width: 180px;
	text-align: left;
	float: left;
}
#monForm label.demande
{
	width: 105px;

}

#monForm label.identite
{
	width: 120px;

}


#monForm label:hover
{
	font-weight: bold;
}

#monForm .form_label_nostyle
{
	background: none;
}

/* Input*/
#monForm input, #monForm select, #monForm textarea
{
	margin-left: 1px;
	/*width: 58%;*/
	border: #CCC 1px solid;
}


#monForm input:hover, #monForm select:hover, #monForm textarea:hover, #monForm input:focus, #monForm select:focus, #monForm textarea:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}



/*
#monForm .form_input_day_month
{
	width: 3%;
}

#monForm .form_input_year
{
	width: 6%;
}
 */
button submit 
#monForm input[type="submit"]
{
	border: #DDEEFF 1px solid;

}

#monForm input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

/*
#monForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#monForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}

*/
