body {
width:800px;
text-align:center;
margin-right:auto;
margin-left:auto;
}


#page {
position:relative;
width:800px;
margin-right:auto;
margin-left:auto;
text-align:center;
}

#photo {
position:relative;
top:30px;
}

#haut {
position:relative;
top:70px;
background:url(fondcourt3.jpg) no-repeat;
}

#contenu {
position:relative;
top:70px;
width:500px;
line-height:1.5em;
margin-right:auto;
margin-left:auto;
padding:10px;
}

#photocentre {
position:relative;
top:80px;
}

p {
text-align:justify;
}

p1 {
text-align:center;
}

p2 {
font-weight:bold;
text-align:left;
}

#bas {
position:relative;
top:70px;
background:url(fondcourt3.jpg) no-repeat right;
}

#footer {
position:relative;
top:100px;
}

#footer p {
text-align:center;
}

#accueil {
     position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -75px; /* moitié de la hauteur */
     margin-left: -225px; /* moitié de la largeur */
     border:none;
     }

img {
border:none;
}

a:link , a:visited {
text-decoration:none;
font-weight:bold;
color:#1E1D1A;
}

a:hover {
text-decoration:none;
color:#8C887B;
}

.italique {
font-style:italic;
font-weight:normal;
}

.gras {
font-weight:bold;
}