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

* { margin:0; padding:0; border:none; font-family: Arial, Helvetica, sans-serif; font-size:98%;}

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

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

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

html {  }

body {background:#100f0d url('images/bg.jpg') top center repeat; line-height:1.4em; color:#a9a8a8;}

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

#box { width:950px; margin:0 auto; color:#FFF; }

#cadre_main {}

#header { }

#breadcrumb { }

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

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

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

#side-left {float:left; width:200px;}
#menu-left {margin:0; list-style:none; }
#menu-left a { text-decoration: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:750px; } /*3c = 550px - 2c = 750px - 1c = 950px */
#main-padding #main { margin:10px 0 10px 10px; } /* main=740px */

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

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

.bloc-home-1 {}
.bloc-home-1 .pic {float:left; width:150px; margin-right:5px;}
.bloc-home-1 .pic img {} /* changer marge suivant largeur vignette */
.bloc-home-1 .detail {}
.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 { list-style:none;}
.entete-rubrique h2 a {font-size:1.4em; font-weight:bold; text-decoration:none; cursor:text; color:#fff;}
.entete-rubrique .pic {float:right; width:250px; margin-right:10px; }
.entete-rubrique .pic img { border:1px solid #F48728;}


.entete-rubrique p { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#fff; font-size:1.2em;}

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

/* ------------ BLOC PRODUIT 1 ------------------ */
.bloc-produit-1 {  }
.bloc-produit-1 .pic {float:right; margin-left:10px; }
.bloc-produit-1 .pic img {border:1px solid #393836;}

/* ROLLOVER 1ER AFFICHAGE */
.bloc-produit-1 .thumb {}
.bloc-produit-1 .thumb img { width:90px; margin-right:3px;} 
/* FIN ROLLOVER 1ER AFFICHAGE */
.bloc-produit-1 .detail {}
.bloc-produit-1 .prix {}

/* ------------ 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;  height:300px; margin-right:5px;}
.bloc-produit-3 h3 { list-style:none; min-height:35px;}
.bloc-produit-3 h3 a { color:#FFF; font-weight:normal;}
.bloc-produit-3 .pic {}
.bloc-produit-3 .pic img { border:1px solid #393836;}
.bloc-produit-3 .detail {}
.bloc-produit-3 .prix {}

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

.bloc-detail { width:700px;}
.bloc-detail #diaporama { width:660px; margin:0 auto; }

.bloc-detail #diaporama .thumb { }
.bloc-detail #diaporama .thumb .pic { float:left;}
.bloc-detail #diaporama .thumb .pic img { border:1px solid #393836; margin:5px;}
.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 {}
.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:400px; padding-left:5px; }
.horaires ul li{width:200px; padding-left:5px; }
.plan a, .horaires a { color:#FBA03F;}
.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:700px; float:left; }
dl h3{  text-transform:uppercase;  }
dt, dd { padding:5px 10px;  }
dt { width: 230px; float: left; font-weight: bold;}
/* 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:10px 6px 4px 0; color:#313031;}
div.pagination a { color:#0030ce; text-decoration:none; padding:5px 6px 4px 5px; margin:0 3px 0 3px; border:1px solid #b7d8ee;}
div.pagination a:hover, div.pagination a:active {color:#FBA03F;	border:1px solid #FBA03F; background-color:transparent; }
div.pagination span.current {padding:5px 6px 4px 5px; margin:0 3px 0 3px; border:1px solid #FBA03F; font-weight:bold; color:#fff; background-color:transparent; }
div.pagination span.disabled {display:none;}

/* ------------ COMMUNS (dans la charte du site) --------------------- */
h2, h3, h4 { font-weight:normal; display:list-item; list-style-position:inside; color:#fff;  }

h2 {font-size:1.6em; margin:0.7em 0; }
h3 {font-size:1.4em; margin:0.7em 0;   }
h4 {font-size:1.4em; margin:0.7em 0; padding-bottom:0.5em;   border-bottom:1px dotted #fff; }

.prix {}
.prix-barre {text-decoration:line-through;}
.annotation {font-style:italic; font-size:0.9em;}

.vide { text-align:center; color:#CCC; font-style:italic;}

.alerte { color:#F60;}

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

	.pdf a 
	{ font-weight:normal; background:#000 url('images/icons/pdf.png') no-repeat left center; padding:3px 20px 3px 22px; border:1px solid #393836;   margin-bottom:5px; filter:alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; color:#fff }
	.pdf a:hover 
	{  filter:alpha(opacity=100); opacity: 1; -moz-opacity: 1; text-decoration:none }
	.icon-pdf a:visited 
	{ color:#fff; font-weight:normal; }

	
	.link a 
	{font-weight:normal; background:#412a18 url('images/link.png') no-repeat left center; padding:3px 20px 3px 22px; border:1px solid #111d25;   margin-bottom:5px; filter:alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; color:#fff  }
	.link a:hover 
	{ filter:alpha(opacity=100); opacity: 1; -moz-opacity: 1; text-decoration:none }
	.link a:visited 
	{ color:#fff; font-weight:normal;  }


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

.hidden, .menu-ref, .produit-ref { visibility:hidden; overflow: auto; display:none;}
.retour { float:right; margin:5px; background:#000; border:1px solid #978779;}	
.retour a { padding:2px 25px;  }


/* ------------ 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 {}
.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 #494845; background:#181818; color:#FFF; padding:0.2em;}
.formulaire .bouton { width:120px; cursor:pointer; font-weight:bold; padding:2px; border:1px solid #000; color:#fff;  background:#FBA03F; }
.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; }

/*********************************************************
		   MENTIONS LEGALES
**********************************************************/
#mentions-legales{}
#mentions-legales h4{margin:8px 0;}
#mentions-legales h5{margin:5px 0;}
#mentions-legales p{line-height:1.4em;}

/* ------------ 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:#fff; width:950px;  }
#copyright a { color:#f48728 }
	
/* ------------ FOOTER - CATEGORIES ------------------ */

#categories-r  {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; color:#818180;}
#categories-r a:hover{ color:#f48728;} 
#categories-r p { margin:5px;}

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

hr {  background:url('images/separation.png') bottom left repeat-x; height:20px; }
