/* CSS Document */
body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-color: #81941e;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
.spacer {
  clear: both;
}
a{
	color: #87b924;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
}
a:hover{
	color: #097522;
}
.photos_liens{
	border: none;
}
.vert{
	color: #87b924;
}
.contenu{
	padding: 10px 10px 10px 10px;
	z-index: 10;
}
/*-------------------------------------------------------conteneur----------------------------------------------------------------------*/
#conteneur{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 30px;
}
/*-------------------------------------------------------centre-------------------------------------------------------------------------*/
#centre{
	position: relative;
	width: 800px;
	min-height: 550px;
}
/*-------------------------------------------------------gauche-------------------------------------------------------------------------*/
#gauche{
	position: relative;
	float: left;
	width: 250px;
	min-height: 550px;
}
.outils{
	position: relative;
	float: right;
	width: 40px;
	height: 17px;
	margin: 20px 0px 0px 0px;
	font-size: 1px;
	background-image: url(images/outils_fd.jpg);
	background-repeat: no-repeat;
	padding: 8px 0px 0px 10px;
}
.boutons{
	position: relative;
	float: right;
	width: 150px;
	height: 66px;
	margin: 10px 0px 0px 0px;
	font-size: 1px;
}
.trombone01{
	position: absolute;
	top: -13px;
	right: 50px;
	width: 28px;
	height: 32px;
	background-image: url(images/trombone.png);
	background-repeat: no-repeat;
}
/*-------------------------------------------------------droit--------------------------------------------------------------------------*/
#droit{
	position: relative;
	float: left;
	width: 540px;
	min-height: 100px;
	background-color: #FFFFFF;
	padding: 10px 0px 10px 10px;
}
.trombone{
	position: absolute;
	top: -13px;
	right: 10px;
	width: 28px;
	height: 32px;
	background-image: url(images/trombone.png);
	background-repeat: no-repeat;
	z-index: 10;
}
.blocs-accueil{
	position: relative;
	float: left;
	width: 260px;
	min-height: 140px;
	_height: 140px;
	background-color: #ececec;
	margin: 10px 10px 0px 0px;
}
.blocs-bas{
	position: relative;
	width: 530px;
	min-height: 150px;
	_height: 150px;
	background-color: #ececec;
	margin: 10px 10px 0px 0px;
}
.blocs-interieur{
	position: relative;
	width: 530px;
	min-height: 530px;
	_height: 550px;
	background-color: #ececec;
	margin: 0px 10px 0px 0px;
}
.references{
	position: relative;
	float: left;
	width: 255px;
	min-height: 10px;
}
/*------------------------------------------------------footer--------------------------------------------------------------------------*/
#espace_footer{
	position: relative;
	float: left;
	width: 250px;
	min-height: 22px;
	margin: 10px 0px 0px 0px;
}
#footer{
	position: relative;
	float: left;
	width: 540px;
	min-height: 22px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
#footer h6{
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #097522;
	text-decoration: none;
}