* {
	font-family:Arial;
	font-size:14px;
}
h1 {
	margin:15px;
	margin-left:0px;
	background-image:url(images/logo.gif);
	background-position: 0px 3px;;
	background-repeat:no-repeat;
	text-indent:100px;
	font-size:24px;
	font-weight:bold;
	color:#b12c55;
	line-height:76px;
	padding-top:3px;
	margin-bottom:40px;
}
h2 {
	margin:15px;
	background-image:url(images/puce_h2.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	text-indent:40px;
	font-size:18px;
	font-weight:normal;
	color:#b12c55;
	line-height:30px;
	padding-top:3px;
	margin-top:40px;
	margin-bottom:20px;
}
.label_check {
	display:block;
	float:right;
	margin-left:10px;
	text-align:left;
	width:450px;
	line-height:22px;
	padding-bottom:2px;
	padding-top:7px;
}
/*
.label_check:chosen {
	
}
*/
.label_radio {
	display:block;
	float:right;
	margin-left:10px;
	text-align:left;
	width:450px;
	line-height:22px;
	padding-bottom:2px;
	padding-top:7px;
}
.label_input {

}
.frm_check {
	text-align:right;
	vertical-align:top;
}
.frm_radio {
	text-align:right;
	vertical-align:top;
}
.frm_submit {
	background:url(images/btn_valider.gif) no-repeat left top;
	width:125px;
	height:40px;
	border:none;
	/*background-color:inherit;*/
	cursor:pointer;
}

.frm_submit:hover {
	background: url(images/btn_valider_on.gif) no-repeat left bottom;
}

.frm_input {
/*
	border-color:#b12b55;
	border-width:1px;
	border-collapse:collapse;
*/
}
.spacer_check {
	clear:both;
}
.spacer_radio {
	clear:both;
}
.spacer_input {

}

.fond_body{
	background-color:#d3d3d3;
}

.box_email {
	position:fixed;
	top:100px;
	left:37%;
	background-color:#ffffff;
	width:26%;
	height:150px;
	border:2px solid #b12b55;
	padding:20px;
	text-align:center;
}

.box_email label {
	display:block;
	font-family:Arial;
	font-size:14px;
	margin-top:10px;
	color:#b12b55;
	margin-bottom:30px;
}

.box_email input {
	display:block;
	margin-bottom:20px;
	width:50%;
	margin-left:25%;
}
p {
	font-size:14px;
	font-weight:bold;
	text-align:justify;
/*
	font-family:Verdana, Arial, Helvetica, sans-serif;
*/}
