body{
	font-family: Verdana, sans-serif;
	background-color: #f6f7f4;
	margin-top: 0;
	color: #353636;
}

#wrap{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

/* @group HEADER */

#logo{
	width: 332px;
	margin-left: 29px;
	float: left;
}

#logo img{
	margin-top: 27px;
}



/* @end */

/* @group INTRO */
h1{
	font-size: 16px;
}
.bleu{
	color: #00a4e8;
}
ul{
	list-style-type: none;
}
#intro{
	font-size: 12px;
	margin-left: 29px;
	margin-top: 16px;
	height: 184px;
}
#intro img{
	float: right;
	margin-right: 29px;
}
#texte_intro{
	float: left;
}



/* @end */

/* @group RUBRIQUES */

h2{
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

.bleu2{
	font-size: 40px;
	color: #00a4e8;
}

.rubrique{
	border-top:18px solid #FFF;
	padding-left: 29px;
	padding-right: 29px;
	float: left;
	background-color:#FFF;
}

.rubrique img{
	float: left;
}

.rubrique ul{
	font-size: 11px;
	list-style-type: disc;
	padding-left: 22px;
	margin-top: 0;
}

.rubrique ul li{
	padding-top: 7px;
}

.texte{
	width: 303px;
	float: right;
	text-align: justify;
}



/* @end */

/* @group FOOTER */
#footer{
	text-align: center;
	width: 700px;
	font-size: 9px;
	float: left;
	height: 25px;
}

#footer a,#footer2 a{
	color: #353636;
	text-decoration:none;
}

#footer a:hover, #footer2 a:hover{
	color: #00a4e8;
}

#contact{
	font-size:11px;
	padding-left:32px;
}

form{
	margin-top:20px;
}

form div{
	height:33px;
	font-size:10px;
}

form div.textarea{
	height:145px;
}

form label{
	margin-left:147px;
	width:60px;
	display:block;
	float:left;
	font-size:11px;
	padding-top:8px;
}

form .text{
	width:277px;
	height:19px;
	padding-top:5px;
}

form .submit{
margin-left:136px;
	width:148px;
	font-size:9px;
	text-transform:uppercase;
}

form textarea{
	width:274px;
	height:137px;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    form textarea { width: 281px; }
}	

h3{
	text-transform:uppercase;
	color:#00A4E8;
	font-size:14px;
}

	#flashcontent {
		position:absolute;
		left:50%;
		margin-left:-450px;
		width: 901px;
		height: 520px;
		float: left;
	}


html, body{
	font-family:"Verdana";
	background-color:#ffffff;
	margin:0;
	padding:0;
}

#footer2{
	font-size:9px;	
	width:900px;
	left:50%;
	margin-left:-450px;
	position:absolute;
	display:none;
	text-align:center;
	bottom:5px;
}

#retour{
	color:#CC0000;
}


/* @end */
