html, body{	
	/*Propriétés du texte*/
	font-family: Verdana;
	font-size: 12px;
	color: #000000; /*Noir*/
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#mainBG{
	width : 100%;
	z-index: 1;
}
#header{
	/*Propriétés de taille*/
	width: 650px;
	height: 125px;
	
	/*Propriétés de positionnement*/
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -325px;
}
#logo{
	/*Propriétés de taille*/
	width: 103px;
	height: 110px;
	
	/*Propriétés de positionnement*/
	float: left;
	border: 0;
}
#header div{
	/*Propriétés de positionnement*/
	float: right;
	position: relative;
	top: 8em;
	left: -2em;
}
#header a:link, #header a:visited, #header div a:link, #header div a:visited{
	/*Propriétés du visuel des liens*/
	text-decoration: none;
	color: #F865FB; /*Fuschia normalisé*/
	font-weight: bold;
}
#header div a:hover{
	/*Propriétés du texte au survol du curseur*/
	text-decoration: underline;
}
#authentification{
	display: none;
}
#shadowpanneaucentral{
	/*Propriétés de taille*/
	width: 650px;
	height: 480px;
	
	/*Propriétés de positionnement*/
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -315px;
	z-index: 1;
	
	/*Propriétés de fond*/
	background-image: url("../Images/shadowpanneau.png");
}
#panneaucentral{
	/*Propriétés de taille*/
	width: 650px;
	height: 480px;
	
	/*Propriétés de positionnement*/
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -325px;
	z-index: 2;
	
	/*Propriétés de fond*/
	background-color: #FFFFFF; /*Blanc*/
}
#mainmenu{
	/*Propriétés de taille*/
	width: 650px;
	height: 40px;
}
#fondflash{
	/*Propriétés de taille*/
	width: 650px;
	height: 40px;
	
	/*Propriétés de positionnement*/
	z-index: 3;
}
#menucontent{
	/*Propriétés du rendu visuel de la liste*/
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	
	/*Propriétés de positionnement*/
	position: absolute;
	top: 11px;
	left: 0;
	z-index: 4;
}
#menucontent li {
	/*Propriétés du rendu visuel des éléments de la liste*/
	display: inline;
}
#menucontent li a:link, #menucontent li a:visited{
	/*Propriétés du visuel des liens*/
	text-decoration: none;
	padding: 0.75em 0.55em;
	
	/*Propriétés du texte*/
	font-size: 13.9px;
	color: #000000; /*Noir*/
	font-weight: bold; /*Gras*/
}
#menucontent li a:hover{
	/*Propriétés du texte au survol du curseur*/
	color: #F865FB; /*Fuschia normalisé*/
}
#shadowsubfooter{
	/*Propriétés de taille*/
	width: 650px;
	height: 50px;
	
	/*Propriétés de positionnement*/
	position: absolute;
	top: 670px;
	left: 50%;
	margin-left: -315px;
	z-index: 3;
	
	/*Propriétés de fond*/
	background-image: url("../Images/shadowfond_subfooter.png");
}
#subfooter{
	/*Propriétés de taille*/
	width: 650px;
	height: 50px;
	
	/*Propriétés de positionnement*/
	position: absolute;
	top: 660px;
	left: 50%;
	margin-left: -325px;
	z-index: 4;
	
	/*Propriétés de fond*/
	background-image: url("../Images/fond_subfooter.png");
}
#titre{
	/*Propriétés du texte*/
	font-size: 11px;
	color: #25963A; /*Vert normalisé*/
	font-weight: bold; /*Gras*/

	/*Propriétés de positionnement*/
	display: block;
	position: relative;
	top: 23px;
	left: -30px;
	float: right;
	margin-right: 0.5em;
}
#soustitre{
	/*Propriétés du texte*/
	font-size: 11px;
	color: #25963A; /*Vert normalisé*/
	font-weight: bold; /*Gras*/

	/*Propriétés de positionnement*/
	display: block;
	position: relative;
	top: 23px;
	left: -30px;
	float: right;
}
#footer{
	/*Propriétés de taille*/
	width: 650px;
	height: 75px;
	
	/*Propriétés de positionnement*/
	position: absolute;
	left: 50%;
	top: 735px;
	margin-left: -325px;
}
#footercontent{
	/*Propriétés du rendu visuel de la liste*/
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
}
#footercontent li {
	/*Propriétés du rendu visuel des éléments de la liste*/
	display: inline;
}
#footercontent li a:link, #footercontent li a:visited{
	/*Propriétés du visuel des liens*/
	padding: 0.2em 0.9em;
	text-decoration: none;
	
	/*Propriétés du texte*/
	font-size: 10px;
	color: #000000;
}
#footercontent li a:hover{
	/*Propriétés du texte au survol du curseur*/
	color: #F865FB;  /*Fuschia normalisé*/
}