*{
	margin:0;
	padding:0;
	font-family:verdana;
}

body{

	background-image:url(../images/fond.png);
	background-repeat:repeat-x;
	background-color:#9df1b8;
	width:100%;
	}

/*--------------------- Début Design Page ------------------ */

#conteneur{
	width:1024px;
	height:758px;
	margin:auto;
	/*padding-left:10px,50px,10px,50px;*/
	
	background-color:transparent;

}

			/*------------- Début Bandeau  ------------ */
#bandeau{
	width:1009px;
	height:246px;
	margin:auto;
	
	background-image:url(../images/bandeau.png);
	
}
			/*------------- FIN Bandeau  ------------ */

			/*------------- Début partie Gauche  ------------ */
#gauche{
	width:230px;
	height:230px;
	float:left;
	margin-left:5px;
	margin-top:15px;
	
	background-color:#230004;
}


/*-------Onglet de Navigation--------*/
.navigation{
	width:220px;
	height:200px;
	float:left;
	padding:5px;
	
}
.navigation h1{

			font-family: verdana;
			font-size:16px;
			font-weight:bold;
			color:#e2e2e2;
			text-align:center;	
			margin-top:10px;
			margin-bottom:10px;
}
.navigation ul{
	list-style:none;

	
}
.navigation a{
			display:block;
			width:220px;
			height:30px;
			padding-top:5px;
			padding-left:5px;
			text-align:left;
		
						
			font-family: verdana;
			font-size:12px;
			font-weight:bold;
			color:#460b11;
			text-decoration:none;
			
			background-image:url(../images/bouton.png);
			background-repeat:no-repeat;
				
	}

.navigation  a:hover{
			background-image:url(../images/boutonSurvol.png);
			color:#af4757;
	}

/*-------FIN Onglet de Navigation--------*/

			/*------------- FIN partie Gauche  ------------- */

			
			/*------------- Début partie Droite  ------------ */
#droite{
	width:730px;
	height:550px;
	float:right;
	margin-right:50px;
	
	background-color:transparent;
}


/*-------Contenu--------*/
#contenu{
	width:730px;
	height:356px;
	float:left;
	margin-top:30px;
	text-align:center;
	background-color:transparent;
	
}

#text {
	width:450px;
	float:left;
	text-align:center;
	margin-left:30px;
}

#text h1{
			font-family: helvetica;
			font-size:25px;
			font-weight:normal;
			font-style:italic;
			color:#531c13;
	
}

#text h2{
			font-family:helvetica;
			font-size:14px;
			font-weight:normal;
			font-style:italic;
			color:#531c13;
			text-decoration:none;

}

 #text p{
		text-align:left;
		margin-top:25px;
		
		color:#531c13;
		font-size:12px;
		font-family:helvetica; 
}

#text strong{
		font-weight:bold;	
}

.entrez {
	width:142px;
	height:85px;
		
	margin-top: 70px;
	margin-left:150px;
	background-color:transparent;
}

.entrez a{
			display:block;
			width:142px;
			height:85px;
			padding-top:5px;
			padding-left:5px;
			text-align:left;
		
			background-image:url(../images/entrez.png);
			background-repeat:no-repeat;
}

.entrez  a:hover{
	background-image:url(../images/entrezSurvol.png);
			background-repeat:no-repeat;
}
#illustration{
	width:228px;
	height:351px;
	float:right;

	background-image:url(../images/illu.png);
	background-repeat:no-repeat;
}

/*-------FIN Contenu--------*/

			/*------------- FIN partie Droite  ------------- */
#footer{
width:100%;
height:30px;
margin:auto;
float:left;
font-family:helvetica, arial;
font-weight:bold;
font-size:11px;
margin-top:-130px;

text-align:left;
padding-left:400px;
padding-top:20px;
color:#78D6A2;
background-color:#230004;
}

#footer a{
	color: #af4757;
	text-decoration:none;
	font-weight:bold;
	
}
#validation{
width:150px;
float:left;
margin-top:-18px;
background-color:transparent;
margin-left:750px;
}

#validation a{text-decoration:none;color:transparent;display:block;
	float:left}
 /*------------------- FIN Design Page -------------- */