/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E6A21D;
	
	margin-bottom: 20px;
	margin-top: 30px;
}

a img {
	border: none;
}

/*------------------------------------------------------------------------------ */
/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	width: 905px;
	
	background-image: url(images/page_fond_conteneur.gif);
	background-repeat: repeat-y;	
} 


/*------------------------------------------------------------------------------ */
/* Bandeau */
#bandeau {
	position: relative;
	
	width: 905px;
	height: 237px;
	
	background-image: url(images/page_fond_bandeau.jpg);	
}

/* Logo */
#logo {
	position:absolute;
	top: 14px;
	left: 23px;
	
	z-index: 100;
}
/* Liens hauts */
#liens_hauts {
	position: absolute;
	top: 15px;
	left: 652px;
	width: 136px;
	height: 47px;
}

/* Menu */
#menu {
	 position: absolute;
	 top: 62px;
	 left: 239px;
	 width: 413px;
	 height: 175px; 
}
#page-menu-1 {
	position:absolute;
	left:3px;
	top:3px;
	width:102px;
	height:55px;
}
#page-menu-2 {
	position:absolute;
	left:119px;
	top:55px;
	width:98px;
	height:57px;
}
#page-menu-3 {
	position:absolute;
	left:227px;
	top:103px;
	width:97px;
	height:43px;
}
#page-menu-4 {
	position:absolute;
	left:339px;
	top:133px;
	width:54px;
	height:20px;
}

#entreprendre {
	position: absolute;
	top: 199px;
	left: 723px;
	
	width: 108px;
	height: 38px;
}
h1 {
	position: absolute;
	top: 182px;
	left: 22px;
}
/*------------------------------------------------------------------------------ */
/* Contenu */
#contenu {
	position: relative;
	
	width: 905px;
	
	background-image: url(images/page_fond_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	height: 400px;
	
	padding: 10px 0px 0px 0px;
}

html>body #contenu {
	height: auto;
	min-height: 400px;
}

#zone_sousmenu {
	float: left;
	width: 220px;
	
	margin-bottom: 100px;
	
	overflow: hidden;
}
#sousmenu {
	padding: 0px 20px 0px 22px;
}
#sousmenu1 {
	padding-left: 17px;

}
#zone_texte {
	float: left;
	width: 602px;
	margin-left: 20px;
	
	overflow: hidden;
	
	margin-bottom: 60px;
}

/*------------------------------------------------------------------------------ */

/* Sous menu des communes */
#ssmenu3 {
	margin: 0px 0px 0px 0px;
}

/* Zone de recherche */
#recherche {
	position: absolute;
	left: 17px;
	bottom: 28px;
}

#recherche input {
	border: 1px solid #DDDDDD;
	border-top: 1px solid #7C7C7C;
	
	width: 133px;
}
#recherche img, #recherche_annuaire img {
	display: inline-block;
	vertical-align: middle;
}
/*------------------------------------------------------------------------------ */
/* Pied de page */
#footer {
	position: relative;
	width: 905px;
	height: 38px;
	
	background-color: #E6A21D;
}
/* Liens utiles */
#liens_utiles {
	position: absolute;
	bottom: 0px;
	
	width: 905px;
	
	text-align: center;
}
/* Partenaires */
#partenaires {
	position: absolute;
	bottom: 0px;
	right: 13px;
}

/*------------------------------------------------------------------------------ */
/* Encart */
#encart {
	float: right;
	width: 178px;
	
	margin: 30px 0px 0px 0px;
	
}
#lienculture {
	width: 601px;
	height: 115px;
	background-image: url(images/lienculture.gif);
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	padding: 10px 0px 0px 20px;
}

#producteurs {
	float: left;
	width: 420px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  SQUELETTE AFFICHE_PHOTO (DIAPORAMA) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#navigation {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 100;
}
#photo_avantapres {
	position: relative;
	padding-top: 0;
	margin-left: 0;
	z-index: 10;
}
