.menu a
{
	display: block;
	padding: 2px;
	font-family: Tahoma;
	font-size: 10pt;
	border-width: 1px;
	border-color: #FF9900;
	text-decoration: none;
}

.menu a:hover
{
	display: block;
	background-color: #000000;
	color: #FF9900;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.news
{	
	font-family: tahoma;
	font-size: 10pt;
	color: #FF9900;
}

.normal
{
	font-family: tahoma;
	font-size: 10pt;
	color: #000000;
}

.gras
{
	font-family: tahoma;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}	


.petit
{
	font-family: tahoma;
    font-size: 7pt;
	color: #000000;
	text-decoration : none;
}

.rouge
{
	font-family: tahoma;
    font-size: 10pt;
	color: red;
}


.bienvenue
{
	font-family: tahoma;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

.10ans a
{
	font-family: tahoma;
	font-size: 14pt;
	color: red;
	font-weight: bold;
	text-decoration : none;
}

.10ans a:hover
{
	font-family: tahoma;
	font-size: 14pt;
	color: red;
	font-weight: bold;
	text-decoration : none;
}


.lien a
{
	font-family: tahoma;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration : none;
}

.lien a:hover
{
	font-family: tahoma;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration : none;
}

.tb
{
	background-color : #FFFFFF;
	border: 1px solid #000000;
	width: 150px;
	height: 25px;
	padding: 2px;

}


fieldset {
	border-color: #000000;
	outline-color: #000000;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-family: tahoma;
	font-size: 10pt;
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}

legend {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

body { background: #000000; margin: 0px; }
#conteneur { width: 818px; height: 563px; text-decoration:none; background-color: #000000;  margin-left: -460px; margin-top: -285px; top: 50%; left: 50%; position: absolute; }


/* ============================================ */
/* Formattage de la partie login */
/* ============================================ */

#login		/* texte nom utilisateur et mot de passe */
{
	font-family: tahoma;
	font-size:12px;
	margin-left: 90;
	margin-top: 25;
	text-align:left;
}

#login_case		/*formattage des zones de textes*/
{
	font-family: tahoma;
	font-size:12px;
	margin-left: 125;
	margin-top: -20;
	text-align:left;
}

#login_title		/*titre de la page login*/
{
	font-family: tahoma;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#login_txt		/*petit texte en dessous de connexion*/
{
	font-family: tahoma;
	font-size:10px;
	text-align:center;
}



