#monForm
{
	width: 100%;
	color: #000066;
}

#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:#666699;
}


/* Label */
#monForm label
{
	background: none;
	display: block;
	width: 270px;
	float: left;
 padding: 0 1% 0 0px;
	text-align: right;
	letter-spacing: 1px;
}

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

#monForm .form_label_nostyle
{
	background: none;
}


/* Input */
#monForm input[type="text"], #monForm select
{
	margin-left: 1%;
	border: #CCC 1px solid;
}

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

#monForm .form_input_day_month
{
	width: 20px;
}

#monForm .form_input_year
{
	width: 8%;
}


/* button submit */
#monForm input[type="submit"]
{
	background-color:#30559A;
	color:#FFFFFF;
	border: #DDEEFF 1px solid;
	width: 27%;
	margin-left:230px;
}

#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;
}

#box .mid, .midhome {
width:736px;
margin:auto;
background : transparent url(/milieu2.png) repeat left 20px;
padding : 0 30px 0 20px;
margin-top : 0;
color : #073277;
margin-bottom : 0;
}

