body {
	text-align: center;
	background-color:#333333;
}
a { text-decoration:none; color:#000000;
}
p {
	font-size: 10px;
	color: #FFFFFF;
}
p a {
	color: #99CCFF;
}
a :hover{ 
	text-decoration:underline;
}
#contenant{
	position: absolute;
	width: 779px;        /* selon la largeur voulue */
    margin-left: -400px;  /* moitie de width */
    left: 50%;          /* constant, toujours 50% */

    height: 395px;       /* selon la quantite de texte */
    margin-top: -200px;   /* moitie de height */
    top: 50%;           /* constant, toujours 50% */
}
#contenu {
	background-image: url(../images/fond_accueil.jpg);
	margin: 1em;
	background-repeat: none;
	height: 418px;
	width: 779px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #999999;
}
.icone {
	position: relative;
	top: 4px;
}
#encadre {
	position: absolute;
	left: 193px;
	top: 19px;
	width: 438px;
	height: 135px;
	border: thin solid #000000;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
#encadre p {
	font-size: 10px;
	color: #000000;
}
.Style3 {
	font-size: 14px; 
}
