@charset "utf-8";

body
{
	background-color: #322055;
}

p
{
	margin: 0;
	padding: 0;
}

.img_white 
{
	border-width: 0px;
} 


.barre_horizontal {
	font-size: 0px;
}

.class_menu {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
}

.error {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
}

.correct {
	color: #5abe28;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
}

.style2 {
	color: #cacaca;
	font-family: calibri; 
	font-weight: normal;
	font-size: 11px;
}

#monForm
{
	width: 100%;
}

#monForm p
{
	margin: 0px 0;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #CCC 0px 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: 14px;
	color: #999;
}

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

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

#monForm .form_label_nostyle
{
	background: none;
}

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

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

#monForm .form_input_day_month
{
	width: 3%;
}

#monForm .form_input_year
{
	width: 6%;
}

/* button submit */
#monForm input[type="submit"]
{
	border: #322055 0px solid #;
}

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

/* button image */
#monForm input[type="image"]
{
	border: #322055 0px;
}

#monForm input[type="reset"]
{
	border: #FFFFFF 0px solid #;
}

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

