body{
background-color:#000000;
font-family: Verdana, serif;
color:white;
margin-top:10px;
}

#flyer{
height:300px;
width:800px;
margin:auto;
}

#main{
padding-top: 10px;
height:300px;
width:800px;
margin:auto;
}

#menu{
height:300px;
width:220px;
float: left;
margin-top:10px;
}

#texte{
margin-left: 270px;
border: 1px solid white;
padding: 10px;
}

#entree{
width: 600px;
margin:auto;
margin-top: 50px;
}

#galerie{
width:1000px;
margin:auto;
}

.photo{
margin:5px;
}

a{
   text-decoration: underline; 
   color: white;
}

a:hover{
	color: grey;
}

a:active
{
	color:#A6C953;
}

a img
{
   border: none; 
}

