
#monForm
{
	width: 100%;
}

#monForm p
{
	margin: 2px 0;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

#monForm fieldset:hover
{
	background-color: #fff;
}

#monForm fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}
#monForm textarea
{
	
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	
	color: #ff00;
}
/* Label */
#monForm label
{
	background-color: #0075b5;
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: left;
	letter-spacing: 1px;
	color: #fff;
	font-family:"Calibri","sans-serif";
	
}

#monForm label:hover
{
	font-weight: bold;
}

#monForm .form_label_nostyle
{
	background: none;
}

/* Input */
#monForm input, #monForm select
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus
{
	border: #999 1px solid;
	background-color: #EBEBEB;
}

#monForm .form_input_day_month
{
	width: 3%;
}

#monForm .form_input_year
{
	width: 6%;
}
/* button submit */
#monForm input[type="submit"]
{
	background:url(../img/btn_envoyer.png) 0 0 no-repeat; width:121px; height:40px; display:inline-block;overflow:hidden;  
	border: 0px;
	cursor: pointer;
}

#monForm input[type="submit"]:hover
{
	background:url(../img/btn_envoyer.png) 0 0 no-repeat; width:121px; height:40px; display:inline-block;overflow:hidden;  
	border : 0px;
	cursor: pointer;
}

#monForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#monForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}

