/*------------------------------------------------------------------------------

 Fichier  : sd_jeu.css
 Objet    : page liste sur les joueurs connectés dans la journée
 Auteur   : Khiguard
 Date     : 03-09-2003


 Auteur   : Khiguard
 Revue    : 27-09-2005
 Objet    : 
      Ajout de classe particulière pour facilité la mise en forme

--------------------------------------------------------------------------------
 Special  : 

------------------------------------------------------------------------------*/


/* BODY                  */
/*-----------------------*/

BODY {
	background-color: #8292A9;
	border-bottom: 0;
	margin: 0 0 0 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font: 12px;
	empty-cells: hide;
	text-align: justify;
	color: Black;
	scrollbar-face-color: #7D8DA4;
	scrollbar-3dlight-color: Black;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: Gray;
	scrollbar-darkshadow-color: Gray;
	scrollbar-highlight-color: #7F8FA8;
	scrollbar-shadow-color: Black;
	scrollbar-track-color: #7F8FA6;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

a {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10;
}

a:link , a:visited{
	text-decoration: none;
	color: Black;
	font-weight: bolder;
	font: bolder 12px;
	font-size: 12px;
}
a:active,a:hover{
	text-decoration: underline;
	color: Black;
	font-weight: bolder;
	font: bolder;
}



/* Pour les tritres     */
/*-----------------------*/
.TITRE{
	color: Lime;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	background-image: url(FondS.jpg);
	letter-spacing: 1px;
	word-spacing: 3px;
}
.TITRE_MENU{
	color: Lime;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	word-spacing: 3px;
}


TEXTAREA {
	background: url(FondS.jpg);
	color: White;
	font: icon normal normal serif;
	border-collapse: collapse;
	background-repeat: repeat;
	border: thin hidden Black;
	text-align: justify;
	text-shadow: Black;
	word-spacing: normal;
	background-color: #506077;
}



.sim01{
   color : White;  font-size:  12px;
   
}


.fondblack{
	background : #000000;
}

H1{

  font-size:  24px;
}

H2{

  font-size:  20px;
}


.TEXT_1{
	color: Black;
	font-size: 10px;
	font-weight: bold;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font: bold 10px/10px "MS Serif", "New York", serif;
	text-align: left;
}
	
.TEXT_2{
	text-decoration: underline;
	font: bold 12px;
	text-align: center;
}



 
