body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color:#828886;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color:#88191a;
	text-decoration: none;
}
a:visited {
	color:#88191a;
}
a:hover {
	color:#828886;
}
a:active {
	color:#88191a;
}
#page  {
    position: absolute;
	
    width: 975px;        /* selon la largeur voulue */
    margin-left: -487.5px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */

    height: 600px;       /* selon la quantite de texte */
    margin-top: -300px;   /* moitie de height */
    top: 50%;            /* constant, toujours 50% */
}
#page2  {
    position: absolute;
	background-image:url(images/sommaire.jpg);
	background-repeat:no-repeat;
    width: 975px;        /* selon la largeur voulue */
    margin-left: -487.5px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */

    height: 600px;       /* selon la quantite de texte */
    margin-top: -300px;   /* moitie de height */
    top: 50%;            /* constant, toujours 50% */
}
#page3  {
    position: absolute;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
    width: 975px;        /* selon la largeur voulue */
    margin-left: -487.5px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */

    height: 600px;       /* selon la quantite de texte */
    margin-top: -300px;   /* moitie de height */
    top: 50%;            /* constant, toujours 50% */
	
	font-size: 18px;
	font:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
}
#bandehaute {
	width: 975px;
	height: 555px;
	float:left;
}
#bandegauche {
	width: 75px;
	height: 68px;
	float:left;
}
#bandedroite {
	position: absolute;
	width: 925px;
	height: 68px;
	margin-left: 75px;
	margin-top: 525px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#666666;
	text-decoration:none;
}
