body{
    width: 1280px; 
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-right: 0px; 
	background: #FFFFFF;
}

#picture
{
   width: 100%;
   height: 150px; 
   background-image:url("images/image_menu.jpg");
   background-repeat: no-repeat;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 1px;
   margin-bottom: 1px;
}

#img_box_large, photo-large 
{
z-index: 1;
Position: relative;
float: right;
margin-top: 20px;	
margin-bottom: 20 px;
margin-left: 10px;
margin-right: 23px;
}


#menu
{
   z-index: 2;
   width: 100%;
   height: 25px;
   background-image:url("images/Barre_titre_1.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu, #menu ul /* Liste */     
{
		z-index: 2;
		padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */	
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 25px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
		z-index: 2;
		font-weight : bold; /* on met le texte en gras */
        font-family : Arial, "Arial Black", "Times New Roman", Times, serif; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
		z-index: 2;
		display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */ 
        background-image: url("images/Barre_titre_1.jpg");/* image de fond */        
        color : #626262; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 120px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        z-index: 2;
		float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #B3B3B3; /* on met une bordure grise à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        z-index: 2;
		border-right: 1px solid #B3B3B3; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        z-index: 2;
		position: absolute; /* Position absolue */
        width: 120px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        z-index: 2;
		border-top : 1px solid #CCCCFF; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        z-index: 2;
		border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        z-index: 2;
		margin    : -22px 0 0 120px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        z-index: 2;
		border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}


 #menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        z-index: 2;
		color: #FFFFFF; /* On passe le texte en blanc... */
        background: #626262; /* ... et au contraire, le fond choisi */
}


#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        z-index: 2;
		left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
		z-index: 2;
		left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}




/* Le corps de la page */

#corps
{
   margin: 0px;
   padding: 0px;
   margin-left: 182px;
   padding: 5px;
   padding-right: 23px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   color: #626262;
   font-size : 12px; /* hauteur du texte : 12 pixels */
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 2px solid transparent;
}

#corps h1 /* Tous les titres h1 du corps */
{
   padding: 0px;
   color: #626262;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 20px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left: 30px;
   color: #626262;
   text-align: left;
}

#corps h4 /* Tous les titres h4 du corps */
{
   height: 10px;
   padding-left: 10px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: #626262;
   text-align: left;
}



 
#corps a 
{
   margin-left: 0px;
   margin-bottom: 0px;
   color : #B3B3B3;
}
#corps a:hover
{ 
   color : #626262;  
}

#corps table
{
width: 100%;
}

#corps td
{
margin: 0px;
padding: 0px;
border: 1px solid #B3B3B3;
height: auto;
text-align: center;
}

.souligne
{
   text-decoration: underline;
}


#corps_manif
{
   margin: 0px;
   padding: 0px;
   margin-left: 182px;
   padding: 5px;
   padding-right: 23px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   color: #626262;
   font-size : 12px; /* hauteur du texte : 12 pixels */
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 2px solid transparent;
}

#corps_manif td
{
margin: 0px;
padding: 0px;
padding-right: 30px;
border: 0px solid #B3B3B3;
height: auto;
Width: auto;
text-align: left;
}

#corps_manif a 
{
   margin-left: 0px;
   margin-bottom: 0px;
   text-decoration: none;
   color : #626262;
}
#corps_manif a:hover
{ 
   color : #B3B3B3;  
}

#corps_large
{
   margin: 0px;
   padding: 0px;
   margin-left: 30px;
   padding: 5px;
   padding-right: 23px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   color: #626262;
   font-size : 12px; /* hauteur du texte : 12 pixels */
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 2px solid transparent;
}





#corps_large h1 /* Tous les titres h1 du corps */
{
   padding: 0px;
   color: #626262;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps_large h2 /* Tous les titres h2 du corps */
{
   height: 20px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left: 30px;
   color: #626262;
   text-align: left;
}

#corps_large h4 /* Tous les titres h4 du corps */
{
   height: 10px;
   padding-left: 0px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: #626262;
   text-align: left;
}



 
#corps_large a {
   margin-left: 20px;
   margin-bottom: 5px;
   float: right;
}


#corps_pub
{
   margin: 0px;
   padding: 0px;
   margin-left: 200px;
   margin-bottom: 0px;
   padding: 0px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   color: #626262;
   font-size : 12px; /* hauteur du texte : 12 pixels */
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 2px solid transparent;
}

#corps_pub h1 /* Tous les titres h1 du corps */
{
   color: #626262;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps_pub h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 0px;
   color: #626262;
   text-align: left;
}
 
#corps_pub a 
{
   margin-left: 5px;
   margin-bottom: 5px;
   color : #B3B3B3;
}
#corps_pub a:hover
{ 
   color : #626262;  
}

#corps_programme
{
   margin: 0px;
   padding: 0px;
   padding: 0px;
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: top;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   color: #626262;
   font-size : 14px; /* hauteur du texte : 12 pixels */
   
   border: 2px solid transparent;
}
#corps_programme td
{

vertical-align:top;
text-align: left;
padding-top: 0px;
padding-left: 3px;
padding-right: 20px;
}

#corps_programme span
{ 
font-size: 11px;
}

#corps_programme h1 /* Tous les titres h1 du corps */
{
   color: #626262;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps_programme h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 0px;
   color: #626262;
   text-align: left;
}
 
#corps_programme a 
{
   margin-left: 0px;
   margin-bottom: 5px;
   color : #B3B3B3;
   border: none;
}
#corps_programme a:hover
{ 
   color : #626262;  
}
#corps_programme a img
{
border: none;
width: 250px;
height: 250px;;
}





#corps_ludo
{
   margin: 0px;
   margin-left: 182px;
   padding: 0px;
   padding-top: 20px;
   padding-bottom: 10px;
   text-align: top;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   color: #626262;
   font-size : 14px; /* hauteur du texte : 12 pixels */
   
   border: 2px solid transparent;
}
#corps_ludo td
{

vertical-align:top;
text-align: left;
padding-top: 10px;
padding-left: 0px;
padding-right: 20px;
}

#corps_ludo span
{ 
font-size: 11px;
}

#corps_ludo h1 /* Tous les titres h1 du corps */
{
   color: #626262;
   text-indent: -5000px;
   height: 120px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-image: url("images/Baniere_ludo.png" ); /* Une petite image de fond sur les titres h1 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}

#corps_ludo h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 0px;
   color: #626262;
   text-align: left;
}

#corps_ludo h3 /* Tous les titres h3 du corps */
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   
   padding-left: 0px;
   color: #626262;
   text-align: left;
} 
 
 
#corps_ludo a 
{
   margin-left: 0px;
   margin-bottom: 5px;
   color : #B3B3B3;
   border: none;
}
#corps_ludo a:hover
{ 
   color : #626262;  
}
#corps_ludo a img
{
border: none;
height: 100px;
}








#corps_gymaines
{
   margin: 0px;
   margin-left: 182px;
   padding: 0px;
   padding-top: 20px;
   padding-bottom: 10px;
   text-align: top;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   color: #626262;
   font-size : 14px; /* hauteur du texte : 12 pixels */
   
   border: 2px solid transparent;
}
#corps_gymaines td
{

vertical-align:top;
text-align: left;
padding-top: 10px;
padding-left: 0px;
padding-right: 20px;
}

#corps_gymaines span
{ 
font-size: 11px;
}

#corps_gymaines h1 /* Tous les titres h1 du corps */
{
   color: #626262;
   text-indent: -5000px;
   height: 120px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-image: url("images/Banniere_gym_aines.png" ); /* Une petite image de fond sur les titres h1 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}

#corps_gymaines h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 0px;
   color: #626262;
   text-align: left;
}

#corps_gymaines h3 /* Tous les titres h3 du corps */
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   
   padding-left: 0px;
   color: #626262;
   text-align: left;
} 
 
 
#corps_gymaines a 
{
   margin-left: 0px;
   margin-bottom: 5px;
   color : #B3B3B3;
   border: none;
}
#corps_gymaines a:hover
{ 
   color : #626262;  
}
#corps_gymaines a img
{
border: none;
height: 100px;
}

#corps_troc
{
   margin: 0px;
   padding: 0px;
   margin-left: 182px;
   padding: 5px;
   padding-right: 23px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   color: #626262;
   font-size : 12px; /* hauteur du texte : 12 pixels */
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 2px solid transparent;
}
#corps_troc td
{

vertical-align:top;
text-align: left;
padding-top: 10px;
padding-left: 0px;
padding-right: 20px;
}

#corps_troc span
{ 
font-size: 11px;
}

#corps_troc h1 /* Tous les titres h1 du corps */
{
   color: #626262;
   text-indent: -5000px;
   height: 120px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-image: url("images/Banniere_troc.png" ); /* Une petite image de fond sur les titres h1 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
}

#corps_troc h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 0px;
   color: #626262;
   text-align: left;
}

#corps_troc h3 /* Tous les titres h3 du corps */
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   
   padding-left: 0px;
   color: #626262;
   text-align: left;
}

#corps_troc h4 /* Tous les titres h4 du corps */
{
   height: 10px;
   padding-left: 10px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: #626262;
   text-align: left;
} 
 
 
#corps_troc a 
{
   margin-left: 0px;
   margin-bottom: 5px;
   color : #B3B3B3;
   border: none;
}
#corps_troc a:hover
{ 
   color : #626262;  
}
#corps_troc a img
{
border: none;
height: 100px;
}



#rebour
{
width : 100%;
background-color : #CCCCCC;
font-family : Arial, "Arial Black", "Times New Roman", Times, serif; 
color : white;
font-size : 20px; 
font-weight : bold;
text-align : center;
margin : 0px;
padding : 0px;
margin-top : 20px;
}

#rebour2
{
width : 1280px;
background-color : #CCCCCC;
font-family : Arial, "Arial Black", "Times New Roman", Times, serif; 
color : white;
font-size : 20px; 
font-weight : bold;
text-align : center;
margin : 0px;
padding : 0px;
margin-top : 20px;
} 




/* START MENU_FOOTER */
#menu_footer {
float: left;
background: transparent;
width: 100%;
margin: 0px;
padding: 0px;
padding-left: 3px;
border-top: 1px solid #B3B3B3;
border-bottom: 0px solid #B3B3B3;
}

#menu_footer ul {
margin: 0px;
Padding: 0px; 
list-style: none;
width: 100%;
}

#menu_footer ul li {
float: left;
}

#menu_footer ul li a {	
display: block;
font: 11px Arial, "Arial Black", "Times New Roman", Times, serif;
color: #B3B3B3;
text-decoration: none;
text-align: left;
border-right: 1px solid #B3B3B3;
padding-right: 20px;
padding-left: 5px; 
margin-top: 5px;
margin-bottom: 15px;
outline: 0;
}

#menu_footer ul li a.left {
padding-left: 0;
outline: 0;
}

#menu_footer ul li a.right {
border-right: none;
outline: 0;
}

#menu_footer ul li a:hover {
color: #626262;
outline: 0;
}
/* END MENU_FOOTER */









/* Le pied de la page */

#footer {
border-top: 1px solid #B3B3B3;
float: left; 
margin: 0px;
padding: 0px;
background-image:url("images/Barre_pied_page.jpg");
background-repeat: no-repeat;
width: 100%;
}

#footer ul.country { 
margin: 0px;
padding: 0px;
list-style: none;
float: left;
}

#footer ul.country li {
width: auto;
margin: 0px;
padding: 0px;
border-right: 1px solid #B3B3B3;
float: left;
padding-right: 20px;
padding-left: 5px; 
margin-top: 10px;
margin-bottom: 10px;
}

#footer ul.country li.last {
border-right: none;
width: 150px;
height: 60px;
}

#footer ul.country li p {
margin: 0px 0px 0px 0px;
font: normal 11px Arial, "Arial Black", "Times New Roman", Times, serif; 
font: bold;
text-align : left;
color : #B3B3B3;
}

#footer ul.country li p span {
text-decoration: underline;
font-weight: bold;
color : #B3B3B3;
}

#footer ul.country li p span a {
color : #B3B3B3;
outline: 0;
}

#footer ul.country li p span a:hover {
color : #626262;
outline: 0;
}

#footer ul.country li p strong {
color : #B3B3B3;
}

a img
{
border: none;
}




#footer ul.copyright {
list-style: none;
width: auto;
float: right;
margin: 0px;
padding: 0px;
}

#footer ul.copyright li {
width: auto;
margin: 0px;
padding: 0px;
font: normal 11px Arial, "Arial Black", "Times New Roman", Times, serif;
color: #B3B3B3;
text-align: right;
padding-right: 23px;
padding-left: 5px; 
margin-top: 10px;
margin-bottom: 10px;
}

#footer ul.copyright li a {
color: #B3B3B3;
text-decoration: none;
outline: 0;
}

#footer ul.copyright li a:hover {
text-decoration: underline;
color: #B3B3B3;
outline: 0;
}
/* Fin pied de la page */
