body
{
   width: 955px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 40px;    /* Idem pour le bas du navigateur */
   background-repeat: repeat-x;
   background-image: url("images/degrade.jpg");
}

/* L'en-tête */

#en_tete
{
   width: 980px;
   height: 162px;
   background-repeat: no-repeat;
   background-image: url("banniere_accueil2.gif");
}
td 
{

   border: 1px solid black; /* ... auront une bordure de 1px */
   font-family: "Times New Roman", "Trebuchet MS", "Comic sans MS", Times, serif;
   text-align: center;
   font-size: 14px;
   color: white;
   width: 115px;
   font-weight: bold;
   
 }
  td #contact 
{
   background-color: #c7eac2;
   height: 25px;
   padding-top: 5px;
   }
   
td #accueil /* la cellule accueil du tableau... */
{
   background-color: #b4d4af;
   height: 25px;
   padding-top: 5px;
   }

td #association
{
   background-color: #a2c09e;
   height: 25px;
   padding-top: 5px;
  }
td #activites
{
   background-color: #8ea98a;
   height: 25px;
   padding-top: 5px;
 }
  
td #lorraine
{
   background-color: #7a9177;
   height: 25px;
   padding-top: 5px;
 }
td #ukraine
{
   background-color: #667764;
   height: 25px;
   padding-top: 5px;
  }
  
td #adherents
{
   background-color: #515f4d;
   height: 25px;
   padding-top: 5px;
  }
  
  td #forum
{
   background-color: #434d3e;
   height: 25px;
   padding-top: 5px;
  }
 
table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
 }

td  a
{ color: white;
  text-decoration: none;
}

td a:hover {
text-decoration: underline;
color: green; }

#menu {

float: left;}

#corps
{margin-top: 80px;
background-image: url("fond_accueil.gif");
background-position : center;
background-repeat: no-repeat;

}
#langue {
margin-top : 10px;
float : left ;}

#recherche {
margin-top : 10px;
float: right;
}
#corps table
{
position : relative;
border: none;
 border-collapse: collapse;
 border: 1px solid #88b788;
 width: 955px;
  }
  
#corps thead
 {

padding : 20px;
border: none;  
font-size : 20px;
}
	
#corps td {

border : none;
 border: 2px solid #88b788;
color : black;
font-size : 17px;
width : 955px
 }

 
#fleche {
font-size : 20px;
text-align: justify;}

#decouvrir {
text-align : left;
}

#corps .actu  {
color : red;
font-size : 15px; }

#corps .bleu a {
color : blue;
font-size : 20px; }

#corps .bleu a:hover {
color : blue;
text-decoration : underline;
font-size : 20px; }


#corps td  a
{ color: black;
  text-decoration: none;
}

#corps td a:hover {
text-decoration: underline;
color: black; }

#corps table img {
float : left ; }

ul {
list-style-type : square;
text-align : left;

}
 
p a {
text-decoration: none; }  

   
#corps p {
text-align: center;
}

 
h4 {
font-size: 25px;
font-weight: bold;
font-family: "Lucida Calligraphy", "Times New Roman", "Trebuchet MS", "Comic sans MS", Times, serif;
text-align: center; 
}

a img {
border : none;
}
#pied_de_page
{
   font-size: 13px;
   text-align: center;
   margin-top: 0px;
}
#pied_de_page a img
{
border : none;
}
