#menu{
text-align:center;
	color: #112C3F;
	font-weight: bold;
    font-size: 14px;

 }

a.menu:visited {
text-align:center;
text-decoration: none;
font-size: 14px;
color:#112C3F;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;

 }

a.menu:link{
text-align:center;
	text-decoration: none;
	font-size: 14px;
	color: #112C3F;
	font-weight: bold;

	font-family: Verdana, Arial, Helvetica, sans-serif;

 }

a.menu:hover{
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 
 
#menu_1{
text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;

 }

a.menu_1:visited {
text-align:center;
text-decoration: none;
color: black;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 }

a.menu_1:link{
text-align:center;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

 }

a.menu_1:hover{
text-align:center;
    text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

#fond{
background-image:url(medias/fond_ciel.jpg);
background-repeat:repeat;
background-position: top left;
z-index:0;
height:100%;
width: 100%;
position:absolute;
}

#herbe{
background-image:url(medias/bottom.png);
background-repeat:repeat-x;
background-position:bottom left;
z-index:1;
height:100%;
width: 100%;
position:fixed;
overflow:auto;

}
#corps{
z-index:2;
}
