﻿body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
	font-size: 1.0 em; /* on définit la taille de police de base dans la page */
	background-color: #fff; /*couleur de fond blanche*/
	color: #0084CB;
  }

#conteneur {
	width: 900px;
	height: 550px;
	background-color: transparent;
	top: 14px;
	left: 14px;
	position: absolute;
	color: #ffffff;
}
#ombre {
	width: 928px;
	height: 578px;
	background-image: url(ombre.jpg);
	margin-left: -464px;
	margin-top: -289px;
	top: 50%;
	left: 50%;
	position: absolute;
	color: #ffffff;
}
#intro {
	width: 400px;
	height: 400px;
	background-image: url(FondIntro.jpg);
	margin-left: -200px;
	margin-top: -200px;
	top: 50%;
	left: 50%;
	position: absolute;
	color: #ffffff;
}
.info{
	color: #555555;
	font-size: 0.6em;
	
}
a:link { color:#fe279c;}
a:visited { color:#fe279c;}
a:hover { color:#fe279c; background-color:#fe54b1; }