@charset "UTF-8";
/* CSS Document */

* {
	margin: 0; 
	padding: 0; 
}

body { 
	background-color:#d7ef9f; 
}

p { 
	margin: 0 30px 10px 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	width:520px; 
	color:black;
	font-weight:normal;
}

#wrap { 
	width:868px;  
	margin: 10px auto;
	position:relative;
}

#page { 
	width:725px; 
	margin: 0 auto; 
	background-color:#fff;
	position:absolute;
	
}


#header {
	width:725px; 
	height:125px; 
	margin: 0 auto 0 auto; 
	background-image:url(../ressources/header.gif); 
	background-repeat:no-repeat; 
}

#header img { 
	text-decoration:none; 
	border-style:none; 
}

#menu {
	margin-top:113px;
	padding:0; 
	width:150px;
	float:right;
	
 }

.tab_container {
	width: 725px;
	overflow: hidden;
	clear: both;
	padding-top:10px;
}

.tab_container01 {
	width: 725px;
	overflow: hidden;
	clear: both;
	padding-top:10px;
}

.tab_content {
	background-color:#fff; 
	display:block;
}


.tab_content_video {
	background-color:#fff; 
	display:block;
}


#texte {
	width: 525px;
	float: right;
	margin-right:10px;
}

#texte a{
	text-align:justify;
}

#titre { 
	background-color:#fff;
	margin:10px 0 20px 25px; 
}

#titre01 { 
	background-color:#fff; 
	margin:10px 0 10px 160px; 
}

#soustitre { 
	margin-bottom:20px;
}

h2 { 
	margin: 20px 30px 10px 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color: #FE7500; 
	width: 520px;
}

.illustration { float: left; width: 100px; margin: 0 0 0 20px;}

.image01 { margin-top:40px; }
.image02 { margin-top:110px; }
.image03 { margin-top:60px; }
.image04 { margin-top:10px; }
.image05 { margin-top:20px; }
.image06 { margin-top:160px; }
.image07 { margin-top:90px; }
.image08 { margin-top:230px; }
.image09 { margin-top:130px; }
.image10 { margin-top:260px; }

#footer {
clear: both;
width:725px;
height:55px;
background: #1D97b2 url(../ressources/footer.gif);
background-repeat:no-repeat;
background-position:bottom;
margin: 0;
}*/
