

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

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

* html .test {
	height: 220px;
}

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

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

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

a, a:visited, a:active { text-decoration:none; color:#FFF; font-weight:bold; }
a:hover { text-decoration:underline;  }

  /*********************************************************
               STRUCTURE
  **********************************************************/

html {  }

body {background:url(images/bg-body.jpg) top left repeat-x #141414;}

#deco { margin:0 auto; background:url(images/bg-deco.jpg) top center no-repeat;}  /* pour arrière plan décoratif ----- */

#deco-bottom { margin:0 auto; background:url(images/bg-deco-bottom.jpg) bottom left repeat-x;}  /* pour arrière plan décoratif ----- */

#box { width:1012px; margin:0 auto;}

#cadre_main {}

#header { height:544px; }

#breadcrumb { height:75px; }
#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;}

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

#side-left {float:left; width:229px;}
#newsletter {float:left; width:229px; height:113px; background:url(images/bg-newsletter.jpg) top left no-repeat; margin-top:10px;}
.formnews { width:229px; margin:50px auto 0 auto; }
.formnews .formu input { width:165px; display: block; float: left; vertical-align:middle; border:1px solid #1e1e1e; background:url(images/bg-form.jpg) bottom left repeat-x; padding:5px; margin-bottom:10px; margin-left:10px !important; margin-left:5px; color:#181717;}
.formnews .formu label { width:80px; float:left; margin-left:10px !important; margin-left:5px; margin-top:-2px !important; margin-top:0px; }
.formnews .formu .img { width:auto; height:auto; border:none; margin:0px !important; margin-top:-2px; display: block; float:left; padding:0;}
.formnews .formu .input-radio { background:transparent; border:0px solid #fff; width:auto; }
/* ------------ MAIN 750 ( 750 px site 2 colonnes ) -------------------- */ 

#main-padding { display:block; float:left; width:758px; height:439px; margin:0 23px 28px 0px; border:1px solid #5f8b39; background:url(images/bg-padding.jpg) top left no-repeat; }
#main-padding #main { overflow:auto; width:753px; height:429px; margin:5px 0 5px 5px; z-index:10; visibility:visible;} /* main=740px */

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

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

.bloc-home-1 { width:735px; float:left; }
.bloc-home-1 .titre { margin-top:15px; }
.bloc-home-1 .descriptif { width:700px; margin:15px auto 0 15px; }
.bloc-home-1 .descriptif p { }
.bloc-home-1 .pic { float:left; margin-right:25px !important; margin-right:11px;}
.bloc-home-1 .pic img { border:1px solid #8cd734;} 
.bloc-home-1 .detail { text-align:center; margin-top:20px; width:225px; float:left}

/*********************************************************
			PRODUIT 1er AFFICHAGE 
**********************************************************/

/* ------------ BLOC PRODUIT 1 ------------------ */

.bloc-produit-1 { } 
.bloc-produit-1 { width:735px; float:left; }
.bloc-produit-1 .titre { margin-top:15px; }
.bloc-produit-1 .descriptif { width:700px; margin:15px auto 0 15px;}
.bloc-produit-1 .descriptif p { }
.bloc-produit-1 .pic { float:left; margin-right:25px !important; margin-right:11px;}
.bloc-produit-1 .pic img { border:1px solid #8cd734;} 
.bloc-produit-1 .detail { text-align:center; margin-top:20px; float:left}

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

.bloc-detail {width:735px; float:left;}
.bloc-detail .descriptif {width:720px; margin:0 5px 0 10px; text-align:justify; }
.bloc-detail #diaporama {margin:15px auto; width:600px; text-align:center;}
.bloc-detail #diaporama .thumb {}
.bloc-detail #diaporama .thumb img { border:2px solid #8cd734;}

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

.partenaire{ width:700px; float:left; margin-left:10px; margin-top:15px; }
.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 {}
.plan legend, .horaires legend {font-size:1.3em; padding:5px 10px;}
.plan dl dt, .horaires dl dt{font-weight:bold;}
.plan dl dd, .horaires dl dd{width:200px; 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; color:#313031; margin:5px 0;}
div.pagination a { padding:2px 5px; margin:0 3px; border:1px solid #FFF; color:#FFF; text-decoration:none; }
div.pagination a:hover, div.pagination a:active {border:1px solid #5f8b39; background-color:#141414; color:#5f8b39;}
div.pagination span.current {padding:2px 5px; margin:0 3px; border:1px solid #000; background-color:#838383; color:#000; font-weight:bold;  }
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; margin:5px 0;}
.alerte {  color:#fff; background:#7ea20e; text-align: center ; padding: 5px 0px; font-weight:bold; }

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

.formulaire { width:600px; margin:15px auto 0 auto;}

.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 #B4B2B2; background:#fff;}
.formulaire input, .formulaire textarea, .formulaire select, .formulaire option { color:#000000;}
.formulaire .bouton { width:120px; cursor:pointer; font-weight:bold; padding:2px; border:1px solid #000; color:#fff;  background:#7ea20e; }
.formulaire .input-radio { background:transparent; border:0px solid #fff; width:auto; }
.formulaire br {clear:both;}
.formulaire img { width:auto; height:auto; }

/* ------------ 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:0 auto; height:96px; }
#copyright { text-align:center; font-size:0.9em; margin:5px auto; color:#fff; width:950px;  }
#copyright a { color:#fff; }
	
/* ------------ FOOTER - CATEGORIES ------------------ */

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

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

