body	{
	background-color : #191919;
	color : #FF8000;
}

.entete	{
	top : 0px;
	width : 100%;
	height : 110px;
	vertical-align : middle;
	font-family : Comic sans ms;
}

.navigue	{
	position : relative;
	top : 5px;
	width :635px;
	text-align : center;
	left : 5%;
	right : 5%;
	height : 70%;
}

.tabAcceuil	{
	width : 90%;
	position:relative; 
	top : 15%;
	text-align : center;
	vertical-align : middle;
}

.adresseTitre 	{
	position:relative;
	top:5px;
	width : 100%;
	text-align : center;
	font-family : Comic sans ms;
	font-size : 14pt;
}

.adresse {
	position:relative;
	width : 800px;
	text-align : center;
	font-family : Comic sans ms;
	font-size : 14pt;
}

.adresse a {
	color : #FF8000;
}

.acLiensHaut	{
	width : 90%;
	position:relative; 
	top : 5%;
	text-align : center;
	vertical-align : middle;
	text-decoration:none;
	font-family : Comic sans ms;
	color : #FF8000;
}

.acLiens {
	font-size : 14pt;
	text-decoration:none;
	font-family : Comic sans ms;
	color : #FF8000;
}

.liens	{
	font-size : 14pt;
	font-color : black;
	text-decoration:none;
	font-family : Comic sans ms;
	color : #FF8000;
}

.acLiensBas	{
	width : 90%;
	position:relative; 
	top : 23%;
	text-align : center;
	vertical-align : middle;
	font-family : Comic sans ms;
	color : #FF8000;	
}

.page	{
	position : relative;
	top : 5px;
	width :100%;
	height : 70%;
}

.menu	{
	left : 1px;
	top : 115px;
	width : 160px;
}

.affiche	{
	position : absolute;
	left : 165px;
	top : 5px;
	width : 635px;
	overflow-y : auto;
	overflow-x : hidden;
	float : left;
	height : 95%;
	text-align : justify;
	font-family : arial;
	font-size : 12pt;
}

.paragraphe {
	margin-right: 10px;
}

.affiche a {
	text-decoration : none;
	color : #FF8000;
}				

.titre	{
	font-size : 16pt;
	font-family : Comic sans ms;
}

.message {
	text-align : center;
}

#fenetre {
	display: block;
	position:absolute;
	left: 165px;
	top: 265px;
	z-index:10;
	background-color : #191919;
}
#fenetre table {
	border:solid;
	border-width: 1px;
	border-color:#000E7D;
	width:635px;	
}
#fenetre table a {
	text-decoration:none;
	color : #FF8000;
}