/* page intro - css */
body
{
	background-color: #FFF9C0;
}

#conteneur
{
	display: flex;
	margin-top: 5px;
	/*background-image: url("images/meerwasser.png");*/
}

h3
{
	
	height: 80px;
	text-align: center;
	font-size: 3em;
	background-image: url("images/cielnuages.png");
	margin-top: 5px;
	padding-top: 30px;
	color: red;
}

h2
{
	text-align: center;
	font-size: 2em;
	color: green;
	/*padding-top: 20px;*/
	
}

.curieux
{
	
	background-color: lightgreen ;
	height: 100px;
	width: 50%;
	margin-bottom: 25px;
}

.navi
{
	 
	height: 100px;
	width: 50%;
	background-color: lightgreen;
	font-size: 1.2em;
	text-align: center;
	/*margin-bottom: 25px;*/
}

#bordimages
{
	display: flex;
}

.imgauche
{
	background-image: url("images/etoiles.png");
	background-attachment: fixed;
	/*background-repeat: repeat-x;*/


}
p
{
	/*font-family: Impact,Verdana, Arial;*/
	font-size: 1.5em;
	color: white;
	padding: 30px;
	margin: auto;
	max-width: 1500px;
}

.fonds
{
	 
	/*margin-left: 200px;*/
	width: 80%;
	background-color: #8DB25D;
}
 
 .imgdroite
 {
 	background-image: url("images/etoiles.png");
 	background-attachment: fixed;
 	/*background-repeat: repeat-x;*/


 }
a
{
	
	color: red;
	font-style: bold;
	font-size: 1em;
} 

.suivant
{
	text-align: center;
}