#global {
     position: relative;
     margin-left: auto;
     margin-right: auto;
     width: 1000px;
     text-align: left;
	 overflow:visible;
}

#bas_de_page {
	width: 1000px;
	position: relative;
	height: 126px;
	padding-top: 20px;
	background-image: url(images/bas_de_page.png);
	background-repeat: no-repeat;
}

#cartouche {
	width: 1000px;
	height: 214px;
	background-image: url(images/cartouche.png);
	background-repeat: no-repeat;
}

#menu {
	margin-left: auto;
    margin-right: auto;
	width: 1000px;
	height: 56px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}

#principal {
	width: 1000px;
	padding-bottom: 30px;
	background-image: url(images/centre.png);
	background-repeat: repeat-y;
}

#decoration_gauche {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 380px;
	height: 45px;
	background-image: url(images/deco_gauche2.png);
	background-repeat: no-repeat;
}
#decoration_droite {
	position: absolute;
	top: 350px;
	right: 10px;
	width: 380px;
	height: 45px;
	background-image: url(images/deco_droite.png);
	background-repeat: no-repeat;
}

#decoration_gauche2 {
	position: absolute;
	left: 0px;
	bottom: 100px;
	width: 380px;
	height: 45px;
	background-image: url(images/deco_gauche.png);
	background-repeat: no-repeat;
}
#decoration_droite2 {
	position: absolute;
	bottom: 0px;
	right: 10px;
	width: 380px;
	height: 45px;
	background-image: url(images/deco_droite2.png);
	background-repeat: no-repeat;
}