/*Quelques balises*/

p{
text-align: justify;
}




 #conteneur {
 position: relative;
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 background-color: transparent;
 border: 1px solid green; 
 }
 
 #centre {
 background-color: transparent;
 width: 400px;
 margin-left: 250px;
 padding: 0 0 1em 0; 
 }


/* le bloc menu*/

 #menu {
 position: absolute;
 left: 0;
 width: 150px;
 margin-left: auto;
 margin-right: auto;
 background-color: transparent;
 }
 
 #menu ul{
 list-style-type: none;
 } 
 #menu li{
 margin-bottom: 5px;
 }

 #menu a:link, #navlist a:visited {
     margin: 0 2px;
     width: 150px; 
     height: 20px;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
     color: #000;
     background: #fff;
	 }
	 
#menu a:hover {
     background: #ccc;
     border: 1px solid gray; 
     }

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #BFDEAD;
color: #333;
}





#header{
 margin-left: auto;
 margin-right: auto;
 background-color: transparent;
 text-align: center;
 }

 #footer { 
 background-color: transparent;
 text-align: center;
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 1em; 
}

#footer img {
border: 0;
}


.green-colored{
color: green;
background-color: green;
height: 1px;
border: 0;
}




