body {
	background-color:#000000;
	font-family: Arial, Georgia, Times New Roman, Times, serif;
	color:#FFFFFF;
	font-size:11px;
	margin: 0px;
	}

/***************************************************************/
/************************** mise en page *************************/
/***************************************************************/
div.index {
	background-image: url(egami/fond.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	width: 800px;
	height: 600px;
	text-align: center;
	border: solid 0px #333333;
	}

div.header {
	height: 171px;
	cursor: pointer;
	}

div.menu {
	height: 50px;
	}

div.accueil {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 40px;
	width: 550px;
	height: 297px;
	border: solid 1px #333333;
	background: #222222;
	overflow: none;
	opacity: 0.75;
	filter: alpha(opacity:75);
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	}

/***************************************************************/
/******************** module d'aide aux énigmes *******************/
/***************************************************************/
div.navi {
	position: absolute;
	top: 261px;
	left: 5px;
	width: 110px;
	height: 297px;
	border: solid 0px #333333;
	opacity: 0.75;
	filter: alpha(opacity:75);
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	}

div.vignette {
	position: relative;
	float: left;
	left: 5px;
	top: 5px;
	width: 100px;
	height: 100px;	
	border: solid 1px #333333;
	}

div.explication {
	position: relative;
	float: left;
	top: 5px;
	left: 10px;
	width: 430px;
	height: 287px;	
	border: solid 1px #333333;
	overflow: auto;
	}

div.boff {
	position: absolute;
	top: 261px;
	left: 682px;
	width: 110px;
	height: 297px;
	border: solid 1px #333333;
	background: #222222;
	opacity: 0.75;
	filter: alpha(opacity:75);
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	}

div.compteur {
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	top: 60px;
	width: 800px;
	text-align: center;
	}
/***************************************************************/
/************************** identification ************************/
/***************************************************************/
div.acces {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 200px;
	height: 100px;
	border: solid 1px #333333;
	text-align: center;
	overflow: hidden;
	}

div.login{
	position: relative;
	top: 10px;
	}

div.pass{
	position: relative;
	top: 20px;
	}

div.click{
	position: relative;
	top: 30px;
	}

div.inscription{
	position: relative;
	top: 5px;
	}

div.Erreur{
	position: relative;
	color: #FF0000;
	font-size: 14px;
	top : 40px;
	}

/***************************************************************/
/**************************** couleurs ***************************/
/***************************************************************/
.bleu {
	color: #0099FF;
	}

.vert {
	text-decoration: none;
	color: #22DD55;
	}

.jaune {
	text-decoration: none;
	color: #DDDD22;
	}

.rouge {
	text-decoration: none;
	color:#FF0000;
	}

/***************************************************************/
/***************************************************************/
/***************************************************************/
hr {
	margin: 10px;
	border: 0px;
	border-top: solid 1px #333333;
	}

select {
	height: 299px;
	}
.enigme {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	}