body
{
}

p
{
	margin: 0;
	padding: 0;
}

#monForm
{
}

#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: #FFF;
}

/* Label */
#monForm label
{
	/*background-color: #FFCC66;*/
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	margin-top: 1%;
	font-size: 10px;
}

#monForm span
{
float:right;
display: block;
font-size: 10px;
color: red;
}
#monForm label:hover
{
	text-decoration:underline;
}

#monForm .form_label_nostyle
{
	background: none;
	text-align:center;
}

/* Input */
#monForm input, #monForm select, #monForm textarea
{
	margin-left: 1%;
	margin-top: 3%;
	width: 45%;
	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;
	width: 27%;
}

#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;
}

.span {font-size: larger;}
div.cpt{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
div.nb{
		color:#FF0000;
		font-weight: bold;
	}

