/*************
*     Acceuil     *
*************/

body
{
	margin: auto;
	background-image: url(../image/fond.jpg);  /* Image de fond. */
}

.erreur
{
	font-weight: bold;
	font-size: 15px;
	font-family:"Times New Roman", Arial, serif;
}

h1
{
	text-align:center;
	font-weight: bold;
	font-size: 17px;
	color: #999999;
	font-family: Arial, serif;
}

h2
{
	font-weight: bold;
	font-size: 2.3em;
	color:#000000;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

sup
{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 0.7em;
}

a
{
	text-decoration: none; /* Les liens ne seront plus soulignï¿½s */
	color: #000000; /* Les liens seront en noir au lieu de bleu */
}

a:hover /* Quand le visiteur pointe sur le lien */
{
	text-decoration: none; /* Le lien deviendra soulignï¿½ quand on pointera dessus */
	color: #FF0000; /* Le lien sera ï¿½crit en vert quand on pointera dessus */
}

.inscrit
{
	font-family:"Times New Roman", Arial, serif;
}

img
{
	border:0;
}

/****************
*  Grand cadre  *
****************/

#grand_cadre_haut
{
	width: 880px; /* Largeur du grand cadre blanc */
	height: 40px; /* Hauteur du grand cadre blanc */
	background-image: url(../image/grand_cadre_haut.png);  /* Image de fond. */
	margin: auto; /* Pour centrer le grand cadre blanc */
	background-repeat: no-repeat; /* L' image de fond ne se rï¿½pï¿½te pas */
}

#grand_cadre_centre
{
	width: 880px; /* Largeur du grand cadre blanc */
	min-height: 1030px;
	background-image: url(../image/grand_cadre_centre.png);  /* Image de fond. */
	margin: auto; /* Pour centrer le grand cadre blanc */
}

#grand_cadre_bas
{
	width: 880px; /* Largeur du grand cadre blanc */
	height: 40px; /* Hauteur du grand cadre blanc */
	background-image: url(../image/grand_cadre_bas.png);  /* Image de fond. */
	margin: auto; /* Pour centrer le grand cadre blanc */
	background-repeat: no-repeat; /* L' image de fond ne se rï¿½pï¿½te pas */
}

/*************
*  Bannière  *
*************/

#banniere
{
	width: 800px; /* Largeur de la banniï¿½re */
	height: 180px; /* Hauteur de la banniï¿½re */
	margin-left: 40px; /* Dï¿½cale la banniï¿½re de la marge de gauche */
	background-image: url(../image/banniere_800x180.png); /* Image de fond. */
	background-repeat: no-repeat; /* L' image de fond ne se rï¿½pï¿½te pas */
}

.vide_haut
{
	width: 880px; /* Largeur du cadre vide */
	height: 20px; /* Hauteur du cadre vide */
	margin: auto; /* Pour centrer le cadre vide */
}

/***********
*     Login     *
***********/

#login
{
	float: left;
	margin-left: 40px;
}

.cadre_login
{
	background-image: url(../image/cadre_login.png); 
	width: 240px; /* Largeur de la banniï¿½re */ 
	height: 120px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, serif;
}

.cadre_login_centre2
{
	background-image: url(../image/cadre_login_centre.png); 
	width: 240px; /* Largeur de la banniï¿½re */  
	height: 80px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-align:center;
	font-family: Arial, serif;
}

/*********
*     Pub     *
*********/

#publicite
{
	margin-left: 300px;
	width: 540px;
	height: 120px;
	background-repeat: no-repeat;
	margin-bottom: 20px; /* Pour ï¿½viter de coller avec le bas de la fenï¿½tre du navigateur. */
}

.pub_encadrement
{
	background-image: url(../image/encadrement_pub.png); 
	width: 540px; /* Largeur de la banniï¿½re */
	height: 120px;
	background-repeat: no-repeat;
	padding-top:30px;
	padding-left:36px;
}

/*****************
*     Menu gauche     *
*****************/

#menu_gauche
{
	float:left;
	padding:0;
	margin-left:40px;
	width:150px;
}

.menu_haut
{
	background-image: url(../image/menu_gauche_haut.png);
	background-repeat:no-repeat;
	width:150px;
	height:20px;
	text-align:center;
	font-family:"Times New Roman", Arial, serif;
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
}

.menu_centre_info
{
	background-image:url(../image/menu_gauche_centre.png);
	max-width:150px;
	font-family:"Times New Roman", Arial, serif;
	padding-left:15px;
	padding-top:10px;
	font-size:0.9em;
}

.menu_centre_club
{
	background-image:url(../image/menu_gauche_centre.png);
	max-width:150px; font-family:"Times New Roman", Arial, serif;
	padding-left:15px;
	padding-top:10px;
	font-size:0.9em;
}

.menu_centre_multimedia
{
	background-image:url(../image/menu_gauche_centre.png);
	max-width:150px;
	font-family:"Times New Roman", Arial, serif;
	padding-left:15px;
	padding-top:10px;
	font-size:0.9em;
}

.menu_centre_interactivite
{
	background-image:url(../image/menu_gauche_centre.png);
	max-width:150px;
	font-family:"Times New Roman", Arial, serif;
	padding-left:15px;
	padding-top:10px;
	font-size:0.9em;
}

.menu_bas
{
	background-image: url(../image/menu_gauche_bas.png);
	background-repeat: no-repeat;
	width: 150px; /* Largeur de la banniï¿½re */
	height: 12px;
}

.menu_centre_info a:hover
{
	color:#1d74ff;
}

.menu_centre_club a:hover
{
	color:#db191b;
}

.menu_centre_multimedia a:hover
{
	color:#e3cb06;
}

.menu_centre_interactivite a:hover
{
	color:#9b9b9b;
}

.partenaire_haut
{
	background-image: url(../image/menu_gauche_haut.png);
	background-repeat: no-repeat;
	width: 150px; /* Largeur de la banniï¿½re */
	height: 20px;
	text-align:center;
	font-weight: bold;
	font-size:medium;
	color: #FFFFFF;
	font-family: Arial, serif;
}

.partenaire_centre
{
	background-image: url(../image/menu_gauche_centre.png);
	width: 150px; /* Largeur de la banniï¿½re */
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	font-family: Arial, serif;
}

.partenaire_bas
{
	background-image: url(../image/menu_gauche_bas.png);
	background-repeat: no-repeat;
	width: 150px; /* Largeur de la banniï¿½re */
	height: 12px;
}

/***********
*     Corps     *
***********/

#corps
{
	width:440px;
	margin-left:210px;
	padding:0;
	margin-bottom:20px;
}

#corps2
{
	width: 620px;
	margin-left:210px;
	padding:0;
	margin-bottom:20px;
}

#evenement
{
	width: 630px;
	margin-left:210px;
	margin-bottom: 20px;
}

.news_haut
{
	background-image:url(../image/cadre_news_haut.png);
	background-repeat:no-repeat;
	width:630px;
	height:34px;
}

.contenu_news_haut
{
	padding-top:5px;
	text-align:center;
	font-family:"Times New Roman", Arial, serif;
	font-size: 1.15em;
	font-weight:bold;
	color:#999999;
}

.news_centre
{
	background-image:url(../image/cadre_news_centre.png);
	width:630px;
}

.contenu_news_centre
{
	padding-top:15px;
	padding: 15px 10px;
	text-align:left;
	font-family:"Times New Roman", Arial, serif;
	font-size:16px;
}

.news_bas {background-image:url(../image/cadre_news_bas.png); background-repeat:no-repeat; width:630px; height:24px; font-family:"Times New Roman", Arial, serif;  font-size:13px; padding-left:8px; padding-top:5px;}

.news_haut2 {background-image:url(../image/cadre_news_haut2.png); background-repeat:no-repeat; width:570px; height:29px; padding-top:5px; text-align:center; font-family:"Times New Roman", Arial, serif; font-weight:bold; font-size:20px; color:#999999;}

.news_centre2 {background-image:url(../image/cadre_news_centre2.png); max-width:554px; padding-top:15px; padding-bottom:20px; text-align:left; font-family:"Times New Roman", Arial, serif; padding-left:8px; padding-right:8px; font-size:16px;}

.news_bas2 {background-image:url(../image/cadre_news_bas2.png); background-repeat:no-repeat; width:570px; height:24px; font-family:"Times New Roman", Arial, serif;  font-size:13px; padding-left:8px; padding-top:5px;}

.news_precedent {font-family:"Times New Roman", Arial, serif;  font-size:1em; text-align:center;}

.commentaire_haut {background-image:url(../image/cadre_commentaire_haut.png); background-repeat:no-repeat; width:570px; height:20px;}

.commentaire_centre {background-image:url(../image/cadre_commentaire_centre.png); width:562px; font-family:"Times New Roman", Arial, serif; padding-left:8px; font-size:16px; text-align:left;}

.commentaire_bas {background-image:url(../image/cadre_commentaire_bas.png); background-repeat:no-repeat; width:570px; height:24px; font-family:Arial, serif; font-size:13px; padding-left:8px; padding-top:5px;}

.resultat_haut {background-image:url(../image/cadre_resultat_haut.png); background-repeat:no-repeat; width:620px; height:20px;}

.resultat_centre {background-image:url(../image/cadre_resultat_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:10px; font-size:1em; text-align:left;}

.resultat_centre2 {background-image:url(../image/cadre_resultat_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:15px; font-size:1.1em; text-align:left;}

.resultat_centre3 {background-image:url(../image/cadre_resultat_centre.png); max-width:620px; padding:10px 150px; text-align:center;}

.resultat_bas {background-image:url(../image/cadre_resultat_bas.png); background-repeat:no-repeat; width:620px; height:20px;}

.partenaire2_haut {background-image:url(../image/cadre_leclub_haut.png); background-repeat:no-repeat; width:620px; height:20px;}

.partenaire2_centre {background-image:url(../image/cadre_leclub_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:10px; font-size:1em; text-align:left;}

.partenaire2_centre2 {background-image:url(../image/cadre_leclub_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:15px; font-size:1.1em; text-align:center;}

.partenaire2_centre3 {background-image:url(../image/cadre_leclub_centre.png); max-width:620px; padding:10px 150px; text-align:center;}

.partenaire2_bas {background-image:url(../image/cadre_leclub_bas.png); background-repeat:no-repeat; width:620px; height:20px;}

.calendrier_saison_haut {background-image:url(../image/cadre_resultat_haut.png); background-repeat:no-repeat; width:620px; height:20px;}

.calendrier_saison_centre {background-image:url(../image/cadre_resultat_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:10px; font-size:1em; text-align:left;}

.calendrier_saison_centre2 {background-image:url(../image/cadre_resultat_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; text-align:center; font-size:1.1em;}

.calendrier_saison_centre3 {background-image:url(../image/cadre_resultat_centre.png); max-width:620px; padding:10px 150px; text-align:center;}

.calendrier_saison_bas {background-image:url(../image/cadre_resultat_bas.png); background-repeat:no-repeat; width:620px; height:20px;}

.photo_haut {background-image:url(../image/cadre_multimedia_haut.png); background-repeat:no-repeat; width:620px; height:20px;}

.photo_centre {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:10px; font-size:1em; text-align:left;}

.photo_centre2 {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; padding:10px 150px; text-align:center;}

.photo_bas {background-image:url(../image/cadre_multimedia_bas.png); background-repeat:no-repeat; width:620px; height:20px;}

.gazette_haut {background-image:url(../image/cadre_multimedia_haut.png); background-repeat:no-repeat; width:620px; height:20px;}

.gazette_centre {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:10px; font-size:1em; text-align:left;}

.gazette_centre2 {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; padding:10px 150px; text-align:center;}

.gazette_centre3 {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; padding:10px; font-family:"Times New Roman", Arial, serif; font-size:0.8em; text-align:center;}

.gazette_centre4 {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; padding:10px; font-family:"Times New Roman", Arial, serif; font-size:2em; text-align:center; color:#d6c51e;}

.gazette_bas {background-image:url(../image/cadre_multimedia_bas.png); background-repeat:no-repeat; width:620px; height:20px;}

.video_haut {background-image:url(../image/cadre_multimedia_haut.png); background-repeat:no-repeat; width:620px; height:20px;}

.video_centre {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:10px; font-size:1em; text-align:left;}

.video_centre2 {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; padding:10px 150px; text-align:center;}

.video_centre3 {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; padding:10px; font-family:"Times New Roman", Arial, serif; font-size:1.2em; text-align:center;}

.video_centre4 {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; padding:10px; font-family:"Times New Roman", Arial, serif; font-size:2em; text-align:center; color:#d6c51e;}

.video_bas {background-image:url(../image/cadre_multimedia_bas.png); background-repeat:no-repeat; width:620px; height:20px;}

.liens_haut {background-image:url(../image/cadre_multimedia_haut.png); background-repeat:no-repeat; width:620px; height:20px;}

.liens_centre {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:10px; font-size:1em; text-align:left;}

.liens_centre2 {background-image:url(../image/cadre_multimedia_centre.png); max-width:620px; padding:10px 150px; text-align:center;}

.liens_bas {background-image:url(../image/cadre_multimedia_bas.png); background-repeat:no-repeat; width:620px; height:20px;}

.proposer_haut {background-image:url(../image/cadre_interactivite_haut.png); background-repeat:no-repeat; width:620px; height:20px;}

.proposer_centre {background-image:url(../image/cadre_interactivite_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:10px; font-size:1em; text-align:center;}

.proposer_centre2 {background-image:url(../image/cadre_interactivite_centre.png); max-width:620px; font-family:"Times New Roman", Arial, serif; padding:10px; font-size:1em; text-align:left;}

.proposer_bas {background-image:url(../image/cadre_interactivite_bas.png); background-repeat:no-repeat; width:620px; height:20px;}

.contact_haut {background-image:url(../image/cadre_interactivite_haut.png); background-repeat:no-repeat; width:620px; height:20px;}

.contact_centre {background-image:url(../image/cadre_interactivite_centre.png); width: 612px; font-family:"Tis New Roman", Arial, serif; padding-left:8px; padding-bottom:10px; padding-top:10px; font-size:18px; color:#000000; text-align:left;}

.contact_bas {background-image:url(../image/cadre_interactivite_bas.png); background-repeat:no-repeat; width:620px; height:20px;}

.inscription_haut 
{background-image: url(../image/cadre_inscription_haut.png); 
background-repeat: no-repeat;
width: 570px; /* Largeur de la banniï¿½re */
height: 14px;
font-weight:bold;
padding-top: 6px;
padding-left: 10px;
}


.inscription_haut_identifiant 
{background-image: url(../image/cadre_inscription_haut_identifiant.png); 
background-repeat: no-repeat;
color:#acacac;
width: 570px; /* Largeur de la banniï¿½re */
height: 14px;
font-family:"Times New Roman", Arial, serif;
font-weight:bold;
padding-top: 6px;
padding-left: 15px;
}

.inscription_haut_infoperso
{background-image: url(../image/cadre_inscription_haut_infoperso.png); 
background-repeat: no-repeat;
width: 570px; /* Largeur de la banniï¿½re */
color:#acacac;
font-family:"Times New Roman", Arial, serif;
font-weight:bold;
height: 14px;
padding-top: 6px;
padding-left: 15px;
}


.inscription_centre 
{ 
background-image: url(../image/cadre_inscription_centre.png); 
max-width: 490px; /* Largeur de la banniï¿½re */
padding-left: 80px;
padding-top: 30px;
}

.inscription_centre2 {background-image:url(../image/cadre_inscription_centre.png); max-width:550px; padding-left:20px; padding-top:30px; padding-bottom:10px;}

.inscription_bas 
{ 
background-image: url(../image/cadre_inscription_bas.png); 
background-repeat: no-repeat;
width: 570px; /* Largeur de la banniï¿½re */
height: 20px;
padding-top: 6px;
padding-left: 10px;
}


/****************
*     Menu droite     *
****************/

#menu_droite
{
	float: right;
	padding: 0;
	margin-right: 40px;
	width: 170px;
}

.stat_haut
{
	background-image: url(../image/menu-droite-haut.png);
	background-repeat: no-repeat;
	width: 170px; /* Largeur de la banniï¿½re */
	height: 20px;
	text-align:center;
	font-family: Arial, serif;
	font-weight: bold;
	font-size:medium;
	color: #FFFFFF;
}

.stat_centre
{
	background-image: url(../image/menu-droite-centre.png);
	max-width: 170px; /* Largeur de la banniï¿½re */
	padding:10px;
	font-family:"Times New Roman", Arial, serif;
	font-size:0.8em;
}

.stat_bas
{
	background-image: url(../image/menu-droite-bas.png);
	background-repeat: no-repeat;
	width: 170px; /* Largeur de la banniï¿½re */
	height: 12px;
}

.vide_droite
{
	width: 170px; /* Largeur de la banniï¿½re */
	height: 20px;
}

.evenement_haut
{
	background-image: url(../image/cadre_evenement_haut.png);
	background-repeat: no-repeat;
	width: 630px; 
	height: 10px;
}

.evenement_centre
{
	background-image: url(../image/cadre_evenement_centre.png);
	width: 630px; /* Largeur de la banniï¿½re */
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-family:"Tis New Roman", Arial, serif;
	font-size:0.9em;
	color:#ffffff;
	font-weight:bold;

}

.image_flottante_gauche

{
   float: left;
   margin-left: 15px;
}

.image_flottante_droite

{
   float: right;
   margin-right: 15px;
}

.evenement_bas
{
	background-image: url(../image/cadre_evenement_bas.png); 
	background-repeat: no-repeat;
	width: 630px; /* Largeur de la banniï¿½re */
	height: 10px;
}

.calendrier_haut
{
	background-image: url(../image/cadre_index_haut.png);
	background-repeat: no-repeat;
	width: 200px; /* Largeur de la banniï¿½re */
	height: 20px;
	text-align:center;
	font-family: Arial, serif;
	font-weight: bold;
	font-size:15px;
	color: #FFFFFF;
}

.calendrier_centre
{
	background-image: url(../image/cadre_index_centre.png); 
	width: 200px; /* Largeur de la banniï¿½re */
}

.contenu_calendrier
{
	padding: 10px 20px;
}

.calendrier_bas
{
	background-image: url(../image/cadre_index_bas.png); 
	background-repeat: no-repeat;
	width: 200px; /* Largeur de la banniï¿½re */  
	height: 20px;
}

.imagedujour_haut
{
	background-image: url(../image/cadre_index_haut.png); 
	background-repeat: no-repeat;
	width: 200px; /* Largeur de la banniï¿½re */
	height: 20px;
	text-align:center;
	font-family: Arial, serif;
	font-weight: bold;
	font-size:15px;
	color: #FFFFFF;
}

.imagedujour_centre
{
	background-image: url(../image/cadre_index_centre.png);
	width: 200px; /* Largeur de la banniï¿½re */
	padding-top: 10px;
	padding-bottom: 5px;
	text-align:center;
	font-family: Arial, serif;
	font-size:10px;
}

.imagedujour_bas
{
	background-image: url(../image/cadre_index_bas.png); 
	background-repeat: no-repeat;
	width: 200px; /* Largeur de la banniï¿½re */
	height: 20px;
}

/*****************
*     Pied de page     *
*****************/

#pied_de_page
{
	width: 500px;
	height: 5px;
	margin-left: 40px;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

/*******************
*     Pied de page II     *
*******************/

#pied_de_page_2
{
	width: 750px;
	height: 50px;
	margin: auto;
	background-repeat: no-repeat;
	text-decoration:none;
	text-align:center;
	font-family: Arial, serif; 
	font-size:12px;
}

