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

* { margin:0; padding:0; list-style-type:none; border:0px none; font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#FFCF91;}

/*--------------------  HACK HAUTEUR IE -------------------- */

* html #main-padding {
	/*height: 400px;*/
}

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

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



  /*********************************************************
               STRUCTURE
  **********************************************************/
		html {  }

		body { background: #A43A11;}
		
		#box {width:986px; margin:0px auto;}

		#cadre_main { width:986px; background:url(images/bg-cadre-main.jpg) top center no-repeat;}

		#header { }
	
		#breadcrumb { margin-top:2px;}

/* ------------ MAIN 750 ( 750 px site 2 colonnes ) -------------------- */ 

		#main-padding { display:block; float:left; width:501px; height:415px; }
		#main-padding #main { width:480px; margin-left:21px; margin-top:10px}
		
		#main-padding #main ul { margin:8px 0;  }
		#main-padding #main li {  padding:0 0 5px 0px; margin:0 0 0 25px;}
		#main-padding #main p { line-height:1.5em; margin:10px 0; text-align:left;}		

  /*********************************************************
                ANIMATION RIGHT 
  **********************************************************/

/* ------------ ANIMATION RIGHT  ------------------ */
		#anim { float:left; margin-top:2px; margin-left:3px;}


  /*********************************************************
                HOME
  **********************************************************/
		
/* ------------ BLOC HOME 1 ( 720 px site 2 colonnes ) ------------------ */

		.bloc-home-1 {width:465px; margin:5px 0px 10px 10px;}
		.bloc-home-1 .pic {float: right; width:238px; text-align:right;}
		.bloc-home-1 .pic img {border:2px solid #E19C54; } /* changer marge suivant largeur vignette */
		.bloc-home-1 .descriptif  {width:205px !important; width:200px; margin-left:10px !important; margin-left:5px; float:left;}
  		#main-padding #main .bloc-home-1 p { margin:0px 0px; text-align:justify; color:#FFCF91;} 

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

/* ------------ BLOC PRODUIT 1 ( 720 px site 2 colonnes ) ------------------ */

		.bloc-produit-1 {width:450px; margin:5px 0px 10px 10px;}
		.bloc-produit-1 .top {}
		.bloc-produit-1 .pic {float: right; width:160px; text-align:center;}
		.bloc-produit-1 .pic img {border:2px solid #E19C54;}
		.bloc-produit-1 .descriptif {width:280px !important; width:275px; margin-left:5px; float:left;}
		#main-padding #main .bloc-produit-1 p { margin:0px 0px; text-align:justify;}
		.bloc-produit-1 .detail {padding:10px 0 0 15px;}
		
/* ------------ BLOC DETAIL ------------------ */

	.bloc-detail {width:450px; margin:5px 0px 10px 10px;}
	.bloc-detail .top {}
	.bloc-detail .descriptif {width:270px; float:left;}
	#main-padding #main .bloc-detail p {margin:0px 10px 10px 0px; text-align:justify;}
	
/* ------------ DIAPORAMA ------------------ */
	#diaporama { float:right; width:160px; margin-top:20px; margin-right:5px;}
	#diaporama .thumb {width:160px; float:left;}
	#diaporama .thumb img {margin: 0 0 5px 0; border:2px solid #E19C54;}


/* ------------ PARTENAIRES ------------- */
	.partenaire {width:465px; margin:5px 0px 10px 10px;}
	.partenaire .top {}
	.partenaire a, .partenaire a:active, .partenaire a:visited {color:#FFDFB6;} 
	.liens { margin:0 0 0 10px;}
	.thumbpic_liens { float:right; margin:0 20px 5px 10px; border:2px solid #E19C54;}
	
/* ------------ PLAN --------------------- */

	.plan, .horaires {width:450px; margin:0 auto; border:1px solid #FFDFB6;  padding:3px 5px 3px 5px;}
	.plan legend, .horaires legend {color:#FFDFB6; font-size:1.3em; padding:5px 10px; font-weight:bold;}
	.plan dl dt, .horaires dl dt{font-weight:bold; color:#FFDFB6;}
	.plan dl dd, .horaires dl dd{width:200px; padding-left:5px; }
	.horaires ul li{width:200px; padding-left:5px; }
	.plan a, .horaires a { color:#FFDFB6;}
	.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:420px; 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 ------------------ */
	
	.nav { float:right; width:600px; margin-right:10px; text-align:right;  padding:5px 0;}
	.nav a:link, .nav a:visited { padding:3px 7px; background:#E19C54; color:#FFDFB6;; border:1px solid #090B18;; }
	.nav a:hover { background:#090B18; color:#FFCF91; border:1px solid #FFCF91;  text-decoration:none; }
	.nav .actuel{ font-weight:bold; padding:3px 7px; border:1px solid #090B18; color:#A43A12; background:#E19C54;}	

/* ------------ COMMUNS (dans la charte du site) --------------------- */
	.prix {  font-weight:bold; font-size:1.2em; color:#005FAF; margin:0px 0; padding:5px 0;}
	.prix-barre { font-size:1em; text-decoration:line-through;color:#666; }
	h2 { font-weight:bold; font-size:1.2em; }
	h3 { text-transform:uppercase; color:#FFCF91; font-size:1.3em;}
	h4 {  font-weight:bold; font-size:1.1em; text-align:left; margin:0; }
	
	strong { font-weight:bold; }
	
	/* ------------ ICONS --------------------- */
	.icon-pdf { background: url('images/icons/pdf.png') no-repeat left center; padding:0 0 0 22px; }
	.icon-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:4px; background-color:#531C2A; width:55px; line-height:20px; border:1px solid #C7661A; text-align:center;}		
	
	div.hr { height: 10px; clear:both; background:url('images/separation.gif') bottom left repeat-y; margin:0 0 0 9px; }
	div.hr hr {   display: none; }	
	
	.vide { width:300px; font-weight:bold; margin:0 auto; padding-top:30px;}
	.alerte { background: #E19C54; text-align: center ; padding: 5px 0px; font-weight:bold; color:#A43A12; }
	

/* ------------ 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:5px 0px; padding:5px 0; color:#DACCB7; width:400px; margin:0 auto;}
	.formulaire radio, .formulaire label, .formulaire input, .formulaire textarea, .formulaire select { display: block; float: left; margin-bottom:10px; vertical-align:middle;  }
	.formulaire label { text-align: left; width: 120px; margin-right: 10px; }

	/*LABEL 1 SEULE LIGNE AVEC INPUT EN DESSOUS*/
	.formulaire .label-titre { text-align: left; width: 500px; font-weight:bold; clear:both;}
	
	.formulaire input, .formulaire textarea, .formulaire select {padding:3px; border:1px solid #1F5C94;  background:#fff;  color:#000;   }
	.formulaire input, .formulaire textarea{ width:150px;  border:1px solid #B4B2B2; color:#000000;} /* charter bg couleur */ 
    .formulaire option { width:180px;  padding:2px 0;border-bottom:1px solid #d7d7d7; color:#000000;} /* charter bg couleur */ 	
    .formulaire .bouton { width:120px; cursor:pointer; font-weight:bold; padding:2px; border:1px solid #000; color:#A43A12;  background:#E19C54; }
	.formulaire .input-radio { background:transparent; border:0px solid #fff; width:auto; }
	.formulaire br { clear: left; }
	.formulaire img { width:auto; height:auto; }



/* ------------ PHOTOTHEQUE ------------------ */
	#phototheque {width:465px; margin:5px 0px 10px 10px;}
	#phototheque .pic { float:left; margin:0 10px 10px 0; width:96px; height:90px; }
	#phototheque .pic img { border:3px solid #FFCF91;   }

/* ------------ COMBO ------------------ */	
			
	#combo { margin:5px 0 10px 0; }
	#combo select { border:1px solid #c0c4d5; padding:1px; }
	#combo label { padding-left:20px; background:url('images/search-folder-blue.gif') no-repeat left center; }
		

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

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

