/* CSS Document */

body
{
   width: 760px;
   margin: auto; /* Pour centrer la page page. */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur. */
   background-color: #5A5A5A; /* couleur de fond. */
}

a
{
color:#8f4db5;
}

a:visited
{
color:#8f4db5;
}

a:active
{
color:#8f4db5;
}


.para:first-letter
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #8f4db5;
margin-left: 20px;
font-weight: bold;
}

.premiere_lettre
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
color: #8f4db5;
margin-left: 20px;
font-weight: bold;
}

.premiere_lettre2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #8f4db5;
margin-left: 20px;
font-weight: bold;
}

.premiere_lettre3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #000000;
margin-left: 20px;
font-weight: bold;
}


/* menu de gauche new !! */

.sous_menu1{display:none;}

#menu li:hover>ul{display:block;}

#menu * 
{
z-index:60000;
}

#menu 
{
margin:0px 0px 10px 0px;
width:170px;0
background-color: EbEbEb;
height:100%;

}

#menu, .sous_menu1
{
list-style:none;
padding:0px;

}

.sous_menu1
{
margin:0px;
position:absolute;
top:-1px;
left:170px;
width:170px;
z-index:1000;
}    


.rubrique_menu
{
position: relative;
margin: 0px;
padding: 0px;
background-color: #EBEBEB;
line-height: 19px;
width:170px;
border-top: solid 1px #ffffff;
border-left: 6px solid #cf98d5;
}

.rubrique_menu a
{
text-decoration: none;
display:block;
width:170px;
font-size: 13px;
color:#5A5A5A;

}



.rubrique_menu a
{
display:inline-block;
}

.rubrique_menu a:hover
{
color: #000000;
}



.sous_menu
{
background-color: #EBEBEB;
width: 250px;
border: 1px solid #7D007D;
height: 19px;
vertical-align:middle;
}


.sous_menu a:hover
{
color: #8f4db5;
width:250px;
line-height: 19px;
}

.sous_menu a
{
width:250px;
cursor: pointer;
height:19px;
vertical-align:middle;
}


.titre_menu
{
LIST-STYLE-TYPE: none;
height: 19px;
width: 176px;
padding-top:3px;
padding-bottom:0px;
font-size: 13px;
background: #EBEBEB;
border-top: solid 1px #ffffff;
text-align: center;
font-weight: bolder;
}


.footer {
HEIGHT: 20px;
width: 760px;
background-color: #8f4db5;
vertical-align:middle;

}

.haut_corps
{
width: auto;
line-height:20px;
border: 1px solid #ffffff;
background-color: #8f4db5;
text-align: center;
vertical-align: middle;
font-size:16px;
font-style:italic;
color: #ffffff;
font-weight: bold;
}

.corps
{
margin-left: 10px;
margin-right: 10px;
}



.separateur
{
line-height:3px;
width: 100%;
margin-left: -3px;
position: absolute;
background-color: #5A5A5A;
color: #EBEBEB;
vertical-align:middle;
margin-bottom: 0px;
margin-top: 0px;
}

/**** Pied de page ****/
.copyright1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size: 7pt;
text-align: right;
margin-left: 320px;
}

.remonter a
{
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
color: #ffffff;
margin-left: 15px;
text-align: left;
}

.remonter a:hover
{
   background-color: #ffffff;
   color: black;
}


/* tout ce qui concerne l'affichage des probleme avec la bdd et hardos */

img.probleme
{
	border : none;
	margin : 0;
	padding : 0;
	font-size : 0.1em; /*bug affichage ie */
	line-height: 1px;
	display: block;
	background-color: #FF0000;

}

tr.probleme
{
	border : none;
	margin : 0;
	padding : 0;
	font-size : 0.1em; /*bug affichage ie */
	line-height: 1px;
	
}

td.probleme
{
	border : 0;
	margin : 0;
	padding : 0;
	font-size : 0.1em; /*bug affichage ie */
	line-height: 1px;
}

table.probleme
{
	border : 0px;
	margin : 0;
	padding : 0;
	font-size : 0.1em; /*bug affichage ie */
	line-height: 1px;
	border-spacing: 0;
	border-collapse:0;/*toujour ie....grrrr :o((*/
	margin-left: auto;
	margin-right: auto;
}



/* fin de l'affichage des probleme hardos */


.Listing {
  topmargin : 2;
  width : 730px; height: 668px;
  overflow: auto;
  border: none;
  background-color: none;
  margin-left: 10px;
  margin-right: 10px;
}


/* Ci dessous, c'est les classes pour l'affichage de la popup des tournoi */

td.tournoi
{
margin:0px;
border-color:#000000;
border-style: solid;
border-width: 1px;
border-spacing:0px;

}