@charset "utf-8";
/* CSS Document */

html{
background: #FFEFB6 url(../images/background-b.jpg) repeat-x center bottom;
}
body {
	background: url(../images/background.jpg) no-repeat center bottom;
	width: 1024px;
	text-align: center;
	height: auto;
	margin:auto;
}
div#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
}
div#deco{
	position: absolute;
	width: 580px;
	height: 611px;
	background: url(../images/deco.gif) no-repeat;
	margin-top:-375px;
	margin-left:-240px;
	z-index: 2;
}
div#sticker{
	position: relative;
	width: 131px;
	height: 131px;
	margin-left: -30px;
}
/* En tete */
div#entete {
	height: 207px;
	margin-top:10px;
}
div#entete h1 {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size:24px;
}
div#entete P {
	margin: 0;
	padding: 10px;
	text-align: center;
}
/* Contenu */
div#contenu {
	padding: 1px 50px;
	background: url(../images/fond.png) repeat-y;
	z-index: 0;
}
#contenu_part2{
	margin-left: 230px;
	text-align:justify;
}
div#devise{
	margin-left: 350px;
	color:#FF1862;
	font-size: 18px;
}
div#menu {
	position: absolute;
	margin-left: 16px;
	margin-top: -165px;
}
/* Pied de Page */
div#piedpage {
	background: url(../images/bas.png) no-repeat;
	height: 240px;
	z-index: 0;
	margin-bottom:20px;
}
div#piedpage p {
	margin: 0;
	padding: 10px 30px 30px 30px;
}

/* Encart Bas */
div#encart{
	height:170px;
	width: 355px;
	position:absolute;
	margin-top:35px;
	margin-left:440px;
	text-align: center;
	
}
/* Divers et image*/
#preload-images {
	position:absolute;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
	visibility: hidden;
}