* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	background-color: #466a06;
	background-image: url(images/fd-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
.ligne {
	border-bottom:#ccc 1px solid;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/

#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-color:#fff;
	background-image: url(images/fond-global.jpg);
	background-repeat: repeat-y;
}

/*----------------------------------------------------------------------------------Menu principal-------*/

#menu {
	background-image: url(images/fond-menu.jpg);
	background-repeat: no-repeat;
	height: 39px;
	text-align: right;
	font-size: 9px;
	color: #000;
	padding-right:60px;
}
.sommaire {
	text-ailgn: center;
	line-height:35px;
	height:40px;
}
.sommaire a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333;
	letter-spacing:0.5px;
}
.sommaire a:hover {
	color: #003;
	text-shadow: none;
}
.sommaire .select {
	color: #003;
	text-shadow: none;
}
/*----------------------------------------------------------------------------------Entetes-------*/

#bandeau {
	height: 235px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------------divers encarts-------*/

#encart {
	position: absolute;
	width: 240px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: 281px;
	left: 36px;
	text-align: center;
}
#partenairejardin {
	position: absolute;
	width: 260px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: 632px;
	left: 44px;
	text-align: center;
}
#encart h2, #partenairejardin h2 {
	font-size: 13px;
	font-weight: bold;
	color: #930;
	margin-bottom: 8px;
}
#encart h3, #partenairejardin h3 {
	font-size: 12px;
	color: #06a;
	background-image: url(images/fond-h3.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 8px;
}
#encart p, #partenairejardin p {
	font-size: 11px;
	color: #003;
	margin-bottom: 8px;
}
#encart a {
	font-size: 10px;
	font-weight: bold;
	color: #006611;
	text-decoration: underline;
}
#encart a:hover {
	color: #ff9900;
}
.separateur {
	padding: 10px;
	border: #c6e1e5 1px dotted;
	margin-bottom: 8px;
	background: url(images/fdsep.jpg) top repeat-x #c6e1e5;
}
#separateurpack {
	background-color: #FFFFCC;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 8px;
	background-image: url(images/fond-pack.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*----------------------------------------------------------------------------------Contenu-------*/

#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 40px 10px 320px;
	min-height: 410px;
}
#contenu ul {
	white-space: normal;
}
#contenu li {
	font-size: 13px;
	color: #036;
	list-style-type: circle;
	list-style-position: inside;
	margin:2px 0 2px 25px;
}
#contenu a {
	font-size: 12px;
	color: #006;
	text-decoration: underline;
}
#contenu a:hover {
	color:#039;
	text-decoration: none;
}
#contenu h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003;
	padding-left: 30px;
	margin: 12px 0;
}
#contenu h2 {
	font-size: 13px;
	font-weight: bold;
	color: #003bb0;
	padding-left: 18px;
	margin:10px 0;
}
#contenu h3 {
	font-size: 12px;
	color: #51913a;
	background-image: url(images/fond-h3.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 18px;
	margin:10px 0;
}
#contenu h4 {
	font-size: 11px;
	color: #003;
	margin:10px 0;
}
#contenu p {
	font-size: 11px;
	color: #000;
	margin:8px 0;
}

/*----------------------------------------------------------------------------------pied de page-------*/

#pied {
	font-size: 10px;
	text-align: center;
	color: #69e;
	height: 101px;
	background: url(images/fond-pied-de-page.jpg) no-repeat;
}
#sousmenu p {
	font-size: 10px;
	color: #69e;
}
#sousmenu h3 {
	font-size: 10px;
	color: #69e;
}
#sousmenu {
	padding: 5px 20px 0 20px;
}
#sousmenu a {
	font-size: 10px;
	color: #69e;
	text-decoration: none;
}
#sousmenu a:hover {
	color: #69e;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------CLASS-------*/

.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
	padding-left: 6px;
	border: 1px solid #336666;
	background-image: url(images/feuille-form.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
}
.gauche{
	float:left;
	padding-right: 5px;
}
.droite{
	float:right;
	padding: 0 12px 8px 8px;
}
.popuphtml{
	position: absolute;
	height: 65px;
	width: 200px;
	top: 350px;
	left: 550px;
	background-color: #ccc;
	border: thin solid #999;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.petitetaille {
	font-size: 10px;
}
/*-- lightbox & Slide --*/
#galerie1, #galerie2 {
	z-index: 3;
}
#slide {
	height: 235px;
	width:970px;
	background: url(images/bandeau.jpg) no-repeat;
	z-index: 1;
}

