body {
	margin: 0 auto auto auto;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
#contener {
	margin: 0 auto auto auto;
	width: 955px;
	height: 695px;
	/*background-color: #000;*/
	/*border: 1px solid #FFF;*/
}
.img1 {
    float: left;
	width: 955px;
	height: 130px;
	background-image: url(images4/img1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.img2 {
	float: left;
	width: 275px;
	height: 395px;
	background-image:url(images4/img2.jpg);
	background-repeat: no-repeat;
	/*border: 1px solid #06C;*/
}

.formulaire {
  	float: right;
	background-image:url(images4/form.jpg);
    background-repeat: no-repeat;
    height: 290px;
    width: 680px;
    padding-top: 105px;
   /*border: 1px solid #0C0;*/
}
.img3 {
	float: left;
	width: 955px;
	height: 170px;
	background-image:url(images4/img3.jpg);
	background-repeat: no-repeat;
	/*border: 1px solid #06C;*/
}
.intro {
    margin:18px auto 2px 40px;
    font-size:12px;
    color:#FFF;
    width:395px;
    text-align:justify;
}
.line {
	width: 350px;
	margin-left: 38px;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: left;
	color:#FFFFFF;
}
.label {
	float: left;
	width: 100px;
	margin: auto;
	font-size: 11px;
	text-transform: uppercase;
}
.labelCheck {
    position: relative;
	width: 415px;
	margin-left: 35px;
	text-align: left;
	color: #ffffff;
}
.input{
	margin: 0;
	padding: 0;
	width: 150px;
	height: 15px;
	font-size: 12px;
	color: #6b656b;
	border: solid 1px #CCC;
}
.radio{
	width: 15px;
	height: 15px;
}
.partenaire{
	font-size: 11px;	
}
#bt {
	width: 140px;
	height: 90px;
	background-image: url(images4/bouton.png);
    background-position: top;
    background-repeat: no-repeat;
	margin: 20px auto 0 165px;
}
#panel_info {
    position: absolute;
    display: none;
	line-height: 14px;
    border: 7px solid #ffffff;
    text-align: justify;
    padding: 15px;
    width: 365px;
    background-color: #c30040;
    font-size: 10px;
    margin: 0px;
    top: -170px;
    color: #ffffff;
}

.point_interrogation {
    cursor:pointer;
    font-weight: bold;
    color: #c30040;
}

#retourHaut {
    margin-top: -25px;
}
