@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	width:852px;
	position: absolute;
    left: 50%;
	margin-left:-425px;
	background-color:#29434d;
}
.prez{
	width:438px;
	height:421px;
	background-image:url(images/index_03.jpg);
	background-repeat:no-repeat;
	float:left;
}
.titre{
	text-align:center;
	color:#008ec1;
	font-size:18px;
	padding-right:50px;
	font-weight:bold;
}
.text{
	padding-left:10px;
	width:400px;
}
.alertes{
	width:412px;
	height:421px;
	background-color:#FFF;
	margin-left:438px;
}
.question{
	background-image:url(images/bgQuestion2.gif);
	background-repeat:no-repeat;
	width:377px;
	height:117px;
	padding-top:35px;
	padding-left:15px;
}
.ami{
	background-image:url(images/bgAmi2.gif);
	background-repeat:no-repeat;
	width:377px;
	height:97px;
	padding-top:35px;
	padding-left:15px;
}
.email{
	background-image:url(images/bgEmail2.gif);
	background-repeat:no-repeat;
	width:392px;
	height:87px;
	padding-top:35px;
	padding-left:15px;
}
.input{
	width:265px;
	border:#c6d0d2 1px solid;
	padding:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-right:15px;
}
.sinput{
	width:355px;
	height:60px;
	border:#c6d0d2 1px solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:2px;
}
.btnQuest{
	width:71px;
	height:18px;
	background-color:#008ec1;
	color:#fff;
	border:none;
	font-weight:bold;
	font-size:10px;
}
.btnAmi{
	width:71px;
	height:18px;
	background-color:#a363ff;
	color:#fff;
	border:none;
	font-weight:bold;
	font-size:10px;
}
.btnEmail{
	width:71px;
	height:18px;
	background-color:#ff8400;
	color:#fff;
	border:none;
	font-weight:bold;
	font-size:10px;
}
.foot{
	width:850px;
	height:85px;
}
