
/*Corps page*/

body
{
   width: 980px;
   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-image: url("../images/degrade.jpg");
   background-repeat: repeat-x;
   background-attachment: fixed;
}


/* L'en-tête */

#en_tete
{
   width: 980px;
   height: 162px;
   background-repeat: no-repeat;
   background-image: url("banniere_assoc.jpg");
   margin-bottom: 0px;
}
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;
  }
 
table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
   margin-left: 0px

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

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

td.liouba {
font-family:"Times New Roman", "Trebuchet MS", "Comic sans MS", Times, serif;
font-size:16px;
color: black;
font-style:italic;
font-weight:bold;
text-align: center;
position: relative;
width: 150px;
float: right;
border-style: hidden;
}

table.tablmenu
{
float : left;}



#menu
{
   float: left;
   width: 200px; /* Très important : donner une taille au menu */
   font-family: "Times New Roman", "Trebuchet MS", "Comic sans MS", Times, serif;
   font-style: italic;
   font-weight: bold;
   border: 0px solid black;
   margin-top: 10px;
   font-size: 15px;
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
   margin-left:0px;
   line-height: 13px; 
}

ul {
list-style-type: none

}

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

#menu a:hover
{
text-decoration: underline;
color: #515f4d;
}
	
#corps
{
   margin-left: 200px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 5px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 15px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: black;
   border: 0px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
   background-attachment: fixed;
   background-image: url("fond_assoc.jpg");
   background-repeat: no-repeat;
   background-position: top center;
   text-align: justify;
}

h4 {
font-family: "Times New Roman", "Trebuchet MS", "Comic sans MS", Times, serif;
font-weight: bold;
font-size: 23px;
margin-top: 0px;
}


#corps a img  {
border: none;
}

.centre
{  
margin-right: 10px;
text-align: center;
font-size: 13px;}

.kolkoze, .ouverture, .sherazade, .tania2, .kosatchoc, .orientale, .victor, .peretoupis2 , .petrik, .pritchepa, .bojok
{ float: left; 
margin-right: 15px;
text-align: center;
font-size: 13px;
margin-bottom: 5px;}

.entrainement, .ecole, .energiser, .angela, .final, .vesnianka, .peretoupis, .victor2, .victor3 , .etincelle
{margin-left: 15px;
text-align: center;
font-size: 13px;
float:right;
margin-bottom:5px;}

.bleu {
color: blue;
font-weight : bold;
}
#menu .cligno a{
color : red;

}

.chanteurs  a{
text-decoration : none;
color : black;
text-align : center;
margin-left : 0px;

}

.chanteurs a img{
text-decoration : none;
color : black;
text-align : center;
width:150px;
height:auto;
margin-left : 0px;
float : left;
}

.chanteur table {
border : 0px;
}
.encadre
{border: 1px solid black;
padding-left: 5px;
padding-right: 5px;
}

.dacha1 {
float: left; 
margin-right: 15px;
margin-left: 40px;
margin-bottom: 5px;}

.dacha2 {
margin-left: 15px;
margin-right: 40px;
float:right;
margin-bottom:5px;}

h4 img {
float: right;}

.zoom1, .zoom2 {
float: left; 
margin-right: 15px;
font-size: 13px;
margin-bottom: 5px;

}
.zoom1 img {
width:113px;
height:160px;
}
.zoom1 img:hover {
width:800px;
height:1076px;
}



#pied_de_page
{
   font-size: 13px;
   text-align: center;
}
