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

* { margin:0; padding:0; list-style-type:disc; border:0px none; font-family: Arial, Helvetica, sans-serif; font-size:12px;}

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

* html .bloc-produit-1 .corps {
	height: 105px;
}

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

 img, div, input { behavior: url("iepngfix.htc") }

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

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

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

		html {  }

		body { background:url(images/bg-body.jpg) top left repeat-x #000000; color:#c5c3c3;}
		
		#body {  position:relative; margin:0 auto; border-top : 0px solid transparent; width:100%;}
		#pied {	position:absolute; bottom:0; left:0; width:950px; text-align:center; height:2em; display:none; }
		#marge { height:2em; }
		
		#deco { margin:0 auto; background:url(images/bg-deco.jpg) top center no-repeat; }
		
		#box { width:940px; margin:0 auto;}

		#cadre_main { width:938px; height:478px; margin:38px auto 0 auto; border:1px solid #3c3c3c; margin-bottom:10px;}

		#header { height:126px; }

		#breadcrumb { }

/* ------------ MENU LEFT ------------------ */
		
		#side-left {float:left; width:353px; height:478px;}

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

		#main-padding { display:block; float:right; width:585px; }
		#main-padding #main {  } /* main=740px */
		
		#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;}		

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

		.bloc-home-1 {width:530px; margin:10px auto 10px 20px;}
		.bloc-home-1 .pic {/*float:left; margin:0 0 0 0px; width:400px; text-align:center;*/}
		.bloc-home-1 .pic img {/*margin:0 0 0 0; border:0px solid #fff;*/ }
		.bloc-home-1 .descriptif  {}
  		#main-padding #main .bloc-home-1 p { margin:5px 0px; text-align:justify; line-height:2em} 
		.bloc-home-1 .detail {/*/padding:10px 0 0 15px;  text-align:left;*/ }

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

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

		.bloc-produit-1 {width:551px; margin:0 5px 20px 10px;}
		.bloc-produit-1 .top {width:551px; height:35px; background:url(images/top-prd.gif) bottom left no-repeat;}
		.bloc-produit-1 .corps {width:551px; min-height:105px; background:url(images/bg-prd.jpg) top left repeat-y;}
		.bloc-produit-1 .descriptif { margin:0 10px 0px 15px;}
		.bloc-produit-1 .pic {float:right; margin-left:20px; margin-top:-25px !important; margin-top:0px; text-align:center;}
		#main-padding #main .bloc-produit-1 p { margin:0px 0px 0 5px; font-size:14px; }
		.bloc-produit-1 .detail { margin-top:5px; margin-left:5px;}
		.bloc-produit-1 .bottom {width:551px; height:8px; background:url(images/bottom-prd.gif) top left no-repeat;}

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

	.bloc-detail { width:555px; margin:0px auto 0 5px;}
	.bloc-detail .descriptif {padding:5px 0;  width:600px;  margin:0px auto; }	
	#main-padding #main .bloc-detail p { text-align:justify; }	

/* ------------ DIAPORAMA ------------------ */

	#diaporama { margin:10px auto; width:380px; text-align:center;}
	#diaporama .thumb { width:380px; margin:0 auto; text-align:center;  }
	#diaporama .thumb img { margin: 0 10px 0px 0; border:1px solid #b4b0b0;  }
	#diaporama .big img { /*float:left; border:1px solid #3D383E;*/ }

/* ------------ PHOTOTHEQUE ------------------ */

	#phototheque { margin:10px auto; width:540px !important; width:550px; text-align:center }
	#phototheque .pic-info { float:left; margin:0 18px 15px 17px !important; margin:0 16px 15px 15px; text-align:center;}
	#phototheque .pic {}
	#phototheque .pic img {border:5px solid #fff;}
	#phototheque .pic:hover, #phototheque .pic:focus {}

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

	.partenaire{ width:551px; margin:0 5px 20px 10px; }
	.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 {width:606px; margin:0 auto; border:1px solid #d7d7d7;  padding:3px 5px 3px 5px;}
	.plan legend, .horaires legend {color:#fff; font-size:1.3em; padding:5px 10px;}
	.plan dl dt, .horaires dl dt{font-weight:bold; color:#fff;}
	.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 ------------------ */
	
	.nav-bottom { float:right; width:585px; margin-top:22px !important; margin-top:5px; z-index:50; text-align:right;  padding:5px 0; position:absolute;}
	.nav-bottom a:link, .nav-bottom a:visited { padding:3px 7px; background:#555555; color:#d6d1d1; border:1px solid #d6d1d1; }
	.nav-bottom a:hover { background:#000; color:#d6d1d1; border:1px solid #d6d1d1;  text-decoration:none; }
	.nav-bottom .actuel{ font-weight:bold; padding:3px 7px; border:1px solid #ffc3eb; color:#ffc3eb; background:#9e1771;}	

	.nav-top { float:right !important; float:left; width:585px; margin-top:-117px; z-index:50; text-align:right;  padding:5px 0; position:absolute;}
	.nav-top a:link, .nav-top a:visited { padding:3px 7px; background:#555555; color:#d6d1d1; border:1px solid #d6d1d1; }
	.nav-top a:hover { background:#000; color:#d6d1d1; border:1px solid #d6d1d1;  text-decoration:none; }
	.nav-top .actuel{ font-weight:bold; padding:3px 7px; border:1px solid #ffc3eb; color:#ffc3eb; background:#9e1771;}	

/* ------------ 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:#000; font-size:1.3em; font-weight:bold;text-align:center;  vertical-align:middle; padding:5px 0; margin:5px 0px;   }
	h4 {  font-weight:bold; font-size:1.1em; text-align:left; margin:0; }
	strong { font-weight:bold; }
	.annotation {font-style:italic; font-size:0.9em; color:#666;}
	
/* ------------ 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:5px; }		
	
	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: #202020; text-align: center ; padding: 5px 0px; font-weight:bold; }
	
  /*********************************************************
               FORMULAIRE
  **********************************************************/

	.formulaire { margin:5px 0px; padding:5px 0;  width:540px; 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:90px; margin-right:5px; }

	/*LABEL 1 SEULE LIGNE AVEC INPUT EN DESSOUS*/
	.formulaire .label-titre { text-align: left; width: 400px; font-weight:bold; clear:both;}
	
	.formulaire input, .formulaire textarea, .formulaire select {padding:3px; border:1px solid #1F5C94;  background:#fff;  color:#000;   }
	.formulaire input { width:150px;  border:1px solid #B4B2B2; color:#000000;} /* charter bg couleur */ 
	.formulaire textarea { 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 #ffc3eb; color:#ffc3eb;  background:#9e1771; }
	.formulaire .input-radio { background:transparent; border:0px solid #fff; width:auto; }
	.formulaire br { clear: left; }
	.formulaire img { width:auto; height:auto; }

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

	#categories-r  {width:700px; 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:#3A3A3A;}
	#categories-r p { margin:5px;}

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