/* couleurs */
/* rouge : CMJN = 20 100 100 0 ; #C9252C ; RBV = 201 37 44 */
/* gris vert : CMJN = 0 0 19 27 ; #C5C2A8 ; RVB 197 194 168 */

body{
	background-color: #C5C2A8;
	margin: 0px;
}

div.global {
     position:absolute;
     left: 50%; 
	 top: 0px;
     /*top: 50%;*/
     width: 890px;
     height: 820px;
     /*margin-top: -410px; /* moitié de la hauteur */
     margin-left: -445px; /* moitié de la largeur */
     border: 0px solid #000;
     overflow:hidden;
     background-color : #FFFFFF;
     /*background-image: url('images/fd2.jpg');*/
 	color:#FFFFFF;
     }


div.entete{
	position: absolute;
	top:0px;
	left:0px;
	width:890px;
	height:90px;
	background-color : #C9252C;
	text-align:center;
}


div.ville{
	position: absolute;
	top:77px;
	right:0px;
	width:210px;
	height:100px;
    background-color : #C9252C;

}
div.logo{
	position: absolute;
	top:75px;
	left:0px;
	width:680px;
	height:160px;
	text-align: right;
	background-color : #FFFFFF;
}

div.contenu {
	position: absolute;
	top:210px;
	left:0px;
	width:890px;
	height:630px;
	font-family: verdana;
	font-size:10px;
	color:#CCCCCC;
	background-color : #FFFFFF;
}