
body{
	margin:0;
	background-color:#000000;
	/*background-image: url(images/x.jpg);
	background-repeat: repeat-x;*/
	height: 100%;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	overflow:hidden;
}

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

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

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

#site-flash {
	z-index:999;
	position:relative;
	
}

#premier-lien-important {
	z-index:40;
	position:absolute;
	top:50px;
	margin:0;
	left:0%;
	text-transform:uppercase;
}

#menu {
	z-index:40;
	position:absolute;
	top:0%;
	margin:0;
	left:0%;
	text-transform:uppercase;
}

#contenus {
	z-index:45;
	position:absolute;
	width:800px;
	height:600px;
	margin-left:-400px;
	margin-top:-300px;
	left:50%;
	top:50%;
	color:#FFFFFF;
	text-align:justify;
}

#titre {
	color:#CCCCCC;
	text-align:left;
	text-transform:uppercase;
}

#plan-du-site {
	z-index:35;
	position:absolute;
	bottom:0%;
	margin:0;
	right:0%;
	text-transform:uppercase;
}

