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

body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #004C1F;
}
#global {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background:#004C1F url(images/background.jpg) repeat-x;
}
#bandeau {
	width: 1009px;
	height: 207px;
	margin-left: -85px;
	background:url(images/bandeau.jpg) no-repeat;
}
#retouracc {
	display:block;
	height: 140px;
	width: 185px;
	color:#bcc928;
	font-size:0em;
	text-decoration:none;
	margin: 0px 0 0 170px;
}
#BFerme {
	width:auto;
	height:81px;
	float:left;
	margin: -24px 0 0 905px;
}
img {
	border:none;
}
/* --------------- menu------------*/
/*#menu{
	width: 1009px;
	height: 60px;
	margin-left: -85px;
	background:url(images/menu-repos.jpg) no-repeat;
}*/

#menu ul {
	width: 1009px;
	height: 60px;
	margin-left: -85px;
	padding-left:85px;
	background: transparent url(images/menu.jpg) no-repeat;
	text-align:left;
}
#menu ul, li {
	margin-top: 0;
	padding-top:0;
	margin-bottom:0;
}
#menu li {
	display:inline;
	float: left;
}
#menu li a {
	display:block;
	height: 60px;
	width: 150px;
	color:#005E22;
	font-size:0;
	text-decoration:none;
}
#menu li a:hover {
	background: transparent url(images/menu.jpg) no-repeat top left;
}
#menu a#lien1:hover {
	background-position: -1094px 0%;
}
#menu a#lien2:hover {
	background-position: -1244px 0%;
}
#menu a#lien3:hover {
	background-position: -1394px 0%;
}
#menu a#lien4:hover {
	background-position: -1544px 0%;
}
#menu a#lien5:hover {
	background-position: -1694px 0%;
}
#menu a#lien6:hover {
	background-position: -1844px 0%;
}
#liensecond {
	float:left;
	width: 1009px;
	height: auto;
	margin-left: -85px;
	padding-right: 150px;
	background: transparent url(images/trame-contenu.png) repeat-y;


}
#liensecond a {
text-decoration:none;
font-size:0.8em;
color: #5B9D3C;
}

#liensecond a:hover{
color: #004C1F;
}
/*--------------- page ---------------*/
#contenu {
	float:left;
	width: 1009px;
	height: auto;
	margin-left: -85px;
	background: transparent url(images/trame-contenu.png) repeat-y;
}
#photos {
	display: block;
	float:left;
	width:274px;
	height:808px;
}
.photo {
	margin-left:87px;
}
#visu img { margin-right: 20px; }
/*---------- zone de contenu, texte---------------*/
#texteacc {
	display:block;
	float:right;
	width: 300px;
	height:auto;
	margin:50px 40px 0 0;
	font-size:0.9em;
}
#textepage {
	display:block;
	float:right;
	width: 550px;
	height:auto;
	margin:50px 40px 0 0;
}
#textepage h1 { font-size: 1.3em; }
#textepage h3 { font-size: 1em; }
#textepage p {
	font-size:0.9em;
}
#textepage ul {  }
#textepage ul li { font-size: 0.9em; }
.sitemap ul {  }
.sitemap ul li { font-size: 1.2em; line-height: 26px; }
.sitemap a { color: #005a00; text-decoration: none; }
.sitemap a:hover { color: #005a00; font-size: 2.3px; text-decoration: none; }

/*----------- encart bon de commande ----------*/
#boncommande {
	display:block;
	float:right;
	background: url(images/cadre-bon-commande.jpg) no-repeat;
	width: 163px;
	height: 168px;
	margin: 20px 80px 0 0;
}
.slogancommande {
	width: 100px;
	height:auto;
	margin: 58px 0 0 42px;
	font-size:0.9em;
	color: #5B9D3C;
}
a.commande {
	display:block;
	width : 100px;
	height: auto;
	margin: 12px 0 0 42px;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration:none;
	color: #004C1F;
}
/*----------- fleur découverte--------------*/
#fleur {
	width: 530px;
	height: 505px;
	display:block;
	float:right;
	margin: 10px 80px 0 0;
	background: url(images/fleur-decouverte.jpg) no-repeat;
}
.sloganfleur {
	width: 140px;
	height:170px;
	margin: 83px 0 0 130px;
	font-size:0.9em;
	color:#FFFBE5;
	text-align:right;
	line-height:1.25em;
}
/*-------------- pied de page ----------------*/
#pied {
	display:block;
	float:left;
	width: 1009px;
	height: 70px;
	margin-left: -85px;
	background:#004C1F url(images/pied.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menupied {
	padding-top: 15px;
	text-align:center;
	line-height:0em;
}
#menupied li {
	display: inline;
	color: #FFFBE5;
	font-weight: light;
	font-size:0.65em;
}
#menupied a {
	text-decoration:none;
	color: #FFFBE5;
	font-weight:lighter;
}
#menupied a:hover {
	text-decoration:underline;
}

