/*****************************************************************************/
/*********************** # CSS Terres Mystérieuses # *************************/
/****************************** By Michael J. ********************************/
/*****************************************************************************/

BODY
     {
     scrollbar-face-color: #006699;
     scrollbar-shadow-color: #000000;
     scrollbar-highlight-color: #FFFFFF;
     scrollbar-3dlight-color: #000000;
     scrollbar-darkshadow-color: #000000;
     scrollbar-track-color: #8b8682;
     scrollbar-arrow-color: #000000;
     }
     
body {
	FONT-SIZE: 7.5pt; FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif; COLOR: #000000;
}
TD {
	FONT-SIZE: 7.5pt; FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif
}
TD.menu {
	FONT-SIZE: 7.5pt; FONT-FAMILY: Verdana,Geneva,Arial,Helvetica,sans-serif; FONT-WEIGHT: bold; COLOR: #000000;
}
INPUT {
	color:#000000;
	background-color:#FFFFFF;
	font-size:10px;
	border:0px;
	font-family:Verdana;

}
TEXTAREA {
	color:#000000;
	background-color:#FFFFFF;
	font-size:10px;
	border:0px;
	font-family:Verdana;
}
BACK {
background:background-color:#F6F6F6;
}

/*****************************************************************/
/* Fonction A: permettant l'affichage correct des liens du site  */
/*****************************************************************/

a:link
      {
      color: #000000;
      font-weight: bold;
      text-decoration: none;
      font-family: arial;
      font-size: 10pt;
      }

a:visited
      	 {
      	 color: #000000;
      	 font-weight: bold;
      	 text-decoration: none;
      	 font-family: arial;
      	 font-size: 10pt;
      	 }

a:hover
		{
		color: #FF0000;
		font-weight: bold;
		text-decoration: none;
		font-family: arial;
		font-size: 10pt;
		}

       
/***********************************************************************/
/* Fonction MARQUEE permettant l'affichage correct du marquee du site  */
/***********************************************************************/

.marquee /*Appel avec la commande : <span class="marquee"></span>*/
		{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		font-family: arial;
		font-size: 10pt;
		}
		
/****************************************************************************/
/* Fonction TEXT permettant l'affichage correct des textes centraux du site */
/****************************************************************************/

.text /*Appel avec la commande : <span class="text"></span>*/
		{
		color: #000000;
		text-decoration: none;
		font-family: arial;
		font-size: 10pt;
		text-align: left;
		}
		
/****************************************************************************/
/* Fonction SUBJECT permettant l'affichage correct des sujet du site        */
/****************************************************************************/

.subject /*Appel avec la commande : <span class="subject"></span>*/
		{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		font-family: arial;
		font-size: 10pt;
		text-align: left;
		}


/***********************************************************************/
/** Pour les news...
/***********************************************************************/

h1, h3	{
	padding-left:15px;
        }

h3	{
	background: url(news/news_haut.gif);
	height: 28px;
	color:white;
	font:13px Arial;
	margin-bottom:0px;
	padding-top:5px;
	}
	
h5	{
	background: url(news/news_bas.png);
	height: 13px;
	margin-top:0px;
	padding-bottom:0px;
	}

.news p	{
	background: url(news/news_bg.png);
        margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
        }
		
.news	{
        width:480px;
        }
		
a.nws:link	{
      		color: #0000FF;
      		font-weight: bold;
      		text-decoration: none;
      		font-family: arial;
      		font-size: 10pt;
      		}

a.nws:visited	{
		color: #0000FF;
		font-weight: bold;
		text-decoration: none;
		font-family: arial;
		font-size: 10pt;
		}

a.nws:hover	{
		color: #0000FF;
		font-weight: bold;
		text-decoration: none;
		font-family: arial;
		font-size: 10pt;
		}

/***********************************************************************/
/** Fin des news.
/***********************************************************************/


