body {
	background-image: url(../images/body.png);
}
#conteneur #horloge {
	float: left;
	height: 150px;
	width: 150px;
	margin-top: 50px;
}
#conteneur #texte {
	height: 528px;
	width: 357px;
	float: left;
	margin-top: 20px;
	margin-left: 200px;
}

#conteneur #boutons a #Accueil {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteneur #boutons a #evenements {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#conteneur #boutons a #Temoignages {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteneur #boutons a #Demarches {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteneur #boutons a #Contact {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteneur #logo2 {
	float: left;
	width: 760px;
	margin-top: 50px;
	text-align: center;
}
#conteneur #logo2 img {
	margin-right: 25px;
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conteneur {
	height: 1170px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/conteneur.png);
	text-align: left;
}
#conteneur #boutons {
	text-align: center;
	float: left;
	width: 760px;
	margin-top: 10px;
}
#conteneur #logo {
	background-image: url(../images/Logo.png);
	float: left;
	height: 152px;
	width: 200px;
	margin-top: 50px;
	margin-left: 32px;
}
#conteneur h1 {
	float: left;
	height: 100px;
	width: 330px;
	text-align: center;
	color: #B03D8A;
	font-size: 42px;
	margin-top: 80px;
}

#conteneur #copyright {
	width: 500px;
	margin-left: 27px;
	margin-top: 2px;
	float: left;
}
#conteneur #copyright p {
	font-size: 12px;
}





#conteneur #pied {
	background-image: url(../images/pied-de-page.png);
	float: left;
	height: 20px;
	width: 706px;
	margin-left: 27px;
	margin-top: 10px;
}
#conteneur #pied p {
	float: left;
	width: 700px;
	text-align: right;
}
#conteneur #pied p a {
	color: #B03D8A;
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
}

#conteneur #bandeau {
	height: 150px;
	width: 760px;
	background-image: url(../images/banniere.png);
}
