h2 {
color:#ff00ff;
font-family:"comic sans ms";
font-size:30px;
text-align:center;
font-weight: bold;
padding-left:10px;
}

p {
color:#000000;
font-family:"comic sans ms";
font-size:14px;
text-align:left;
}

.logo
{
	height:100%;
	opacity:0.5;
}

.page
{
display:flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;

width:900px;
height:100%;

}

body 
{
margin-top: 0px;	
	
}

.bandeau1
{
border-bottom: 2px solid #E15116;
width: 900px;
height: 15px;
background-color: #FBF48B;
}
	
.titre
{
display: flex;
  flex-direction:row;
  justify-content: space-around;
  background-color: #DFE67B;	
	width:900px;
	height:90px;
	margin-bottom:10px;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
}

.titre p
{
	
	font-size:18px;
}
nav
{
	display: flex;
  flex-direction:row;
  justify-content: space-around;
  height:50px;
	margin-bottom:5px;
}
nav ul
{
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

nav li
{
    margin-right: 25px;
}

nav a
{
    font-size: 28px;
    color: #181818;
    padding-bottom: 1px;
    text-decoration: none;
	background: #CDFEAA;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
	
}

.menu
{
display:flex;
flex-direction: row;
 justify-content: space-around;
background-color: #FBF48B;
margin-left: auto;
margin-right: auto;
margin-top:10px;
width:900px;
height:200px;
border: 2px solid #E15116;
 border-radius: 10px;	
	
}

.peche
{
margin-top:20px;
	padding-left: 20px;
	
	
    width:200px;
    height:150px;	
	
	background-image:url(peche.jpg);
	border-radius: 10px;	
	
}

.menu a
{
    font-size: 28px;
    color: #181818;
    padding-bottom: 1px;
    text-decoration: none;
	background: #CDFEAA;
}

.menu a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
	
}


.oiseaux
{
margin-top:20px;
	padding-left: 20px;
	
	
    width:200px;
    height:150px;	
	background-image:url(oiseaux.jpg);
	
	border-radius: 10px;	
	
}

.plantes
{
margin-top:20px;
	padding-left: 20px;
	
	
    width:200px;
    height:150px;	
	background-image:url(plantes.jpg);
	
	border-radius: 10px;	
	
}

footer  {
	width:100%;
	height: 20px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	border-radius: 5px;
	background-color: #FBF48B;
	border: 1px solid #E15116;
	
}




