
	
	body 
	{
	background-color: #C00000;
	text-align: center;
	
	}

	#top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: black url(images/pattern1.png) repeat-x;
	height: 200px;
	}
	
	.titre {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 42px;
	font-weight: bold;
	text-decoration:none;
	}
		
	ul { 
	list-style-type: none;
	}


	#navig{
	position: fixed;
	top:35%;
	left:0;
	background: url(images/menu.png) no-repeat;
	width:100%;
		}
	
	
	h1{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	
	}
	
	h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #C00000;
	font-size: 19px;
	font-weight: bold;
	margin-left: 30px;
	text-align: left;
	
	}
	
	h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #C00000;
	font-size: 31px;
	font-weight: bolder;
	margin-left: 5px;
	text-align: center;
	padding-top: 30px;
	}
	
	h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
	text-decoration: none;
	text-align: center;

	
	}
	
	p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
	width:650px;
	text-align: justify;
	}
	
	#where h2{
	text-align: center;
	}
	
	
	#wrapper {
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	
	}
	
	#milieu {
	background: white url(images/pattern22.gif) bottom repeat-x;
	background-color: white;
	margin-bottom: 5px;
	text-align: left;
	color: #333;
	display: block;
	margin-top:220px;
	text-align:center;
	
	}
	
	#milieu #where {
	text-align:center;
	margin-bottom: 80px;
	
	}
	
	.gauche{
	width:300px;
	position: absolute;
	margin-left:-250px;
	display: block;
	z-index: -1;
	}
	
	.droite{
	width:300px;
	margin-left:640px;
	display: block;
	position: absolute;
	z-index: -1;
	margin-bottom:60px;
	}


	h5, a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	text-align: left;
	padding-top:18px;
	margin-top:-20px;
	left:0;
	text-decoration:none;
	}
	
	#footer {
	float: left;
	margin-top: 10px;
	width: 100%;
	height: 75px;
	left: 0;
	bottom: 0;
	background: black url(images/pattern1.png) repeat-x;
	

	}
	
	#footer a {
	text-align: left;
	padding-top: 0px;
	font-weight: bold;
	color:white;
	text-decoration: none;
	}
	#footer p {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	color:white;
	text-decoration: none;
	}
	
	.mentions p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
	width:650px;
	text-align: justify;
	text-indent:30px;
	}
	
	.mentions a:link{
	text-decoration:underline;
	padding-top:0;
	}