#menu, #menu ul /* Liste */     
{
        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 : 20px; /* 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 */
{
margin-top:10px;
margin-bottom:25px;
padding-left:4px;
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
		width: 1024px;
		  text-align : center;
		  min-width:1024px;
		 
		
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #376916; /* couleur de fond */        
        color :white; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 126px; /* largeur */
		text-align:center;
	
		  
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid white; /* on met une bordure blanche à droite de chaque élément */
		 
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
		 
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 126px; /* 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) */
        border-top : 1px solid white /* 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                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
		
}

#menu li ul ul 
{
        margin    : -22px 0 0 126px ; /* 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     : 2px solid white; /* 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                
{
        border-left     : 2px 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 */    
{
        color: #000; /* On passe le texte en noir... */
        background: #b4d5b9 /* ... et au contraire, le fond en blanc */
		 
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        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 */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

 /* pour le calendrier en javascript */ 
#calendarDiv {
	display: block;
	display: none;
	position: relative;
	border: 1px solid #777;
}
#calendarDiv a {
	cursor: pointer;
}
#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 70%;
}
#calendar, #linksTable {
	width: 260px;
	height:60px;
}
#calendar .calendarHeader {
	background: #333;
	border-bottom: 1px solid #444;
	color: #fff;
}
#calendar .weekDaysTitleRow {
	background: #777;
	color: #fff;
}
#calendar .weekDaysRow {
	background: #eee;
	color: #666;
}
#calendar .weekDaysCell {
	color: #000;
	border: 1px solid #ddd;
}
#calendar .weekDaysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#closeCalender {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 1px;
	display: block;
	padding: 2px;
	cursor: pointer;
	font-size: 90%;
}
#closeCalender:hover {
	background: #000;
	color: #fff;
}
#linksTable {
	background: #000;
}
#linksTable a {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 60%;
	padding: 2px 5px;
}
#linksTable a:hover {
	background: #ddd;
	color: #333;
}
#prevMonth {
	float: left;
	font-size: 60%;
}
#nextMonth {
	float: right;
	font-size: 60%;
}
#today {
	background: #999;
}




#haut_de_page 
{ 
 text-align: center;
 color:black;
height: 130px; 
min-width:1024px;

}
a img {
border: none;
}



#contenu
{
	
	margin:auto;
 	 	padding-bottom:20px;
	width:1024px;
	min-height:1500px;
	
	}




body
{


min-width:1024px;
 text-align : center;


}

#connexion
{
color:white;
text-align:left;
font-size:11px;
float:left;
 width:350px; 
 height:120px;
 padding-left:5px;
 padding-top:5px;
 padding-right:5px;
 background-color:#376916;
 margin-left:15px;
 margin-top:30px;
}

table
{
width:100%;
height:180px;
border: 4px outset  #d1d5e9;}
#competitions 
{
width:618px;
height:240px;
		font-family : Arial; 
		text-align:left;
		font-size: 9px;
		color:black;

		padding-top: 15px;
		float:right;
		margin-left:20px;
		margin-right:10px;
			
}
thead
{
text-align:center;
}
th {
background-color:#376916;
padding-top:5px;
padding-bottom:5px;
text-align:center;
color:white;
height:10px;

}
td
{

text-align:center;

padding-top:5px;
padding-bottom:5px;
}
tr
{
height:3px;
}

#presentation
{
       width:350;       
       margin-left:15px;	  
	  float:left;
		font-family : Arial; 
		text-align:left;
		font-size: 11px;
		color:black;
		margin-top:20px;
		padding:8px;
border: 3px outset  #d1d5e9;
}

#links a
{
        font-family : Arial; 
		text-align:center;
		font-size: 14px;
		padding-top: 5px;
		color:black;
		font-weight : bold;
		

}
#logo
{
float:right;
}
#tabl_compet
{
text-align:center;
		margin-top:20px;
		margin-right:10px;
		margin-left:5px;
		width:1014px;

}
#classement
{
		margin-top:25px;
		margin-right:10px;
		margin-left:5px;
		border: 4px outset  #d1d5e9;
		width:350px;
}
.red
{
color:#990000;
font-size:16px;
}
.red2
{
color:#990000;
font-size:18px;
}
.comment
{
font-size:10px;
float:left;
width:500px;
color:black;
font-family:arial;
}

#promo
{
text-align:left;
padding-left:10px;
font-size:14px;
float:left;
width:500px;
color:black;
font-family:arial;
}
#forfait
{
width:500px;
margin-top:10px;
float:left;
}
#practice
{
width:500px;
float: right;
}
#loc
{
width:500px;
float: right;
}
#loc_clubs
{

width:500px;
float: right;
}

#display
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 5px; /* aucune marge intérieure */
        background : red; /* couleur de fond */        
        color :white; /* couleur du texte */
		width:250px;
}
#restaurant 
{
		margin-right:10px;
		margin-bottom:15px;
		margin-top:20px;
		border: 4px outset  #d1d5e9;
		float:right;
}
#evenements
{
		margin-top:10px;
		margin-right:10px;
		margin-bottom:15px;
		border: 4px outset  #d1d5e9;
		float:right;
		height:342;
		width:618;
}
#acces
{
       width:350; 
   
       margin-left:15px;	  
	  float:left;
	  margin-top:15px;
	  border: 3px outset #d1d5e9;
}
#coordonnees
{
float:left;
 width:350;
 height:90px;
 padding-top:10px;
 	  margin-top:15px;
	  margin-left:15px;
	   background-color:white;
	   color:#5b5d5b;
	   border: 3px outset #d1d5e9;
}
#gf
{
       margin-left:10px;	  
	  
	  margin-top:20px;
	  width:1005px;
}
#cours_total
{
height:600px;
}
#cotis_total
{
height:500px;
}
caption
{
font-family : Arial; 
font-weight:bold;
color:white;
font-size:16px;
  border: 4px outset #d1d5e9;
  padding-top:8px;
  background-color:#990000
}
#ms
{

width:500px;
float:left;
}
#hs
{
width:500px;
float: left;

}
#bs
{
 
width:500px;
float: left;
}
#news
{
	
		margin-right:10px;

		margin-left:10px;
		
		float:right;
	
		width:994px;
}
#news_global
{

width:1000px;
margin:auto;

}
#cotis
{
margin-left:10px;
width:500px;
float: left;
}
#cotis_semainier
{
width:500px;
float: right;
}
#cotis_9t_semainier
{
width:500px;
float: right;
}
#cours_titre
{
width:1024;
background-color:#376916;
background-image: url("fond_cours.jpg");
 background-repeat: no-repeat ; /*pas de répétition de l'image*/

height:133;
text-align:center;
padding-top:15px;
}
#cours
{
width:500px;
float: right;
margin-top:-60px;
}
#carte
{
margin-top:20px;
margin-left:20px;
margin-right:20px;
width:550px;
height:406px;
float: right;
  border: 3px outset #d1d5e9;
  margin-bottom:25px;
}
#decouverte
{
width:490px;
float:left;
margin-top:60px;
margin-left:20px;

}
#init
{
background-color:#376916;
width:500px;
float: right;
margin-top:20px;
color:white;
padding:10px;
}
#carte_verte
{
margin-top:-20px;
margin-left:20px;
margin-right:10px;
width:450px;
height:120px;
float: left;
  border: 3px outset #d1d5e9;

}
.orange
{
color:#fd9035;
}
#bandeau_b
{
margin:auto;
text-align:center;
font-family : Arial; 
font-weight:bold;
width:1005px;
height:55px;
border-top:2px solid #376916;
}
#contact2
{
width:800px;
margin:20px;
padding:20px;
}
#promos
{

width:1000px;
min-height:500px;

}

#recap_offres
{
background-color:#376916;
width:1000px;
min-height:500px;
padding-bottom:20px;

}
#recap_offres1
{

  border: 3px outset #d1d5e9;
background-image:url("fond_promos2.jpg");
 background-repeat: no-repeat ; /*pas de répétition de l'image*/
 background-color:white;
width:880px;
height:600px;
float:left;
text-align:left;
padding:15px;
margin-left:55px;

margin-top:25px;
font-size:18px;
}
#recap_offres1 table
{

border:none;
}
#recap_offres2
{
float:left;
width:880px;
margin-left:55px;
padding:15px;
text-align:left;
  border: 3px outset #d1d5e9;
margin-bottom:25;
margin-top:25px;
font-size:14px;
}
#recap_offres2 td 
{
font-size:18px;
padding:15px;

}
#recap_offres2 table
{
height:20px;
border:none;
}
.white
{
color:white;
font-size:18px;
}
#formules_resto
{
text-align:center;
width:590px;
float: left;
height:40px;
margin-left:10px;
}
#snack
{
background-image:url("fond_carte_resto1.jpg");
background-repeat:no-repeat;
width:590px;
float: left;
height:70px;
margin-left:10px;
margin-bottom:30px;
margin-top:30px;
}
#resto1
{
float:right;
width:263px;
height:350px;
margin-right:10px;
}
#carte_resto
{
margin-left:10px;
width:1000px;
background-image:url("fond_carte_resto2.jpg");
background-repeat:no-repeat;
}
#carte_vins
{

margin-left:10px;
width:1000px;
background-image:url("fond_vins.jpg");
background-repeat:no-repeat;
background-position : bottom left;
}
#galerie_mini
{
width:148px;
float:left;
  background: #376916;
  margin-left:20px;

}

#restaurant2
{
float:left;
margin-left:20px;
margin-top:20px;
width:1000px;
}

fieldset
{
padding-left:15px;
background-color:#376916;
padding-right:5px;
color:white;
}
 /* nom des textbox ou textarea dans les formulaires */    
label
{
padding-left:10px;
display:inline-block;
width:320px;
float:left;

}
#modif1
{
width:900px;
}

#ajout_promo
{
margin-top:40px;
width:900px;
}
#aide
{
text-align:left;
padding:15px;
background-color: #b4d5b9;
margin-bottom:20px;
margin-top:20px;
width:900px;
color:black;
font-family:arial;
font-size:12px;
}
#suppr_promo
{

margin-top:40px;
width:900px;
}
#ajout_region
{

width:900px;
}
#insert{
width:900px;
background-color: #b4d5b9;
height:200px;
padding-top:15px;
}
#menu3
{
float:left;
width:150px;
}
#mod_carte
{
float:right;
margin-top:-100px;
width:800px
}
#news2
{
width:900px;
}
#kevin
{
font-size:18;
text-align:left;
margin:auto;
background-image:url("logopga.jpg");
background-repeat:no-repeat;
background-position : top right;

padding:20px;
}
#bandeau
{

text-align:center;
}
#presta
{
width:1000px;
text-align:left;
margin:auto;
padding:15px;
}
#photo_presta
{
float:right;
width:377px;
height:243px;
margin-top:-240px;
margin-bottom:20px;
}

 A{
 text-decoration:none;
 color:black;
 
 } 
 #photo
 {
 width:700px;

 }
 a.bouton_banniere {
    background: url("c.jpg") no-repeat;
    display: block;
    width: 220px;
    height: 30px;
	float:left;
    }
a.bouton_banniere:hover {
    background: url("d.jpg") no-repeat;
	    width: 220px;
    height: 30px;
	float:left;
    }
	#bouton
	{
	width:300px;
	height:40px;
	}
 #resto_e
 {
  border: 3px outset #d1d5e9;
  width:610px;
  height:238px;
  margin-bottom:20px;
  margin-left:15px ;
  float:left;
 }
 #text
 {
 float:right;
 text-align:left;
 padding:10px;
 margin-right:15px;
   border: 3px outset #d1d5e9;
  width:350px;
  height:238px;
 }
#tel
{
 text-align:center;
color:white;
background-color:#e80f05;
font-size:14;
font-family:arial;
width:990;
height:32;
padding:5px;

}
