@charset "utf-8";
#entete {
	background-color: #000;
	height: 200px;
	color: #FFF;
}
#menu {
	background-color: #000;
	height: 80px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F0F;
}
#conteneur #menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 30px;
	padding-left: 0px;
}
#conteneur #menu ul a {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
#conteneur #menu ul a:hover {
	color: #DE0EDE;
}
.espace {
	margin-right: 70px;
}
#conteneur #menu ul li {
	display: inline;
	color: #FFF;
}
#pied {
	background-color: #000;
	height: 50px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DE0EDE;
	clear: both;
}
#conteneur #pied a {
	color: #FFF;
	text-decoration: none;
}
#conteneur #pied a:hover {
	color: #DE0EDE;
}
#conteneur {
	margin-left: -512px;
	position: absolute;
	width: 1024px;
	left: 50%;
}
body {
	margin-right: 20%;
	margin-left: 20%;
	background-color: #000;
}
#apDiv1 {
	position:absolute;
	left:6px;
	top:6px;
	width:418px;
	height:124px;
	z-index:15;
}
#apDiv2 {
	position:absolute;
	left:432px;
	top:18px;
	width:556px;
	height:145px;
	z-index:14;
}

