body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	margin:0px;
}
h1 {
	font-size:24px;
	font-weight:normal;
	border-left:solid #fff 2px;
	padding:20px 0px 40px 10px;
	margin: 110px 0px 20px 250px;
}
img {
	border:0px solid #fc3;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* ------------------------------- calque global ---------------------------------------- */
#global {
	position:absolute;
	background-image:url(images/fond-accueil.jpg);
	background-repeat: no-repeat;
	width:1024px;
	height:800px;
	left:50%;
	margin:8px 0px 0px -512px;
}
#global p {
	margin:22px 0px -5px 480px;
text-align:justify;
	width:510px;
}
#global ul {
	text-align:right;
	list-style-type:none;
/* 	margin:180px 50px 0px 0px; */
	margin:0 50px;
}
/* ------------------------------- calque logo ------------------------------------------ */
#logo {
	position:absolute;
	left:1px;
	top:1px;
	width:140px;
	height:147px;
}
/* ------------------------------- calque bandeau ---------------------------------------- */
#bandeau {
	position:absolute;
	width:863px;
	height:57px;
	left:150px;
	top:1px;
	text-align:right;
}
#bandeau p {
	width:70px;
	margin:10px 10px 0px 780px;
}
/* ------------------------------- calque menu ------------------------------------------ */
#menu {
	position:absolute;
	width:863px;
	height:90px;
	left:150px;
	top:57px;
}
#menu p {
	margin:0px 0px 0px 350px;
	text-align:right;
	font-size:15px;
	color:#FFFFFF;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
/* ------------------------------- calque menu-images ------------------------------------------ */
#images {
	position:absolute;
	left:20px;
	top:290px;
}
/* ------------------------------- calque foot ------------------------------------------ */
#foot {
	position:absolute;
	width:400px;
	left:50%;
	top:750px;
	margin:0px 0px 0px -200px;
	text-align:center;
	color:#666;
}
#foot a {
	color:#666;
}