﻿@charset "utf-8";
/* CSS Document */

body{
   width: 900px;
   margin: auto; 
   margin-top: 10px; 
   margin-bottom: 10px;
   background: url(../images/BG1.png);
   background-repeat:no-repeat;
   background-position:center;
   background-position:top;
   background-color:grey;
}


/* L'en-tête */
#en_tete
{
   width: 900px;
   height: 168px;
   background-image: url(../images/title.png);
   background-repeat: no-repeat;
   margin-bottom: 10px;
   
}

/* Menu */

#menu
{  
   width: 850px;
   height: 21px;
   background-image:url(../images/menu1.png);
   text-align:center;
	font-size:20px;
	padding: 25px;
}

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

.menu a:hover
{
	color:#F00;
}



#menu_bas 
{
	background-image:url(../images/B_menu.png);
	
	
	
}






/* Le corps de la page */
 
#corps
{  
   height: 795px;
   /* margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   /*margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   /*padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   height: 624px;
   background-image:url(../images/centreA.png);
   background-position:center;
   background-repeat:no-repeat;
   text-align:center;
   font-size:17px
}

#corpsEss
{  
   height: 795px;
   /* margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   /*margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   /*padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   height: 1300px;
   background-image: url(../images/centreEssar1.png);
   background-position:center;
   background-repeat:no-repeat;
   text-align:center;
   font-size:17px
}

#corpsReg
{  
   height: 795px;
   /* margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   /*margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   /*padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   height: 1600px;
   background-image:url(../images/centreReglement.png);
   background-position:center;
   background-repeat:no-repeat;
   text-align:center;
   font-size:17px
}

#corpsCont
{  
   height: 795px;
   /* margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   /*margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   /*padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   height: 1300px;
   background-image: url(../images/centreEssar1.png) ;
   background-position:center;
   background-repeat:no-repeat;
   text-align:center;
   font-size:17px
}

#corpsLA
{  
   height: 795px;
   /* margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   /*margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   /*padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   height: 2000px;
   background-image: url(../images/centreLA.png) ;
   background-position:center;
   background-repeat:no-repeat;
   text-align:center;
   font-size:17px
}

#TS3
{  
   height: 800px;
   /* margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   /*margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   /*padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   height: 2000px;
   background-image: url(../images/TS3/BG.png) ;
   background-position:center;
   background-repeat:no-repeat;
   text-align:center;
   font-size:17px
}


/* Le bas de page */

#bas_de_page
{	
   width: 900px;
   height: 50px;
   color: #FFF;
   background-position:center;
   background-repeat:no-repeat;
   background-image: url(../images/bas.png);
   text-align:center;
   padding: 10px;
   
}

.bas_de_page a
{
	color:#FFF;
	text-decoration: none;
	
	
}

.bas_de_page a:hover
{
	color:#00F;
}

. centre {
	text-align:left;
}

.liens
{
	color: #F00;
}


