body {
	background-image: url(../images/fond-demopolis-bleu.gif);
	background-color: #C8E0F4;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
img {
	border:none;
}
.ssmenu {
	background:none;
}
#Logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#MenuCentral {
	position: absolute;
	left: 150px;
	top: 150px;
}
.Info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 20px;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.Copyright a {
	color: #666666;
	text-decoration: none;
}

.Copyright a:hover {
	color: #990000;
	text-decoration: none;
}
#Couvertures {
	height: 200px;
	width: 500px;
	position: absolute;
	left: 450px;
	top: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#Couvertures .UneCouv {
	background-image:url(../images/intro/fond-couverture.jpg);
	float: right;
	height: 174px;
	width: 130px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
#Couvertures .UneCouv span {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	width:120px;
	text-align:center;
}

#Couvertures p {
	margin:0 0 8px 0;
	padding:0;
}

#Couvertures a {
	color:#333333;
}

