/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color: #000000;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
}

#Logo{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	z-index:2;
}

#Menu{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	height:36px;
	width:100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:right;
}

#Items {
	padding-top:14px;
	margin-right:10px;
}

#Items a, #Items a:hover, #Items a:visited{
	margin-left:40px;
	color:#000000;
	text-decoration:none;
}

#PageConteneur{
	text-align:center;
	width:100%;
}

#Page{
	top:80px;
	margin:0px;
	padding:0px;
	width:500px;
	height:485px;
	margin-left:auto;
	margin-right:auto;	
	margin-top:80px;
	border-width: 2px;
	border-style: solid;
	border-color: #FF0000;
	background-color:#FFFFFF;
	text-align:justify;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	text-align:right;
	margin-right:60px;
}

#Contenu{
	margin-left:60px;
	margin-right:60px;
	padding-right:5px;
	height:400px;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#References{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#References li{
	margin-top:5px;
	margin-bottom:5px;
}

#Copyright{
	position:absolute;
	top:360px;
	right:10px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:right;
}

#Google{
	position:absolute;
	top:360px;
	left:10px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
}

#Google a, #Google a:hover{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
