@charset "utf-8";
/*------------------------CSS principal sur la structure du site----------------------------------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
div#global {
	width: 100%;
	text-align: left;
	position: relative;
	height: auto;
	left: 0px;
}
/* CADRE*/
#page-table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
#page {
	width: 1000px;
	margin: auto;
	height: auto;
}
#bande-horizontale {
	background-color: #c7c8be;
	width: 100%;
	position: relative;
	height: auto;
	left: 0px;
}
#bord-haut {
	background-image: url(../images/structure/cadre/bord-haut.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 12px;
	width: 1000px;
	position: relative;
	font-size: 2px;
}
#bord-droit {
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
	width: 994px;
	margin-left: 6px;
	background-image: url(../images/structure/cadre/bord-droit.gif);
}
#bord-gauche {
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
	width: 1000px;
	background-image: url(../images/structure/cadre/bord-gauche.gif);
}
#bord-bas {
	font-size: 2px;
	background-image: url(../images/structure/cadre/bord-bas.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 12px;
	width: 1000px;
}
#bande-blanche-haut {
	height: 100px;
	width: 100%;
	position: absolute;
	background-color: #FFFFFF;
	left: 0px;
}
#page-blanche-haut {
	height: 100px;
	width: 1000px;
	margin: auto;
	background-image: url(../images/structure/cadre/bord-haut-blanc.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#bande-blanche-bas {
	height: 101px;
	width: 100%;
	position: absolute;
	background-color: #FFFFFF;
	bottom: -1px;
	left: 0px;
}
#page-blanche-bas {
	height: 100px;
	width: 1000px;
	margin: auto;
	background-image: url(../images/structure/cadre/bord-bas-blanc.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* /CADRE*/
/* ENTETE*/
#entete {
	height: 100px;
	width: 968px;
}

#logo {
	float: left;
	height: 75px;
	width: 335px;
	position: relative;
	display: inline;
	margin-top: 7px;
	margin-left: 8px;
}
#logo img {
	border: 0px none #FFFFFF;
}
#bandeau {
	background-image: url(../images/structure/entete/le_temps_des_olives-bandeau.jpg);
	display: inline;
	float: left;
	height: 84px;
	width: 578px;
	position: relative;
	background-repeat: no-repeat;
	margin-left: 47px;
}
/* /ENTETE*/
/* MENU*/
#menu {
	float: left;
	height: 100%;
	width: 200px;
	position: relative;
}
#menu ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#menu li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#menu-principale {
	margin-top: 15px;
}
#menu-principale li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	float: left;
	height: 20px;
	width: 200px;
	margin-bottom: 7px;
	position: relative;
}
#menu-principale a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #6b7320;
	display: block;
	float: left;
	height: 20px;
	width: 170px;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#menu-principale a:hover {
	width: 190px;
}
#menu-actif a {
	width: 190px;
	background-color: #4a3253;
	cursor: default;
}
#actualite {
	float: left;
	width: 200px;
	margin-top: 25px;
	position: relative;
}
#zone-centrale {
	width: 968px;
	position: relative;
}

/* /MENU*/
/* CENTRE*/
#centre {
	float: left;
	width: 728px;
	position: relative;
	height:auto;
	margin-top: 14px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 0px none #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#centre h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4a3253;
	text-decoration: none;
	margin-bottom: 10px;
	height: auto;
	width: auto;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
}
#centre p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
}
/* /CENTRE*/
/* PIED DE PAGE*/
#pied-de-page {
	display: table-row;
	width: 968px;
	position: relative;
	padding: 0px;
	height: auto;
	border: 0px none #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#text-pied-de-page {
	float: left;
	width: 800px;
	position: relative;
	text-align: left;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* /PIED DE PAGE*/
/* BAS DE PAGE*/
#bas-de-cadre {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
}
#mentions {
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mentions p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5c54;
}
/* /BAS DE PAGE*/
/* CONTENU*/
#contenu-fond {
	position: relative;
	height: auto;
	width: 988px;
	background-color: #FFFFFF;
}
#contenu {
	width: 968px;
	margin-left: 10px;
	position: relative;
	margin-top: 4px;
	height: auto;
	display: table;
	background-image: url(../images/structure/cadre/le_temps_des_olives-fond.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 4px;
}
#trait-vertical-centre {
	height: auto;
	width: 165px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	position: absolute;
	top: 160px;
	right: 0px;
	bottom: 120px;
	background-position: left top;
	font-size: 0px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

.tabulation {
	margin-left: 5em;
}
/* /CONTENU*/
/* Navigation secondaire*/
#nav-secondaire {
	font-size: 12px;
}
#nav-secondaire {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-image: url(../images/structure/nav_sec/nav-sec-fond.gif);
	background-repeat: repeat-x;
	background-position: bottom;
      }
    #nav-secondaire ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #nav-secondaire li {
	float:left;
	background-image: url(../images/structure/nav_sec/nav-sec-gauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
	margin: 0;
      }
    #nav-secondaire a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#6b7221;
	background-image: url(../images/structure/nav_sec/nav-sec-droite.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 4px;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #nav-secondaire a {float:none;}
    /* End IE5-Mac hack */
    #nav-secondaire a:hover {
      color:#333;
      }
    #nav-secondaire #current {
	background-image:url(../images/structure/nav_sec/nav-sec-gauche-actif.gif);
	border-width:0;
      }
    #nav-secondaire #current a {
	background-image:url(../images/structure/nav_sec/nav-sec-droite-actif.gif);
	color:#4a3253;
	padding-bottom:5px;
      }
/* /Navigation secondaire*/
/* ZONE D'ACTUALITE*/
#titre-actualite {
	background-image: url(../images/structure/menu/fond-titre-actualite.gif);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 161px;
	position: relative;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#zone-actualite a {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px none #FFFFFF;
	display: block;
	height: 30px;
	width: 150px;
}
#zone-actualite {
	float: left;
	width: 194px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4a3253;
	font-size: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	left: 5px;
	padding-bottom: 5px;
}
#zone-actualite li {
	padding: 0px;
	float: left;
	width: 184px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none #FFFFFF;
	position: relative;
	height: auto;
	left: 10px;
	z-index: 200;
}
#zone-actualite .trait {
	height: 4px;
	margin-bottom: 0px;
	width: 120px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a3253;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index: 100;
}
#zone-actualite img {
	border: 0px none #FFFFFF;
}

/*Infobulle de la zone d'actualité*/
#zone-actualite a.infobulle-actus em {
	display:none;
	z-index: 700;
}
#zone-actualite a.infobulle-actus:hover {
    border: 0;
    position: relative;
    text-decoration:none;
	color: #6b7320;
}
#zone-actualite a.infobulle-actus:hover em {
	font-style: normal;
	display: block;
	position: absolute;
	left: 50px;
	color: #000;
	border: 2px solid #c7c8be;
	width:130px;
	background-color: #FFFFFF;
	height: 90px;
	padding: 5px;
	top: 35px;
}
#zone-actualite a.infobulle-actus:hover em span {
	position: absolute;
	top: -7px;
	left: 15px;
	height: 7px;
	width: 11px;
	margin:0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url(../images/structure/menu/image-infobulle.gif);
}
/* /ZONE D'ACTUALITE*/
#bas-de-cadre #mentions a {
	color: #6b7320;
	text-decoration: none;
}

#contenu #zone-centrale #centre #texte-produits .a_lien_mail {
	color: #6b7320;
	text-decoration: none;
}


/* FOOTER */ 

#mentions h4 {
	display:inline;
	font-size:10px;
	font-weight:normal;
	font-family:Arial,Helvetica,sans-serif;
}
