/* CSS Document */
A:link { color:#66FF66; text-decoration: none;}
A:visited { color:#66FF66; text-decoration: none;}
A:hover { color:#FFFFFF; text-decoration: none; }

A.lien:a{color:#CCFFCC; text-decoration: none;}
A.lien:visited{color:#CCFFCC; text-decoration: none;}
A.lien:hover{color:#66FF33; text-decoration: none;}

body.monbody {
	background-color:#222222;
	scrollbar-base-color:#003333;
	scrollbar-3dlight-color:#999999;
  	scrollbar-arrow-color:#CCFFCC;
  	scrollbar-darkshadow-color:#000000;
  	scrollbar-shadow-color:#000000;
  	scrollbar-track-color:#003333;
}

font.titre{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #999999;
}

font.titre_page{
	font-size: 22px;
	font-family: "Century Gothic";
	color:#CCFFCC;
}

font.texte_page{
	font-size: 13px;
	font-family: "Century Gothic";
	text-align: justify;
	color:#66CC33;
}

font.texte_footer{
	font-family: "Century Gothic";
	text-align: justify;
	color:#CCFFCC;
	font-size: 11px;
}

font.texte_citation{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

td.mytd1 {
	background-color: #003333;
	width: 160px;
	text-align: center;
}
td.mytd {
	background-color: #003333;
	width: 740px;
}
td.mytd3 {
	background-color: #003333;
	text-align: center;
	height: 100px;
}

table.mytable{
	width: 860px;
	bordercolor:#000000;
	background-color:#000000;
	}
	
.player{
background-color : transparent ;
}
.scrolldiv {
	overflow:auto;
	width:870px;
	height:500px;
}
	
form fieldset       { #CCFFCC; padding: 10px; }
    form legend         { background-color: black; padding: 1px 4px;}
    form div            { padding: 6px 8px; }
    form div.bloc label { display: block; float: left; width: 30%; }
    form div.center     { text-align: center; }
    
    label[for] { cursor: pointer; }
    p.message  { text-align: center; }
	
