body
{
   width: 950px;
   margin: auto; 
   background-color:white;
}
#en_tete
{
   width:950px ;
   height: 100px;
   background-color:rgb(14,111,228);
}
#menu
{
   float: left; 
   width: 150px; 
   background-color:rgb(14,111,228);
   }
#menu a, ul, li
{
   list-style-type:none;
   color:white;
}
#corps
{
   margin-left: 155px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */  
min-height:235px;
   }
#pied_de_page p
{  
text-align: center;
color:white;
background-color:rgb(14,111,228);
}
h1
{
text-align:center;
color:red;
}
h2
{
text-align:center;
color:green;
}
.news p { 
background-color : silver; 
margin-top : 1px;  

}
h6 { 
text-align : center; 
background-color : rgb(14,111,228); 
color : white; 
font-size : 0.9em; 
margin-bottom : 0; }
.fonction
{
color:red;
}
p
{
color:black;
}
.medias
{
text-decoration: none;
color:white;
}
.img_art
{
max-height:350px;
max-width:350px;
}
.newsletter
{
color:white;
}