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

body {
	background-repeat: no-repeat;
}
#bdz {
	color:#efefef;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: rgb(0, 94, 49);
	width:100%;
	background-image: url(../img/tournesols.gif);
	background-repeat: repeat-x;
	letter-spacing: 0.1em;
}
#accueil {
	left: 115px;
	top: 130px;
	position: absolute;
	width: 160px;
}
#maincontainer {
	left: 274px;
	top: 190px;
	position: absolute;
	height: 400px;
	width: 450px;
	z-index: 2;
}
#biologo {
	left: 0px;;
	top: 162px;;
	position: absolute;
	width: 61px;
	height: 61px;
}
#logo {
	left: 120px;
	top: 255px;
	position: absolute;
	width: 158px;
	height: 130px;
	z-index: 1;
}
#navcontainer {
	left: 115px;
	top: 440px;
	position: absolute;
	width: 160px;
	z-index: 3;
}
#contact {
	left: 757px;
	top: 287px;
	position: absolute;
	width: 104px;
	height: 97px;
	text-align: center;
	display: block;
}

