@charset "UTF-8";
/* CSS Document */





BODY {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 0;
}
td {
	font-size:14px;
	color : #000000;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
}


a{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #990000;
}

table, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: visible;
	padding: 0;
	border: 0;
	margin: 0;
	color: #990000;
}

/*===============================================*/
/* cases principales                             */
/*===============================================*/

#contenu .contenu {
	width: 850px;
	height: 640px;
}

#cadretotal {
	position: relative;
	margin: 0;
	padding: 0;
	width: 850px;
	height: 640px;
	background-color: #000000;
}

#cadre {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 640px;
	overflow: hidden;
	z-index:1;
}	



/*===============================================*/
/* Tableau général et menu en fonction du menu   */
/*===============================================*/

#contenant {
	position: absolute;
	left: 50%;
	height: 100%;
	top:0;
	width: 850px;
	margin-left: -425px;
}


#tcontenant {
	height: 100%;
}

#contenant .middle {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

/*===============================================*/
/* Logo , menu, enter                       */
/*===============================================*/
#credit {
	position: absolute;
	top: 640px;
	left: 341px;
	width: 200px;
	height: 15px;
	overflow: hidden;
	z-index:5;
	font-size:10px;
	color : #999999;
}