
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/fond.jpg");
   background-repeat: repeat-x;
   background-color: black;
}




#en_tete
{
   width: 760px;
   height: 100px;
   margin-bottom: 10px;
   background-image: url("images/bandeau.jpg");
   margin-top: 120px;
}

#menu
{
   float: left;
   width: 129px;
   height: 465px;
   background-color:black;
   
}

.element_menu
{
   width: 120px;
   
   
   border-left: solid 2px #E9F44B;
  padding-left: 5px;

   margin-top: 70px;
   margin-bottom: 20px;
   
	
}

.element_menu a:hover
{
color: #E9F44B;
}



.element_menu h3
{    
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   
	
}


.element_menu a
{
   color: white;
   text-decoration:none;
    text-align: center;
	font-size: 101%;
	
	
 }



#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: white;
   background-color: black;
   
   

   
 
}

.image a
{
	text-decoration: none;
	color : black ;
}	
.image a:hover
{
	color: #E9F44B;
}

.liens a:hover
{
	color: #E9F44B;
}

.liens a
{
	text-decoration: none;
	color : white ;
}	

.equipe a:hover
{
	color: #E9F44B;
}
.equipe a
{

		text-decoration : none;
		color : black;
 }		
 

	 
#corps h1
{
   color: white;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 90%;
  font-weight: light;
}

#corps h2
{
   
   font-size: x-large;

   color: #E9F44B;
   text-align: center;
}


.pied_de_page a:hover
{
	color: #E9F44B;
}

a.pied_de_page
{
	display:block;
	margin-left:300px;
	height: 172px;
	width: 234px;
	background:url("images/logocompagnie.jpg") no-repeat;
}