@charset "utf-8";
/* CSS Document */
body {
background:url(../templates/images/fondcorps.gif) repeat;
}

#global {
position:relative;
width:871px;
height:627px;
margin:0 auto;
margin-top:25px;
border:1px solid #000000;

}
#citation {
	position:absolute;
	width:416px;
	height:85px;
	top:18px;
	left:449px;
	background:url(citation.jpg);
}

#hn {
position:absolute;
width:395px;
height:627px;
top:0px;
left:0px;
background:url(hn.jpg);
z-index:100;
}
#titre {
	position:absolute;
	width:745px;
	height:110px;
	top:169px;
	left:126px;
	/*background:url(titre.png);*/
	z-index:150;
}

#couvs2 {
	position:absolute;
	width:403px;
	height:243px;
	top:325px;
	left:425px;
	/*background:url(couvs.jpg);*/
	z-index:150;
	text-align:center;
	font-size:16px;
	color:#6B675C;
	border:1px solid #C1BDB2;
	padding:0 8px;
	-moz-box-shadow: 1px 1px 12px #C1BDB2;
	-webkit-box-shadow: 1px 1px 12px #C1BDB2;
	box-shadow: 1px 1px 12px #C1BDB2;
}

#logo {
	position:absolute;
	width:239px;
	height:115px;
	top:16px;
	left:150px;
	background:url(logo.jpg);
	z-index:150;
}
#footer {
	width:304px;
	height:16px;
	position:absolute;
	top:633px;
	left:292px;
	background-image:url(footer.jpg);
	}

