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

body {
	margin: 0 auto;
	background-color:#97a663;
	-ms-interpolation-mode: bicubic;
	-webkit-interpolation-mode: bicubic;
	-moz-interpolation-mode: bicubic;
	-khtml-interpolation-mode: bicubic;
	-o-interpolation-mode: bicubic;
	-chrome-interpolation-mode: bicubic;
}
#div_principale {
	margin: 0 auto;
	width: 1150px;
	height: 850px;
	overflow:visible;
	position:relative;
	}
#btn {
	position:absolute;
	width: 158px;
	height: 458px;
	top: 100px;
	left: 50px;
	background-image:url(images/btn_background.png);
	background-repeat:no-repeat;
	overflow:visible;
	z-index:5;
	}
#btn_link {
	position:relative;
	clear:left;
	width: 110px;
	height: 235px;
	margin-top: 115px;
	margin-left: 25px;
	}
.btn_class, a {
	text-decoration: none;
	position:relative;
	clear:left;
	width: 110px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	}
.btn_class:hover, a:hover, .btn_class:active, a:active {
	text-decoration: underline;
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "MS Serif", "New York", serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	color: #030;
	text-align: center;
	text-transform: capitalize;
	}
#header {
	position:absolute;
	width: 1150px;
	height: 200px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	z-index:1;
	}
#contenu {
	position:absolute;
	width: 1150px;
	height: 600px;
	top: 200px;
	left: 0px;
	background-image: url(images/contenu.jpg);
	background-repeat: no-repeat;
	z-index:1;
	}
#conteneur {
	position:relative;
	width: 874px;
	height: 601px;
	margin-top: 0px;
	margin-left: 151px;
}
#footer {
	position:absolute;
	width: 1150px;
	height: 50px;
	top: 800px;
	left: 0px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

