/* CSS issu des tutoriels css.alsacreations.com */
html, body {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  width:expression(document.body.clientWidth < 861? "860px" : "100%" );
  min-width:860px;
}

html {
  color: #8B3F00;
}

.red
{
color: red;
}

/************************************/
/*                     entête (header)                    */
/************************************/
#header {
  background: url('images/Fond0.png') repeat-x;
  height:144px;
  z-index:1;
}
#header_conteneur {
  background: url('images/Fond1.png') repeat-x;
  position: relative;
  width:expression(document.body.clientWidth > 1201? "1200px" : "auto" );
  max-width: 1200px;
  height: 144px;
  margin: 0px auto;
}
#centre{
  top: 0px;
}
#centre img{
  position: relative;
  top:0px;
  z-index:5;
}
#gauche {
  position: absolute;
  left:0px;
  z-index:12;
}
#droite {
  position: absolute;
  right:0px;
  z-index:12;
}
/************************************/
/*                 bannière publicitaire               */
/************************************/
#banniere_pub{
  height:63px;
  z-index:5;
  position: aboslute;
  text-align: center;
}
div.pub_relative{
  position: relative;
  height:63px;
  margin-bottom:-27px;
  z-index:20;
}
div.pub{
  position: absolute;
  width:516px;
  z-index:20;
  background: url('images/header_banniere_centre.png') repeat-x;
  margin-left: -258px;
  left:50%;
  height:64px;
}
div.pub iframe{
  border:0px;
  width:468px;
  height:60px;
  z-index:11;
  padding:0px;
  overflow: hidden;
}
.img_droite{
  position:absolute;
  right:0px;
}
.img_gauche{
  position:absolute;
  left:0px;
}
/* composition de la partie club */
#club{
  padding:0px;
  padding-left:10px;
}
.nom_club{
  Font-family: verdana,sans-serif;
  font-size: 1.6em ;
  font-weight: bold ;
}


/* composition du corps */
#corps{
  padding:0px;
}
/* Découpage du corps en 3 colonnes */
#colonne_gauche{
  float:left;
  width:155px;
  left:0px;
  padding-left:10px;
}

#colonne_centrale{
  float:both;
  padding:0px;
  margin: 0px 160px;
}
#zone_droite{
  position: relative;
  top:-30px;
  text-align:center;
}
#zone_droite p{
  margin : 0px;
}
.petit_rouge
{font-size: 80%;
  color: red;
}
#pubgoogle{
  float:right;
  position: relative;
  margin:0;
  top: 30px;
  right: 20px;
}

.label{
  margin-left : 8px;
  color: #8B3F00;
}

.right{
  text-align:right;
  margin:0px;
}

/***********************************/
/* 		News                      	      */
/***********************************/
div.menu_contenu a{
  color: #8B3F00;
  text-decoration: none;
}
div.menu_contenu a:hover{
  color: #FFCC33;
  font-style: italic;
  text-decoration: underline;
}

.date_news {
  margin-left: 205px;
  font-size: 80%;
}
#bloc_presentation p{
  margin: 8px;
}
#titre_page_news{
  position: relative;
  left:50%;
  margin-left:-158px;
  width: 316px;
  text-align: center;
}

#bloc_news {
  margin-top: 10px;
  width: auto;
  height: 205px;
  overflow: auto;
  border-right: 1px outset;
  border-bottom: 1px outset;
  border-left: 2px outset;
  border-top: 2px outset;
  padding: 2px;
}
/***********************************/
/*                              liens                            */
/***********************************/
a {
  color: #8B3F00;
  text-decoration: none;
}
a:visited {
  color: #8B3F00;
  text-decoration: none;
}
a:hover {
  color: #8B3F00;
  font-style: italic;
  text-decoration: none;
}
/***********************************/
/*                            message                        */
/***********************************/
#barre_de_lien{
position:relative;
width: 810px;
height: 15px;
background: url('') repeat-x;
margin: 20px 0px 0px 0px;
}
#barre_de_lien marquee{
width: 660px;
position: absolute;
top: -11px;
margin-left: 125px;
}
#barre_de_lien a{
position:absolute;
bottom: 12px;
}
/***********************************/
/*                            horloge                         */
/***********************************/
#horloge {
font-weight:bold;
padding-right:20px;
text-align:center;
font-family: Arial;
}
/***********************************/
/*                 Largueur des menus               */
/***********************************/
div.menu_colonne_gauche{
	position: relative;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
	width:145px;
}

div.menu_colonne_gauche form{
	margin:0;
}

div.menu_colonne_gauche input{
	margin-bottom: 5px;
	margin-left : 8px;
	color: #8b3f00;
	width:125px;
	background: white;
	border: 1px solid #4c1400;
}
div.menu_colonne_gauche select{
	margin-left : 8px;
	}

div.menu_titre_page{
	position:relative;
	left:50%;
	margin-left:-158px;
	width: 316px;
}


/***********************************/
/*             Design des encadrements          */
/***********************************/
div.menu_haut_droit{
	width:19px;
	height:19px;
	background-image:url('images/menu_haut_droit.png');
	background-color:#FFFFFF;
	float: right;
	z-index:15;
}

div.menu_bas_gauche{
	width:19px;
	height:19px;
	background-image:url('images/menu_bas_gauche.png');
	background-color:#FFFFFF;
	float: left;
	z-index:15;
}

div.menu_haut_gauche{
	width:19px;
	height:19px;
	background-image:url('images/menu_haut_gauche.png');
	background-repeat:no-repeat;
	float: left;
	z-index:15;
}

div.menu_bas_droit{
	width:19px;
	height:19px;
	background-image:url('images/menu_bas_droit.png');
	background-repeat:no-repeat;
	background-position: bottom right;
	float:right;
	z-index:15;
}
div.menu_centre_droit{
	width:19px;
	height:19px;
	background-image:url('images/menu_centre_droit.png');
	background-repeat:no-repeat;
	background-position: bottom right;
	float:right;
	z-index:15;
}
div.menu_haut{
	height:19px;
	background-image:url('images/menu_haut.png');
	background-repeat:repeat-x;
	z-index:5;
}

div.menu_bas{
	height:19px;
	background-image:url('images/menu_bas.png');
	background-repeat:repeat-x;
	background-position: bottom;
	z-index:5;
}
div.menu_centre{
	height:19px;
	background-image:url('images/menu_haut.png');
	background-repeat:repeat-x;
	z-index:5;
}

div.menu_gauche{
	background-image:url('images/menu_gauche.png');
	background-repeat: repeat-y;
	background-color:#FFF3CA;
	z-index:10;
}

div.menu_droit{
	background-image:url('images/menu_droit.png');
	background-repeat: repeat-y;
	background-position: right;
	z-index:10;
}

div.menu_contenu {
	padding: 0px;
}

div.menu_contenu_titre_page h3{
	margin-top:-3px;
	margin-bottom:-3px;
	text-align: center;
}

.menu_contenu ul, li {
  margin:0;
  padding:0;
  list-style:none;
}

.menu_contenu li{
  text-align: center;
  margin-bottom: 4px;
}

/***********************************/
/*                     Effectif                 */
/***********************************/

.groupe
{
margin:auto;
margin-left:8%;
margin-top: 10px;
margin-bottom: 5px;
}

.groupe p
{
margin-bottom: 0px;
margin-top: 0px;
}

.decalage_donnees 
{
margin-left: 20px;
}

#effectif select
{
margin-left: 30%;
}

#formulaire_tri select
{
margin-left: 10px;
}


/* Zone qui apparaît lorsque on met en vente */
.prix
{
width: 60%;
height: auto;
margin: auto;
margin-left: 25%;
}

.prix input
{
margin-left: 3%;
}

.ligneone
{
margin-top: 25px;
color: red;
}

.espacement_premiere_ligne p
{
margin-left: 3%;
}

.espacement_premiere_ligne table
{
margin-left: 3%;
}

.grande_colonne
{
width: 25%;
}

/***********************************/
/*                     Entrainement                      */
/***********************************/

.tableau_entraineur table
{
width: 80%;
margin: auto;
text-align: center;
}

/***********************************/
/*                     Installations                        */
/***********************************/
#image_installation img
{
margin: 15px;
float: left;
}

#images_install_principal img
{
border: none;
margin: 8px;
}

/***********************************/
/*                          Divers                            */
/***********************************/
#bloc_deux_accueil
{
width: 85%;
margin: auto;
margin-top: 50px;
border: 2px solid #fff3ca;
padding: 5px;
}

#bloc_deux_accueil h3
{
margin: 0px;
padding: 4px;
border-bottom: 2px solid #fff3ca;
}

.nouveau
{
background-color: #fff3ca;
}

.table_courrier table
{
width: 80%;
margin: auto;
text-align: center;
margin-top: 25px;
border: 1px solid black;
border-collapse: collapse;
}

.table_courrier td
{
border: 1px solid black;
}

#formulaire_envoi form
{
width: 80%;
margin: auto;
}

.message
{
margin-top: 15px;
}

.validation input
{
margin-left: 130px;
}

.affichage_message
{
margin: auto;
margin-top: 10px;
margin-left: 10%;
}

.affichage_message2
{
margin-left: 120px;
}

.messagerie_bis p
{
width: 80%;
margin: auto;
margin-top: 100px;
text-align: center;
}

#contenu_message
{
width: auto;
margin: auto;
margin-left: 5%;
margin-right: 5%;
padding: 15px;
border: 10px solid #fff3ca;
}

#contenu_message_reponse
{
width: auto;
margin: auto;
margin-left: 5%;
margin-right: 5%;
height: 100px;
padding: 15px;
border: 10px solid #fff3ca;
overflow: auto;
}

#contenu_message p
{
text-align: left;
margin: auto;
}

.tableau_materiel table
{
width: 90%;
margin: auto;
text-align: center;
}

#logo_equipe_accueil
{
float: left;
}

.finances table
{
width: 80%;
margin: auto;
}

#calendrier table
{
width: 80%;
margin: auto;
}

#resultats table
{
width: 75%;
margin: auto;
border-collapse: collapse;
}

#logo_vip_resultats img
{
float: right;
}

#logo_vip_classement img
{
float: right;
}

#parag_comm_presse p
{
margin: 0px;
}

#classement input
{
margin-left: 30px;
}

#classement table
{
width: 75%;
margin: auto;
border-collapse: collapse;
}

#classement td
{
text-align: center;
}

.joueur_ligne_classement
{
border-bottom: 1px solid black;
}

.equipe_ligne_classement
{
border-top: 1px solid black;
border-bottom: 1px dotted black;
}

.moi td
{
background-color: #fff3ca;
color: red;
}

.moi a
{
color: red;
}

.bot td
{
color: purple;
}

.bot a
{
color: purple;
}

.equipe_ligne_classement_fin
{
border-top: 1px solid black;
}

.equipe_ligne_classement_fin tr
{
border-top: 1px solid black;
}

.caché
{
visibility: hidden;
}

#tableau_perso_coureurs table
{
width: 500px;
margin: auto;
text-align: center;
}

#bloc_modif_coureur
{
width: 300px;
margin: auto;
text-align: center;
}

#bloc_modif_coureur
{
margin-top: -10px;
}

#bloc_modif_coureur input
{
margin-top: 20px;
}

/*Communique presse espace VIP*/
#communique_presse table
{
width: 80%;
margin: auto;
}

#communique_presse td
{
text-align: center;
}

/*Statistiques VIP*/

.carac_plus
{
color: green;
}

.carac_moins
{
color: red;
}

#selection_vip table
{
width: 80%;
margin: auto;
}

/***********************************/
/*                 Pied de page (Footer)             */
/***********************************/

#footer {
  background: url('images/footer_fond.png') repeat-x;
  height:35px;
  z-index:5;
  font-weight:bold;
}

#footer_conteneur {
  position: relative;
  width:expression(document.body.clientWidth > 1201? "1200px" : "auto" );
  max-width: 1200px;
  height: 35px;
  margin: 0px;
  z-index:10;
}

#footer_conteneur ul{
  list-style-type: none;
}

#footer_conteneur ul li {
  float: left;
}

#footer_img{
	overflow : visible;
	margin-top:-195px;
	margin-right:10px;
	text-align:right;
}

li.onglet1 {
  background-image: url('images/footer_fond_onglet.png');
  background-repeat: repeat-x;
}

li.onglet2 {
  background-image: url('images/footer_fond_centre.png');
  background-repeat: repeat-x;
}

.footer-text{
	position:relative;
	bottom:13px;
}


/***********************************/
/*                     Menu Déroulant                  */
/***********************************/
#menu dl,#menu dt,#menu dd,#menu ul,#menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu {
  position: relative;
  top: 0;
  left: 0;
  height: 18px;
  z-index:100;
  width: auto;
  margin-bottom: 5px;
}

#menu dl {
  height: 18px;
  float: left;
  width: auto;
  margin: 0 0px;
  overflow: hidden;
}

#menu dl:hover {
  z-index: 100;
  overflow: visible;
}

#menu dt {
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  background: #FFFFFF;
  border-top: 1px solid #FF9933;
  border-bottom: 1px solid #FF9933;
}

#menu dt.orange {
  background: #FF9933;
}

#menu dt.blanc {
  background: #FFFFFF;
}

#menu dd {
  border: 1px solid #FF9933;
 
}

#menu li {
  text-align: center;
  background: #FFFFFF;
  display: block;
}

#menu li a,#menu dt a{
  color: #8B3F00;
  border: 0 none;
  display: block;
  text-decoration: none;
}

#menu li a:hover  {
  font-style: normal;
  background: #FF9933;
  color: white;
}
#menu dt.orange a:hover{
  font-style: normal;
  color: white;
}
#menu dt.blanc a:hover{
  font-style: normal;
  color: #FF9933;
}
/***********************************/
/*                        Info Bulle                       */
/***********************************/
a.info {
   position: relative;
   /*color: black;*/
   text-decoration: none;
  /* border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   /*cursor: help;  on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   /*white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 5px; /* on positionne notre infobulle */
   left: 20px;
	
	width:200px;
	
	background: #FFFFFF;

   color: #FF9933;
   padding: 3px;

   border: 1px solid #FF9933;
   border-left: 4px solid #FF9933;
}
