/* CSS Document pour l'hotel de ville */

body {
background-color:#CCCCCC;
margin: 0px;
padding: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
}

#global {
position: absolute;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -300px;
}

#content {
width: 800;
height: 600;
background-color: #FFFFFF;
}