body
{
	background-color: #000000;	
	text-align: center;
	margin: 0px;
}

#header_fond
{
	background: url("./images/design/fond_deg.jpg") repeat-x;
	width: 100%;
	height: 60px;
}

#header_titre
{
	background: url("./images/design/fond_titre.jpg") no-repeat;
	width: 950px;
	height: 134px;
	margin: auto;
	text-align: center;
}

#footer
{
	//text-align:center;
	//margin:auto;
	//width:99%;
	height:20px;
	border-top:1px #AAAAAA solid;
	padding:3px;
}

.menu
{
	position:absolute;
	cursor:pointer;
}

/* Fenêtre */
.fen_haut
{
	background:url('./images/design/fen_haut.png') no-repeat;
	width:864px;
	height:61px;
}

.fen_titre
{
	position:absolute;
	width:200px;
	height:25px;
	margin-top:31px;
	margin-left:50px;
}

.fen_fd
{
	background:url('./images/design/fen_fd.png') repeat;
	width:864px;	
}

.fen_ga
{
	position:absolute;
	background:url('./images/design/fen_ga.png') repeat-y;
	width:28px;
}

.fen_dr
{
	position:absolute;
	background:url('./images/design/fen_dr.png') repeat-y;
	width:28px;
	margin-left:836px;
}

.fen_bas
{
	position:absolute;
	background:url('./images/design/fen_bas.png') no-repeat;
	width:864px;
	height:60px;
}

.cadre_highscore
{
	position:absolute;
	background:#000000 url('./images/design/cadre_high_fd.jpg') no-repeat;
	width:700px;
	height:350px;
	margin-top:20px;
	margin-left:82px;
	border:1px #FFFFFF solid;
}

.cadre_cont
{
	position:absolute;
	background:#000000;
	width:700px;
	margin-left:82px;
	margin-top:10px;
	border:1px #888888 dotted;
}

.cadre_contact
{
	position:absolute;
	background:#000000;
	width:700px;
	margin-left:82px;
	margin-top:10px;
	border:1px #888888 dotted;
}

.titre_cont
{
	position:absolute;
	margin-left:82px;
	margin-top:10px;

	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #d3d3d3;
	text-decoration: none;
	font-weight : bold;
}

.load_highscore
{
	position:absolute;
	display:none;
	background:url('./images/design/loading01.gif') no-repeat;
	width:32px;
	height:32px;
	margin-top:70px;
	margin-left:416px;
}

.liste_high
{
	position:absolute;
	width:680px;
	height:250px;
	margin-left:92px;
	margin-top:30px;
	border:1px #b9f1f3 dotted;
}

.rech_high
{
	position:absolute;
	width:674px;
	height:64px;
	margin-left:92px;
	margin-top:290px;
	border:1px #b9f1f3 dotted;
	padding:3px;
}

.load_high
{	
	visibility:hidden;
	background:url('./images/design/loading02.gif') no-repeat;
	width:16px;
	height:16px;
}

.load_new
{
	position:absolute;
	display:none;
	background:url('./images/design/loading01.gif') no-repeat;
	width:32px;
	height:32px;
	margin-top:150px;
	margin-left:416px;
}

.new_aff
{
	position:absolute;
	width:680px;
	height:330px;
	margin-left:92px;
	margin-top:20px;
	overflow:auto;
	
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #d3d3d3;
	text-decoration: none;
	font-weight : bold;
}


/* Text */

.text_10b
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #d3d3d3;
	text-decoration: none;
	font-weight : bold;
}

.text_10b_noir
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}

/* Formulaire */
.case_rech_high
{
	background:#000000;
	border: 1px #FFFFFF dotted;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #b9f1f3;
	text-decoration: none;
	font-weight : bold;
}

.cont_case
{
	background:#123456;
	border: 1px #FFFFFF solid;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #b9f1f3;
	text-decoration: none;
	font-weight : bold;
}

.cont_btn
{
	background:#123456;
	border: 1px #FFFFFF solid;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #b9f1f3;
	text-decoration: none;
	font-weight : bold;
	height:30px;
}


/* Lien */
.lien_10b
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #d3d3d3;
	text-decoration: none;
	font-weight : bold;
	text-decoration:none;
}

.lien_10b:hover
{
	text-decoration:underline;
}