/*------------------------------------------------
 Menu principal
------------------------------------------------*/
#nav {                           		/* Conteneur menu */
  float: left;
  padding: 0 0 0 0;
}
#nav ul {
  padding: 79px 0 0 0;
  margin: 0;
  list-style-type: none;
  line-height: 31px;
}
#nav ul div {
  width: 216px;
  position: absolute;
  margin: -7px 0 0 -7px;
  padding: 17px 0 0 0;
  visibility: hidden;
  z-index:9999;
}

#nav ul li#level_3 div {
  background: url(../images/navigation/fd_sous_menu_top_actualites.png) no-repeat top left;
}
#nav ul li#level_3 div.activated {
  background: url(../images/navigation/fd_sous_menu_top_actualites.png) no-repeat top left;
  margin-top: -17px;
}
#nav ul li#level_7 div {
  background: url(../images/navigation/fd_sous_menu_top_nouveautes.png) no-repeat top left;
}
#nav ul li#level_7 div.activated {
  background: url(../images/navigation/fd_sous_menu_top_nouveautes.png) no-repeat top left;
  margin-top: -17px;
}

#nav ul li {
  float: left;
  height: 20px;
  line-height: 20px;
}

  /* Niveau 2 */
  #nav ul ul {
	position: absolute;
	padding: 0;
	line-height: 21px;
	width: 198px;
	font-size: 1.2em;
	padding: 4px 0 15px 18px;
	background: url(../images/navigation/fd_sous_menu_bottom.png) no-repeat bottom left;
	left: -999em;
  }
  #nav ul ul li {
	width: 216px;
  }
  
  #nav li li a {				/* Liens niveau 2 */
	color: #FFF;
    text-decoration: none;
    padding: 0 0 0 10px;
    line-height: 20px;
	background: url(../images/navigation/bullet.png) no-repeat center left;
  }
  #nav li li a:hover {				/* Liens niveau 2 */
	text-decoration: underline;
  }
  
  /* Gestion des Hovers Mozilla Like, IE7 ...*/
	#nav li:hover ul {
	  left: 0px;
	}
	#nav li:hover div {
	  visibility: visible;
	}
  
/*------------------------------------------------
 Menu Footer
------------------------------------------------*/
#footer .menu {
  padding: 5px 0 0 130px;
  margin: 0;
  list-style-type: none;
}

#footer .menu li {
  float: left;
}
/*------------------------------------------------
PRESS PART
------------------------------------------------*/
.press_left {
  color: #333;
  border-right: 1px solid #CCC;
  width:196px;
  float:left;
}

.press_right {
  color: #333;
  width:578px;
  float:left;
  font-size: 1.2em;
}

.press_right a,
.press_left a {
  color: #006649;
  text-decoration: none;
}
.press_right #actus_next {
  background: url(../images/commun/double_fleche.png) no-repeat center right;
  padding: 0 12px 0 115px;
  color: #006649;
  cursor: pointer;
}
.press_right #actus_prev {
  background: url(../images/commun/double_fleche_prev.png) no-repeat center left;
  padding-left: 12px;
  color: #006649;
  cursor: pointer;
  visibility: hidden;
}
.press_right .actu-content {
  float: left;
  width: 200px;
}
.press_right h3,
.press_left h3 {
  padding: 0 0 0 25px;
  margin: 0;
  background: url(../images/commun/fleche_verte.png) no-repeat 10px 3px;
  text-transform: uppercase;
}
.press_right h3 a,
.press_left h3 a {
  color: #333;
  text-decoration: none;
}

.press_left .readmore {
  color: #006649;
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
  background: url(../images/commun/bulle_orange.png) no-repeat 0 4px;
}

.press_right .readmore {
  color: #006649;
  margin: 0 0 0 25px;
  padding: 0 0 0 10px;
  background: url(../images/commun/bulle_orange.png) no-repeat 0 4px;
}
.press_right .intro {
  margin: 0 0 0 25px;
}
.press_right .titre_general {
  vertical-align: middle;
}
/*------------------------------------------------
 Latest News
------------------------------------------------*/
.latest_news {
  width: 299px;
  float: left;
  border-right: 1px solid #CCC;
  color: #333;
  height: 240px;
}

.latest_news a {
  color: #006649;
  text-decoration: none;
}

#nav_actu_accueil {
 float: left;
 width: 140px;
 padding-left: 40px;
}
.latest_news #actus_next {
  background: url(../images/commun/double_fleche.png) no-repeat center right;
  padding: 0 12px 0 ;
  color: #006649;
  cursor: pointer;
}
.latest_news #actus_prev {
  background: url(../images/commun/double_fleche_prev.png) no-repeat center left;
  padding-left: 12px;
  color: #006649;
  cursor: pointer;
  visibility: hidden;
}
.latest_news .actu-content {
  float: left;
  width: 200px;
}
.latest_news h3,
.actu-item h3 {
  padding: 0 0 0 25px;
  margin: 0;
  background: url(../images/commun/fleche_verte.png) no-repeat 10px 3px;
  text-transform: uppercase;
}
.latest_news h3 a {
  color: #333;
  text-decoration: none;
}
.latest_news .readmore,
.actu-item .readmore {
  color: #006649;
  margin: 0 0 0 25px;
  padding: 0 0 0 10px;
  background: url(../images/commun/bulle_orange.png) no-repeat 0 4px;
  text-decoration: underline;
}
.latest_news .intro {
  margin: 0 0 0 25px;
}
.latest_news .titre_general {
  vertical-align: middle;
  float: left;
}
.news_element {
  height: 90px;
  position: absolute;
  width: 300px;
}
.illus_actu {
  width: 73px;
  height: 73px;
  margin: 4px 0 0 11px;
  padding: 5px 0 0 5px;
  float: left;
  background: url(../images/news/cadre_accueil.png) no-repeat top left;
}

#list_news_home {
  /*border: 1px solid #F00;*/
  position: relative;
  margin-top: 40px;
  width: 300px;
  height: 180px;
  overflow: hidden;/**/
}
#ctn1 {
  top: 0px;
  left: 0px;
}
#ctn2 {
  top: 90px;
  left: 0px;
}
#ctn3 {
  top: 0px;
  left: 300px;
}
#ctn4 {
  top: 90px;
  left: 300px;
}
#ctn5 {
  top: 0px;
  left: 600px;
}
#ctn6 {
  top: 90px;
  left: 600px;
}

/*------------------------------------------------
 Actualites
------------------------------------------------*/

.media_img {
  background: url(../images/news/bg_img_bottom.png) no-repeat bottom center;
  width: 166px;
  text-align: center;
  padding: 0 0 9px 0;
  margin: 0 0 20px 0;
}
.cont_bande_images {
  overflow:hidden;
  width:180px;
}
.bande_images {
  width: 173px;
  float:left;
  padding-left:7px;
}
.actu-item {
  width: 385px;
  margin-bottom: 20px;
  float: left;
  height: 190px;
}
.actu-item td {
  vertical-align: top;
}
td.illus-item {
  width: 166px;
  vertical-align: middle;
}
.actu-item .link {
  text-align: right;
}
.txt-art {
  padding-left: 25px;
}
td.titre-art {
  vertical-align: middle;
}
.right {
  text-align: right;
}
.btns_imgs{
	list-style:none;
	margin:0;
	padding:0;
	width:180px;
	text-align:center;
}
.btns_imgs li{
	cursor:pointer;
	line-height:18px;
	height:18px;
}
.btns_imgs li span{
	padding:0 15px 0 15px;
	color: #006649;
}
.btns_imgs li span.next{
	background:url(../images/commun/double_fleche.png) right center no-repeat;
}
.btns_imgs li span.prev{
	background:url(../images/commun/double_fleche_prev.png) left center no-repeat;
}
/*------------------------------------------------
 Latest Products (accueil)
------------------------------------------------*/
#product_info #nouv_promo {
  padding-left:10px;
  margin-top: 8px;
}

.product_box_accueil {
  position: relative;
  text-align: center;
  width: 150px;
  float: left;
  height: 164px;
  font-size: 9px;
  background: url(../images/produits/produits_bottom.png) no-repeat bottom center;
}

.product_title_accueil {
  width: 110px;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-left: 15px;
  background: url(../images/commun/bulle_orange.png) no-repeat 0 4px;
  padding-left: 8px;
}

.product_title_accueil em {
  font-size: 10px;
}

.product_box_accueil .visuel {
  /*width: 200px;*/
  height: 120px;
  padding: 0px;
  margin: 0;
  text-align: center;
  font-size: 9px;
  /*padding-left: 20px;*/
}
.product_box_accueil .visuel .onePic td {
  width: 200px;
  height: 120px;
  vertical-align: middle;
  text-align: center;
}

#product_info {
  float: left;
  width: 331px;
  padding: 0 0 0 9px;
}

.this_month {
  float: left;
}

.product_box {
  position: relative;
  text-align: center;
  width: 239px;
  float: left;
  height: 164px;
  background: url(../images/produits/pad_produit.png) no-repeat bottom center;
}

.product_box .visuel {
  width: 200px;
  height: 120px;
  padding: 0px;
  margin: 0;
  text-align: center;
  padding-left: 20px;
}
.product_box .visuel .onePic td {
  width: 200px;
  height: 120px;
  vertical-align: middle;
  text-align: center;
}
.prix {
  background: url(../images/produits/stick_prix.png) no-repeat top center;
  position: absolute;
  z-index: 250;
  font-size: 1.5em;
  font-weight: bold;
  width: 73px;
  height: 32px;
  /*background: #66CCFF;*/
  top: 2px;
  left: 71px;
  padding-top: 7px;
}

.product_box .prix {
  top: 5px;
  left: 131px;
}
.product_title {
  width: 170px;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-left: 25px;
  /*background: url(../images/commun/bulle_orange.png) no-repeat 0 4px;*/
  padding-left: 8px;
}

.div_promotion {
  background: url(../images/produits/stick_promo.png) no-repeat bottom center;
  position: absolute;
  z-index: 250;
  font-size: 1.5em;
  font-weight: bold;
  width: 51px;
  height: 90px;
  bottom: 45px;
  left: 40px;
}

.div_nouveaute {
  background: url(../images/produits/stick_new.png) no-repeat bottom center;
  position: absolute;
  z-index: 250;
  font-size: 1.5em;
  font-weight: bold;
  width: 51px;
  height: 90px;
  bottom: 45px;
  left: 40px;
}

.product_title em {
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
}

.liste_produits {
  width: 717px;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------------------
 Pads Pre-Footer
------------------------------------------------*/  
#footer_tools {
  width: 820px;
  margin: 0 auto;
}

#footer_tools .pad {
  float: left;
}

/*------------------------------------------------
 Inscription Newsletter
------------------------------------------------*/
#newsletter {
  float: left;
  width: 194px;
  height: 194px;
  background: url(../images/accueil/bg_newsletter.png) no-repeat top left;
}

#newsletter .case {
  padding: 94px 0 0 34px;
} 

#newsletter input.inputform {
  border: none;
  width: 106px;
  font-size: 1em;
  background: none;
  padding: 3px 5px 0 5px;
}

#newsletter div.input_newsletter {
  background: url(../images/accueil/input_newsletter.png) no-repeat top left;
  height: 21px;
  margin: 0 0 9px 0;
}
#newsletter .send {
  text-align: center;
}
#newsletter .btn-ok {
  padding-left: 50px;
}

/*------------------------------------------------
 Erreur Formulaires
------------------------------------------------*/
#errorPad {                                 /* -> fond general */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
	opacity: .70;
	filter: alpha(opacity=70);
    z-index: 100000;
}

  #erlogPad {
      position: absolute;
      top: 40%;
      left: 50%;
      width: 230px;
      margin-left: -125px;
      z-index: 1000000;
      background: #00674C;
      padding: 10px;
      font-size: 1.1em;
      text-align: left;
      border: 2px solid #ED7F00;
  }
  #erlogPad h1 {
    color: #FFF;
    font-size: 1.2em;
  }
  .error {
    color: #ED7F00;
  }
  p.close {
      color: #FFF;
      text-align: right;
  }
  
  .merci {
    font-size: 1.2em;
    font-weight: bold;
    color: #003728;
  }

/*------------------------------------------------
 Articles
------------------------------------------------*/
.list_imgs {
  float: left;
}

a.enableTooltip {
  background: url(../images/commun/double_fleche.png) no-repeat center left;
  padding: 0 0 0 15px;
  color: #006649;
}

.retour {
  background: url(../images/commun/double_fleche_prev.png) no-repeat center left;
  padding-left: 12px;
  color: #006649;
  float: right;
  font-size: 12px;
}

/*------------------------------------------------
 Page Magasins
------------------------------------------------*/
.photo_shop,
.picto_shop {
  float: left;
}
.google_map {
  float: right;
  padding-right: 15px;
}
.google_map small a {
  color: #00674C;
}

td {
  vertical-align: top;
  padding: 50px 0 0 0;
}
td.coords {
  width: 420px;
}

td em {
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../images/commun/bulle_orange.png) no-repeat 0 4px;
  padding-left: 10px;
}

.picto_shop {
  padding-right: 15px;
  width: 120px;
}

.coords h3 {
  padding: 0;
  margin: 0;
}

.map {
  width: 420px;
}

.data_shop {
  padding-top: 20px;
}

#carte_generale {
  width: 765px;
  margin:0;
}
.map_conteneur{
	width:380px;
	float:left;
}
#text-shop{
	width:380px;
	min-height:200px;
	float:left;
}
.completelist {
  width: 380px;
  margin: 0 auto;
}
.shop_data_list {
  width: 300px;
  padding: 0 0 20px 40px;
}

.shop_data_list .data_shop_list {
  width: 240px;
}

td.middle {
  vertical-align: middle;
}

/*------------------------------------------------
 Franchise
------------------------------------------------*/
#form_candidature td {
  font-size: 1.1em;
}
td.label {
  padding: 5px 0 5px 15px;
}

th {
  padding: 15px 0 15px 0;
  font-size: 1.2em;
  color: #00674C;
  text-transform: uppercase;
  text-align: left;
}
#form_candidature input,
#form_candidature select {
  font-size: .9em;
}

td.vamiddle
{
	vertical-align:middle !important;
}
td.vamiddle img
{
	vertical-align:middle !important;
	padding:0 10px;
}

.input_error {
	color:#FF0000;	
}

.etape_div {
	width:100%;
	color:red;
}


/*------------------------------------------------
 Formulaire de contact
------------------------------------------------*/

.table-form td.left {
  width: 134px;
  padding: 0 0 0 20px;
}

.inputF {
  background: url(../images/forms/fd_input.png) no-repeat top left;
}
.textA {
  background: url(../images/forms/fd_texta.png) no-repeat top left;
}

.table-form textarea {
  width: 179px;
  border: none;
  background: none;
  margin: 0 0 10px 10px;
  padding: 2px 0 0 0;
  font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.table-form input {
  background: none;
  font-size: 1.1em;
  border: none;
  margin: 0 0 10px 10px;
  padding: 2px 0 0 0;
}
input.inputform {
  width: 179px;
  
}
input.copymail{
  vertical-align: middle;
}

td.needeed {
  color: #106F57;
}

td.onecopy {
  vertical-align: bottom;
  margin: 0 0 20px 0;
  color: #106F57;
}

/*------------------------------------------------
 Offres emplois
------------------------------------------------*/
.listeOffre {
  width: 345px;
  float: left;
  border: 1px solid #106F57;
  margin: 0 15px 20px 15px;
  padding: 10px 10px 0 0;
  background: url(../images/commun/feuille.png) no-repeat top right;
}

.listeOffre .details,
.detailOffre {
  padding: 10px 0 0 25px;
}
.retour_emploi {
  background: url(../images/commun/double_fleche_prev.png) no-repeat center left;
  padding-left: 12px;
  color: #006649;
  float: right;
  margin-top: -45px;
}



/*------------------------------------------------
 Formulaire emplois
------------------------------------------------*/
.form-recrut {
  margin: 20px 0 0 0;
}

.form-recrut td.labels {
  width: 134px;
  padding: 0 0 0 25px;
}

.form-recrut fields span {
  background: url(../images/forms/fd_input.png) no-repeat top left;
}

.form-recrut input {
  background: none;
  font-size: 1.1em;
  border: none;
  margin: 0 0 10px 10px;
  padding: 2px 0 0 0;
}

.form-recrut textarea.extended {
  width: 378px;
  border: none;
  background: none;
  margin: 0 0 10px 10px;
  padding: 2px 0 0 0;
  font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.textAE {
  width: 400px;
  background: url(../images/forms/fd_textae.png) no-repeat top left;
}

span.rouge {
  color: #F00;
}






ul.entete {
	margin: -3px 0 0 93px;
    float: left;
}

ul.entete li {
    background: url(../images/listes_entete.jpg) no-repeat top left;
    color: #FFF;
    font-size: .8em;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 14px;
    width: 200px;
	/*list-style-image: url(../images/commun/fleche-orange.gif);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	line-height:1.5em;*/
}

ul.entete li a {
     color: #FFF;
     font-weight: bold;
     text-decoration: none;
     background: url(../images/listes_entete_puce_off.jpg) no-repeat center left;
     padding: 0 0 0 13px;
	/*color: #333333;
	text-decoration: none;*/
}
ul.entete li a:hover,
ul.entete li a.actif {
  background: url(../images/listes_entete_puce.jpg) no-repeat center left;
}
     


.col_left {
  color: #333;
  border-right: 1px solid #CCC;
  width:196px;
  float:left;
}
.col_right {
   float:left;
   width:558px;
  padding-left: 25px;
  font-size: 1.2em;
}
.col_right_etendu {
   float:left;
   width:758px;
  padding-left: 25px;
  font-size: 1.2em;
}

td.col_left img {
  padding-bottom: 20px;
}

td.col_right {
  padding-left: 15px;
}

a.enableTooltip {
  background: none;
  padding: 0;
}

/*------------------------------------------------
 Formulaire candidatures
------------------------------------------------*/
#form_candidature {
  padding: 20px 0 0 0;
  width: 600px;
  margin: 0 auto;
  overflow: visible;
}

#form_candidature input {
  background: none;
  font-size: 1em;
  border: none;
  margin: 0 0 10px 10px;
  padding: 2px 0 0 0;
}
#form_candidature select {
  font-size: 1em;
  width: 120px;
  margin: 0 0 10px 5px;
  padding: 1px 3px 1px 0;
  border-top: 1px solid #02694C;
   border-bottom: 1px solid #02694C;
   border-left: none;
   border-right: 1px solid #02694C;
}

#form_candidature td.label {
  width: 120px;
  font-size: 1em;
  padding-left: 25px;
}
#form_candidature td.labelb {
  width: 80px;
  font-size: 1em;
  padding-left: 25px;
}
#form_candidature td.labelb12 {
  width: 80px;
  font-size: 1.2em;
  padding-left: 25px;
}
#form_candidature .question {
  font-size: 1.2em;
  font-weight: bold;
  color: #02694C;
  padding: 0 30px 0 35px;
  background: url(../images/commun/bulle_orange.png) no-repeat 25px 4px;
}
#form_candidature .reponse {
  font-size: 1.2em;
  padding: 0 0 0 50px;
}


.textAF {
  width: 600px;
  height: 140px;
  background: url(../images/forms/fd_textaf.png) no-repeat top left;
}
.inputFs {
  background: url(../images/forms/fd_inputs.png) no-repeat top left;
}
.inputFm {
  background: url(../images/forms/fd_inputm.png) no-repeat top left;
}
/*#form_candidature div.inputFmnb  {
  background: none;
  font-size: 1em;
  border: none;
  margin: 0 0 0 -10px;
}*/
.inputformmiddle {
  width: 100px;
}

.fulltext {
  width: 580px;
  border: none;
  background: none;
  margin: 0 0 10px 10px;
  padding: 2px 0 0 0;
  font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
  font-size: 1em;
}

td.label12 {
  font-size: 1.1em;
}
td.label124 {
  font-size: 1.1em;
  padding: 0 15px 0 0;
}

td.width200 {
  width: 200px;
}
td.width100 {
  width: 100px;
}

.alCenter {
  text-align: center;
}

.taille12 {
  font-size: 1.2em;
}
/*------------------------------------------------
 Plan du site
------------------------------------------------*/
.block_plan_site {
  float: left;
  padding: 0 0 0 120px;
}

.block_plan_site ul li {
  list-style-image: url(../images/commun/bulle_orange.png);
  font-size: 1.2em;
  padding: 2px 0 2px 0;
}
.block_plan_site ul li ul {
  padding-bottom: 5px;
}
.block_plan_site ul ul li {
  list-style-image: url(../images/commun/fleche_verte_petite.png);
  font-size: .9em;
}
.block_plan_site ul ul li a {
  color: #000;
  text-decoration: none;
}
.block_plan_site ul ul li a:hover {
  text-decoration: underline;
}

/*------------------------------------------------
 Fournil
------------------------------------------------*/
.fournil_main {
  margin: -45px 0 0 -18px;
  z-index: 400;
  background: #8C1D18;
  width: 820px;
}
.fournil_entete {
  float: left; 
}
.fournil_h3 {
  margin: 0;
  padding: 0;
  background: none;
}
.fournil_left {
  width: 40px;
  background: url(../images/fournil/bg_table_left.jpg) repeat-y top left;
}
.fournil_text {
  width: 325px;
  color: #8C1D18;
  font-size: 1.2em;
  background: #ED8003;
  font-weight: bold;
}
.fournil_text strong {
  color: #FFF;
}
.fournil_middle_left {
  width: 45px;
  background: url(../images/fournil/bg_table_middle_left.jpg) repeat-y top left;
}
.fournil_middle_right {
  width: 45px;
  background: url(../images/fournil/bg_table_middle_right.jpg) repeat-y top left;
}
.fournil_right {
  width: 40px;
  background: url(../images/fournil/bg_table_right.jpg) repeat-y top left;
}
.fournil_text ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.fournil_text ul li{
  list-style-image: url(../images/fournil/bullet_green.gif);
  padding: 0;
  margin: 0;
}
.FranchiseTitle {
  color: #F29B0B;
  margin-left: -20px;
  font-size: 16px;
}
.promoTitle {
  font-size: 13px;
  color: #00674C;
}

