@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #b4dbf5;
	background-image: url(images/fond-accueil.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	height: 125px;
	background-image: url(images/oiseaux1.gif);
	background-repeat: no-repeat;
	background-position: 110px 35px;
}
#conteneur {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#centre {
	margin-left: 299px;
	margin-right: 291px;
	background-image: url(images/oiseau3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 49px;
}
#gauche {
	position: absolute;
	left:0;
	width: 224px;
	background-image: url(images/oiseaux2.gif);
	background-repeat: no-repeat;
	background-position: 28px top;
	padding-left: 75px;
	padding-top: 32px;
}
#droite {
	position: absolute;
	right:0;
	width: 291px;
	background-image: url(images/papillon.gif);
	background-repeat: no-repeat;
	background-position: 205px 14px;
	padding-top: 33px;
}
#pied {
	height: 239px;
	text-align: center;
	padding-top: 32px;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
