body {
margin:0;
padding:0;
}
#conteneur {
position: absolute;
width: 781px;
height: 550px;
margin-top: 20px;
left: 50%;
margin-left: -375px;
}
#header {
	position: absolute;
	font-family:Georgia, Times, serif;
	font-size: 0.9em;
	color: #FF6600;
	text-align: center;
	width : 781px;
	height: 127px;
    background-image:url(img/bge_header.jpg);
    background-repeat:no-repeat;
}
#centre {
  position: absolute;
  width: 781px;
  height: 356px;
  margin-top: 127px;
  background-image:url(img/bge_centre.jpg);
  background-repeat:no-repeat;
}
#footer {
	position:absolute;
	width: 781px;
	height: 52px;
    margin-top: 483px;
	font-family: Verdana,sans-serif;
    font-size: 0.7em;
    color: #666666;
    text-align:center;
	background-image:url(img/bge_footer.gif);
    background-repeat:no-repeat;
}
#slogan {
    position: absolute;
	width: 258px;
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #669900;
	text-align: justify;
    margin-left: 28px;
    margin-top: 30px;
}
#texte {
	position: absolute;
	width: 259px;
	height: 95px;
	font-family: Georgia, Times, serif;
	font-size: 0.9em;
	text-align: justify;
	color: #FF6600;
	margin-left: 28px;
	margin-top: 200px;
	left: 1px;
}
#citation {
	position: absolute;
	font-family:Georgia, Times, serif;
	font-size: 1em;
	text-align: justify;
	color:#669900;
	left: 532px;
	top: 31px;
	width: 239px;
}
.nom {
font-size: 0.7em;
}
.fleche {
float: right;
margin-top: 20px;
}
a {
	text-decoration: none;
	color: #99CC00;
	}
a:hover {
	text-decoration: none;
	}
a img {
  border: none ;
}
