body
{
   width: 920px;
   margin: auto;     
   margin-top: 10px;                             
   background-color: #cdd4e6; }

#tete
{
   width: 918px;
   height: 82px;
   background-image: url("Banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px; }

#menu
{
   float:left;
   width: 150px;
   margin-top: 5px; }

#corps
{
   margin-left: 180px; }

#pied
{
   text-align: center; }

.justify 
{
   text-align: justify;}

a 
{
   text-decoration: none;
   border: 0; }



/* TABLEAU CONCERTS */

table 
{
   margin: auto; 					
   border: 4px; 	
   border-collapse: collapse; }

th 	
{
   border: 0px solid black;
   background-color: #183d6a;
   color: white;
   text-align: center; }

td 					
{
   border: 1px solid black;
   text-align: center;		
   padding: 5px; }


/* TABLEAU REPERTOIRE */

.table_repertoire 					
{
   margin-left: 40px; }

.td_repertoire 						
{
   border: 0px;
   text-align: left;	
   padding: 5px; }


/* TABLEAU LIENS */

.td_liens
{
   border: 0px;
   text-align: left; }


/* DISCOGRAPHIE*/

#extraits
{
   float: right;
   margin-top: -220px;
}


/* LIVRE D'OR*/

#bloc_livredor
{
   width: 280px;
   margin-left: 180px;
}


/* FORMULAIRE*/

#bloc_formulaire
{
   width: 280px;
   margin-left: 320px;
}


