  /*********************************************************
               GENERAL
  **********************************************************/

* { margin:0; padding:0; border:none; font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:1.4em;}

/* -------------- LIENS -------------------- */

a, a:visited, a:active { text-decoration:none; color:#809f46; font-weight:bold; }
a:hover { text-decoration:underline;  }
  /*********************************************************
               STRUCTURE
  **********************************************************/

 /* border:1px dotted #ff0000; ----- */
 /* background:url('images/image.jpg') top left repeat-y; ----- */

html {  }

body {background:#3a491b url('images/body.jpg') top center no-repeat; color:#99b089}

#deco { margin:0 auto; }  /* pour arrière plan décoratif ----- */

#box { width:1010px; margin:5px auto;background:url('images/box.jpg') top center no-repeat; }

#cadre_main {}

#header {}

#breadcrumb { }

/* ------------ MENU TOP ------------------ */

/*----------------------IE 5/6 PNG HACK--------------------------*/

* html img{ behavior: url("iepngfix.htc") }


#side-top { float:left; width:200px; height:500px;}
#menu-top {margin:5px;}

/* ------------ MENU LEFT ------------------ */

#side-left {float:left; width:400px;}
#menu-left {margin:0; list-style:none; }


/* ------------ MENU RIGHT ------------------ */

#menu-right {}
#side-right { float:left; width:200px; min-height:500px;}

/* ------------ MAIN 750 ( 750 px site 2 colonnes ) -------------------- */ 
#main-padding { display:block; float:left; margin:0 0 0 0; width:610px; } /*3c = 550px - 2c = 750px - 1c = 950px */
#main-padding #main { height:575px; overflow-y:auto  } /* main=740px */
#main-padding #maini {   } /* main=740px */

#main-padding #main ul {list-style-position: inside; margin:10px 0;}
#main-padding #main li {}

/*********************************************************
			HOME
**********************************************************/
		
/* ------------ BLOC HOME 1 ------------------ */

.bloc-home-1 { margin:8px auto; padding:5px 5px; width:585px; height:235px; background:url('images/prdh.jpg') top center no-repeat;}
.bloc-home-1 .pic {float:left; margin:0 5px;}
.bloc-home-1 .pic img { border:1px solid #061306} /* changer marge suivant largeur vignette */
.bloc-home-1 .detail {float:right;margin:5px;}
.bloc-home-1 .prix {}	 

/* ------------ BLOC HOME 2 ------------------ */

.bloc-home-2 { width:360px; float:left; min-height:200px; margin-right:5px;} /*3c = 460px - 2c = 360px - 1c = 270px */
.bloc-home-2 .pic {float:left; width:150px; margin-right:5px;}
.bloc-home-2 .pic img {} /* changer marge suivant largeur vignette */
.bloc-home-2 .detail {}
.bloc-home-2 .prix {}

/* ------------ BLOC HOME 3 ------------------ */

.bloc-home-3 { width:240px;  float:left; min-height:200px; margin-right:5px;} /*3c = 170px - 2c = 240px - 1c = 308px */
.bloc-home-3 .pic {}
.bloc-home-3 .pic img {} /* changer marge suivant largeur vignette */
.bloc-home-3 .detail {}
.bloc-home-3 .prix {}

/*********************************************************
			ENTETE Rubrique -> au dessus des produits
**********************************************************/

/* ------------ ENTETE Rubrique ------------------ */
.entete-rubrique {}
.entete-rubrique h2 a {font-size:150%; font-weight:bold; text-decoration:none;}
.entete-rubrique .pic {float:left; width:300px; margin-right:10px;}

/*********************************************************
			PRODUIT 1er AFFICHAGE 
**********************************************************/
.titre{ margin:0 10px 0 10px; color:#abc499; font-weight:bold;}
/* ------------ BLOC PRODUIT 1 ------------------ */
.bloc-produit-1 { float:left; margin:5px 8px 5px 6px;width:282px; height:265px; /*background:url('images/bgprd.jpg') top center no-repeat;*/}
.bloc-produit-1 .contenu {position:absolute;width:282px;}
.bloc-produit-1 .pic {float:left; margin:10px auto;width:282px;}
.bloc-produit-1 .pic img{ border:1px solid #061306}
.detail {float:right;margin:5px;}
.bloc-pdf{ float:right;margin:5px;}
#main-padding #main .bloc-produit-1 p { margin:0 10px}

/* ------------ BLOC PRODUIT 2 ------------------ */
.bloc-produit-2 {width:360px; float:left; min-height:200px; margin-right:5px;}
.bloc-produit-2 h3 {}
.bloc-produit-2 .pic {float:left; width:150px; margin-right:5px;}
.bloc-produit-2 .pic img {}
.bloc-produit-2 .detail {}
.bloc-produit-2 .prix {}

/* ------------ BLOC PRODUIT 3 ------------------ */
.bloc-produit-3 {width:240px; float:left; min-height:300px; margin-right:5px;}
.bloc-produit-3 h3 {}
.bloc-produit-3 .pic {}
.bloc-produit-3 .pic img {}
.bloc-produit-3 .detail {}
.bloc-produit-3 .prix {}

/* ------------ BLOC DETAIL ------------------ */

.bloc-detail {margin:10px auto;padding:10px;}
.bloc-detail #diaporama { margin:0 auto; width:500px}
.bloc-detail #diaporama .thumb {margin:10px auto;}
.bloc-detail #diaporama .thumb img {border:1px solid #dfa62e}
.bloc-detail #diaporama .big img {}

/* ------------ PARTENAIRES ------------- */

.partenaire{ margin:5px 45px; float:right }
.liens { margin:0 0 0 10px; }
.thumbpic_liens { float:right; margin:0 50px 5px 10px; border:1px solid #fff; } /* décalage vignette logo*/

/* ------------ PLAN --------------------- */

.plan, .horaires { margin:0 0 0 80px}
.plan legend, .horaires legend {font-size:1.3em; padding:5px 10px; color:#FFFFFF}
.plan dl dt, .horaires dl dt{font-weight:bold;}
.plan dl dd, .horaires dl dd{width:250px; padding-left:5px; }
.horaires ul li{width:200px; padding-left:5px; }
.plan a, .horaires a {}
.plan a:hover, .horaires a:hover, .plan a:visited, .horaires a:visited { text-decoration:underline;}

/* ------------ DL DT DD ------------------ */
	
dl { margin: 5px 0; display:block; width:520px; float:left; }
dl h3{  text-transform:uppercase;  }
dt, dd { padding:5px 10px;  }
dt { width: 170px; float: left; font-weight: bold;  text-transform:uppercase; }
/* hack de commentaire avec un antislash pour ie5 mac \*/
dt { clear:both; }
/* end hack */
dd { float: left; width:240px; line-height:1.4em;  }


/* ------------ NAV PAGINATION ------------------ */

div.pagination {text-align:right; padding:2px 10px;  color:#dfa62e;}
div.pagination a, div.pagination a:visited { color:#1c4204; text-decoration:none; padding:2px 4px; margin:0 3px 0 3px; border:1px solid #1c4204;}
div.pagination a:hover, div.pagination a:active {color:#fff;	border:1px solid #fff; background-color:#a2260f; text-decoration:none }
div.pagination span.current {padding:2px 4px; margin:0 3px 0 3px; border:1px solid #fff; font-weight:bold; color:#fff; background-color:#dfa62e; }
div.pagination span.disabled {display:none;}

/* ------------ COMMUNS (dans la charte du site) --------------------- */
h2 {font-size:1.3em; font-weight:bold;}
h3 {font-size:1.2em; font-weight:bold; margin:5px 0;}
h4 {font-size:1.1em; font-weight:bold;}
.prix {}
.prix-barre {text-decoration:line-through;}
.annotation {font-style:italic; font-size:0.9em;}

/* ------------ ICONS --------------------- */

.pdf { background: url('images/icons/pdf.png') no-repeat left center; padding:0 0 0 22px;}
.link { background: url('images/icons/link.png') no-repeat left center; padding:0 0 0 22px;}

/* ------------ ICONS --------------------- */

.hidden, .menu-ref, .produit-ref { visibility:hidden; overflow: auto; display:none;}
.retour { float:right; margin:5px; }		

div.hr { border-bottom:1px solid #CCC; } /* background:url('images/separation.gif') bottom left repeat-y; */
div.hr hr {   display: none; }	

.vide { font-weight:bold; text-align:center; margin:5px 0;}
.alerte {  text-align: center ; padding: 5px 0px; font-weight:bold; }

/* ------------ RECHERCHE --------------------- */

#recherche-menu {width:200px; height:110px; margin:10px 0 10px 5px; }
#recherche-menu .top { height:20px; width:180px; }
#recherche-menu form { margin:0 auto; width:180px;  }
#recherche-menu select { font-size:0.9em; border:1px solid #d7d7d7; vertical-align:middle; width:146px; vertical-align:middle;background:#fff; color:#000000;  }  /* Skinner couleur */
#recherche-menu .input-rech { padding:4px; font-size:0.9em; border:1px solid #d7d7d7; vertical-align:middle; width:145px; background:#fff; color:#000000;} /* Skinner couleur */
#recherche-menu option { vertical-align:middle; padding:2px; width:200px; color:#000000;  } /* Skinner couleur */
#recherche-menu label { float:left; width:150px; text-indent:10px; margin:0; }
#recherche-menu img { height:auto; size:auto; }
	

/*********************************************************
		   FORMULAIRE
**********************************************************/

.formulaire { margin:0 0 0 100px;}
.formulaire .left{width:45%; float:left;} 
.formulaire input, .formulaire textarea{ width:200px;  } /* charter bg couleur */ 
.formulaire radio, .formulaire label, .formulaire input, .formulaire textarea, .formulaire select { display: block; float: left; margin-bottom:10px; vertical-align:middle;}
.formulaire label { width: 120px; margin-right: 10px; }
.formulaire input, .formulaire textarea, .formulaire select {border:1px solid #000; background:#4a260c; color:#FFFFFF}
.formulaire .bouton { width:120px; cursor:pointer; font-weight:bold; padding:2px; border:1px solid #000; color:#fff;  background:#4a260c; }
.formulaire .input-radio { background:transparent; border:0px solid #fff; width:auto; }
.formulaire br {clear:both;}
.formulaire img { width:auto; height:auto; }

/* ------------ TABLE ------------------ */

table { border-collapse:collapse; }
th, td { border-bottom: 1px solid #d7d7d7; padding:4px 0; text-align: left; vertical-align:text-top;  }
th { color:#000000;   width:100px; text-indent:5px; font-weight:bold;}
td { }
tr:hover { cursor:default;  }

/*********************************************************
		   EQUIPE
**********************************************************/

.bloc-equipe { width:720px; margin:10px 0 0 0px; background:url('images/separation.gif') bottom left repeat-x;}
.bloc-equipe .pic {float:left; margin-top:20px; width:170px; }
.bloc-equipe .pic img {margin-left:10px;  border:1px solid #DFDFDF; } /* changer marge suivant largeur vignette */*

/* ROLLOVER 1ER AFFICHAGE */
.bloc-equipe .pic img { } /* changer marge suivant largeur vignette */
.bloc-equipe .descriptif { float:left;margin-top:20px; width:500px;   }/* changer le float pour placement*/
.bloc-equipe p { margin:5px 10px; }


/* ------------ DEBUT SITEMAP ------------------ */

#sitemap  {width:900px; margin:0 auto;}	
#sitemap h2 a {text-decoration:none;font-size:1.2em;  height:20px; text-transform:uppercase;}
#sitemap p {list-style-type:none; background: url('images/icons/link.png') no-repeat left center; list-style-position:inside; }
#sitemap p a { text-decoration:none; margin-left:18px; }

/* ------------ FIN SITEMAP ------------------ */

/*********************************************************
		   PIED DE PAGE
**********************************************************/	

/* ------------ FOOTER ------------------ */
#footer { margin:30px auto; background:#091c06  url('images/footer.jpg') top left no-repeat; height:45px;  }
#copyright { text-align:center; font-size:0.9em; margin:5px auto; color:#809f46;   }
#copyright a { color:#809f46; }
	
	#liens-ref { text-align:center; margin:5px auto; color:#FFF; width:750px;  }
	#liens-ref a { color:#FFF; font-size:10px; font-weight:normal; text-decoration:none;}

/* ------------ FOOTER - CATEGORIES ------------------ */

#categories-r  {margin:0 auto; text-align:center; width:950px}
#categories-r, #categories-r a , #categories-r a:hover{ text-align:center; text-decoration:none; font-size:0.8em; font-weight:100;}
#categories-r p { margin:5px;}

/* hack clear float */ 		
.clr { clear: both; }