body 
{
   background-color: #a6b6c6; 
   color: black; 
   font-family: Verdana, Arial, "Times New Roman", Times, serif;
   font-size: 14px;
   margin: auto; 
   margin-top: 20px; 
   margin-bottom: 20px; 
   margin-right: 50px;
}

#en_tete
{
	position: absolute;
	top:0px;
	left: 17%;
	width: 83%;
	height: 220px;
	background-color: #000000;
	text-align: center;
	font-size: x-large;
	
	
}


#logo
{
position: absolute;
left: 0px;
top: 0px;
width: 17% ;
height: 220px;
	background-color: #000000;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}


#menu
{
	position: absolute;
	left:0px;
	top:220px;
	background-color: #a6b6c6;
   width: 17%;
   height: 100%; 
   

}

.optimise
{
	border: 4px solid #0044aa;
	padding: 5px;
	text-align: justify;
	font-size: x-small;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

.corps_menu 
{
	text-align: center;
	list-style-type: none;
	/*border: 4px solid #0044aa;
	padding: 5px;*/
	font-size: x-large;
    border-right: 2px solid black;
	/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;*/
}


.choix a
{
	text-decoration: none;
	color: #666666;
}

.choix a:hover
{
	font-style: italic;
	color: black;
}


.copyright
{
	/*border: 4px solid #0044aa;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	padding: 5px;*/
	border-right: 2px solid black;
	text-align: center;
	font-size: small;
}

.copyright a
{
	text-decoration: none;
	color: #666666;
	font-size: large;
}

.copyright a:hover
{
	font-style: italic;
	color: black;
}




#corps
{
position: absolute;
top: 250px;
left: 20%;
width: 60%;
background-color: #f6f6f6; 
}


.texte_corps
{
   
   text-align: justify;
   font-size: 16px; 
   margin-right: 20px;
   margin-left: 20px;
  
}

.texte_corps:first-letter 
{
   float: left; /* Flotte à gauche */
   font-size: 3em; /* Fasse une hauteur de 3 lignes */
   font-family: Cardinal, Georgia, "Times New Roman", Times, serif;
   font-weight: bold; 
   margin-right: 5px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
}

.actu
{
font-size: 18px;
color: #e20909;

}

.actu2
{
width: 90%;
height: 100px;
overflow: auto;


}

#corps table
{
background-color: #9EA0A1;
}

#pied
{
position : fixed;
bottom: 0px;
left: 0px;
color: #0044aa;
	font-size: small;
}

#pied a
{
	text-decoration: none;
	color: #0044aa;
}

#pied a:hover
{
	font-style: italic;
}

#pied
{
	text-align: center;
	font-size: x-small;
}