/* CSS Document */
body{
padding:0px;
margin:0px;
background:#fddba6;
}

.ombre_g {
	width:9px;
	height:580px;
	background-image: url(images/ombre_dg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.ombre_d {
	width:9px;
	height:580px;
	background-image: url(images/ombre_dg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.ombre_b {
	background:url(images/ombre_hb.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width:920px;
	height:9px;
}
.ombre_h {
	background:url(images/ombre_hb.jpg);
	background-position:top;
	background-repeat: no-repeat;
	width:920px;
	height:9px;
}
.logo_1 {
	background:url(images/logo/logo_1.jpg);
	background-position:right;
	background-repeat: no-repeat;
	width:225px;
	height:211px;
}
.logo_2 {
	background:url(images/logo/logo_2.jpg);
	background-position:left;
	background-repeat: no-repeat;
	width:116px;
	height:211px;
}
.logo_3 {
	background:url(images/logo/logo_3.jpg);
	background-position:right;
	background-repeat: no-repeat;
	width:225px;
	height:162px;
}

.vide {
width:225px;
height:22px;
}
.menu {
background-color:#fddba6
width:225px;
height:167px;
}
.adresse {
	background:url(images/adresse.jpg);
	background-position:left;
	background-repeat: no-repeat;
	width:579px;
	height:211px;
}
.page {
background-color:#fddba6
width:695px;
height:351px;
}
.SITE {
width:920px;
height:562px;
}

#global {
position:absolute;
left: 50%;
top: 50%;
width: 938px;
height: 580px;
margin-top: -290px; /* moitié de la hauteur */
margin-left: -469px; /* moitié de la largeur */
}


