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

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

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

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

* html #side {
	height: 400px;
}

* html .bloc {
	height: 300px;
}

* html #diaporama {
	height: 310px;
}

* html .bloc-home {
	height: 255px;
}

* html .bobox {
	height: 35px;
}


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

a, a:visited, a:active { text-decoration:none; color:#0071b1; 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:#bcd184; }
		#deco { margin:0 auto; background:url('images/bg-deco.jpg') top center repeat-x;}  /* pour arrière plan décoratif ----- */
		
		#box { width:1000px; margin:0 auto; background:#fff url('images/bg-main.jpg') right bottom no-repeat; border-bottom:1px solid #94a26d;  }

		#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:215px;  }
		#menu-left {margin:0px; font-family:arial; text-transform:uppercase;} 
		#menu-left li  { padding:0 0 0 5px; line-height:1.8em; font-size:1.2em }
		#menu-left li a {text-decoration:none; color:#000; font-weight:bold; font-size:1em; padding:0px 0 0 20px; }
		#menu-left li a:hover {text-decoration:none; color:#0071b1; background:url('images/picto.png') left center no-repeat; }
		
		.carte { height:270px; margin-top:35px; background:url('images/carte.png') left bottom no-repeat; }
		.carte h3 {padding:5px 10px; }
		.carte li  {padding:0px 0px 0 5px; }
		.carte li a {text-decoration:none; color:#0071b1;  background:url('images/picto.png') left center no-repeat; padding:0px 0px 0 15px; }
		.carte li a:hover {text-decoration:underline;  }


/* ------------ 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:785px; background:url('images/bg-box2.jpg') right top no-repeat; }
		#main-padding #main { margin:0px 5px; } /* 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; }		


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

/*  background:url('images/630px.jpg') top left no-repeat; */
/* .bloc-home-1 .top { width:630px; background:url('images/top-630px.jpg') top left no-repeat;}*/
/* .bloc-home-1 .bottom { width:630px; background:url('images/bas-630px.jpg') top left no-repeat;}*/
		.bloc-home-1 {width:630px; margin:10px auto; margin-bottom: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; } /* changer marge suivant largeur vignette */
		.bloc-home-1 .descriptif  {margin: 0 10px 0 10px; float:left; text-align:justify;}
  #main .bloc-home-1 p { margin:5px 10px; } 
		.bloc-home-1 .detail {padding:10px 0 0 15px;  text-align:left; }
		.bloc-home-1 .prix { padding:10px 0 0 15px; }	 

/* ------------ BLOC HOME 2 ( 360 px site 2 colonnes ) ------------------ */

/*  background:url('images/360px.jpg') top left no-repeat; */
/* .bloc-home-2 .top { width:360px; background:url('images/top-360px.jpg') top left no-repeat;}*/
/* .bloc-home-2 .bottom { width:360px; background:url('images/bas-360px.jpg') top left no-repeat;}*/

		.bloc-home-2 { width:360px;  float:left; margin:10px 0 20px 2px;}
		.bloc-home-2 .pic {  float:left; width:320px; text-align:center; }
		.bloc-home-2 .pic img {margin:0 0 0 0; border:0px solid #fff; } /* changer marge suivant largeur vignette */
        .bloc-home-2 .descriptif {float:left; width:350px;   }/* changer le float pour placement*/
		.bloc-home-2 p { margin:5px 10px; } 
		.bloc-home-2 .detail {padding:10px 0 0 10px; text-align:left;  }
		.bloc-home-2 .prix { padding:10px 0 0 10px; }	 		
		
/* ------------ BLOC HOME 3 (240 px site 2 colonnes ) ------------------ */

/*  background:url('images/240px.jpg') top left no-repeat; */
/* .bloc-home-3 .top { width:240px; background:url('images/top-240px.jpg') top left no-repeat;}*/
/* .bloc-home-3 .bottom { width:240px; background:url('images/bas-240px.jpg') top left no-repeat;}*/

	    .bloc-home-3 { width:240px; float:left; margin:10px 0 0 2px;  }
		.bloc-home-3 .pic {  float:left; width:200px; text-align:center; }
		.bloc-home-3 .pic img {margin-left:0px; } /* changer marge suivant largeur vignette */
		.bloc-home-3 p { margin:5px 10px; } 
		.bloc-home-3 .detail { padding:10px 0 0 10px; text-align:left;}			
		.bloc-home-3 .prix { padding:10px 0 0 10px;}	
 


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

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

/*  background:url('images/720px.jpg') top left no-repeat; */
/* .bloc-produit-1 .top { width:720px; background:url('images/top-720px.jpg') top left no-repeat;}*/
/* .bloc-produit-1 .bottom { width:720px; background:url('images/bas-720px.jpg') top left no-repeat;}*/

		.bloc-produit-1 { width:650px; margin:10px; padding:0 0 0px 30px; }
		.bloc-produit-1 h3 { color:#404e58; padding-left:0}
		.bloc-produit-1 .pic { width:650px; padding-top:10px }
		.bloc-produit-1 .pic img { border:4px solid #fbf8ee; } /* changer marge suivant largeur vignette */

		/* ROLLOVER 1ER AFFICHAGE */
		.bloc-produit-1 .pic img { } /* changer marge suivant largeur vignette */
		.bloc-produit-1 .diaporama { width:50px; height:35px; float:left; margin:0px 8px 5px 0px; border:1px solid #878582; }
		.bloc-produit-1 .diaporama img { }
		/* FIN ROLLOVER 1ER AFFICHAGE */
		
		
		.bloc-produit-1 .descriptif { width:550px;   }/* changer le float pour placement*/
		.bloc-produit-1 p { margin:5px 10px; font-size:1.2em; text-align:justify;  }
		.bloc-produit-1 p span{ font-size:1em;  }
		.bloc-produit-1 ul { list-style-image: url('images/picto-1.png'); list-style-position: inside;  }
		.bloc-produit-1 li { font-size:1.2em;  }
		.bloc-produit-1 .detail {padding:10px 0 0 0px; }
		.bloc-produit-1 .prix { padding:10px 0 0 15px; }	 
		

		/* ------------ BLOC PRODUIT 2 ( 360 px site 2 colonnes ) ------------------ */
		
		
		.bloc-produit-2 { width:700px; margin:10px auto; padding: 0 0 25px 0 }
		.bloc-produit-2 h3 { }
		.bloc-produit-2 .pic { width:320px; float:left; padding: 10px 0 0 0px;  }
		.bloc-produit-2 .pic img { border:4px solid #fbf8ee; width:300px; height:225px; } /* changer marge suivant largeur vignette */

		.bloc-produit-2 .descriptif { float:left; width:340px;   }/* changer le float pour placement*/
		.bloc-produit-2 .descriptif p { padding:5px 20px 5px 10px; font-size:1.2em; text-align:justify;  }
		.bloc-produit-2 p span{ font-size:1em;  }
		.bloc-produit-2 ul { list-style-image: url('images/picto-1.png'); list-style-position: inside;  }
		.bloc-produit-2 li { font-size:1.2em;  }
		.bloc-produit-2 .detail {padding:10px 0 0 0px; }
		.bloc-produit-2 .prix { padding:10px 0 0 15px; }	


/* ------------ BLOC PRODUIT 3 ( 240 px site 2 colonnes ) ------------------ */

		.bloc-produit-detail { width:540px; margin:0px 0; float:left; padding: 0 0 0 5px }
		.bloc-produit-detail h3 { }
		.bloc-produit-detail h4 { padding: 0px 0 0 18px; background:url('images/picto-2.png') center left no-repeat; margin: 7px 0 0 15px }
		.bloc-produit-detail .pic { width:160px; float:left; padding: 0 10px 0 0 }
		.bloc-produit-detail .pic img { border:4px solid #fbf8ee; width:150px;  } /* changer marge suivant largeur vignette */
		
		.bloc-produit-detail .descriptif { width:540px;   }/* changer le float pour placement*/
		.bloc-produit-detail .descriptif  p { padding:0px 15px; font-size:1.2em; text-align:justify;  }
		.bloc-produit-detail p span{ font-size:1em;  }
		.bloc-produit-detail ul { list-style-image: url('images/picto-1.png'); list-style-position: inside;  }
		.bloc-produit-detail li { font-size:1.2em;  }
		.bloc-produit-detail .detail {padding:10px 0 0 0px; }
		.bloc-produit-detail .prix { padding:10px 0 0 15px; }	

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

	.bloc-detail { width:510px; margin:0px 0; padding: 0 0 0 25px}
	.bloc-detail .descriptif {padding:5px 0;  width:500px;  margin:0px auto; }	
	.bloc-detail p {margin:5px 10px; font-size:1.2em; text-align:justify; }	
	.bloc-detail h1 {color:#404e58; padding-left:0 }	

	.bloc-detail .left { float:left; width:265px; padding:5px 0; }
	.bloc-detail .right { float:right; width:265px;padding:5px 0;  }

	.bloc-coordonnees { width:210px; margin:0px auto; padding:20px 0; float:right;}
	.bloc-coordonnees  ul { width:190px; display:block; padding:0 0 20px 0px; list-style-image: url('images/picto-1.png'); list-style-position: outside; }
	.bloc-coordonnees  li { margin:0 0 0 10px; padding:0 0 0 5px;}
	.bloc-coordonnees  span { font-weight:bold; }
	.bloc-coordonnees  h4 { width:190px; padding:0 0 0 10px;}
	
	.special_etablissement { padding-top:10px;}
/* ------------ DIAPORAMA ------------------ */

	#diaporama { margin:20px auto;  width:510px; height:300px;}
	#diaporama .thumb { width:510px; float:left;  }
	#diaporama .vignette { width:120px; float:left; padding-bottom:20px;  }
	#diaporama .img_titre {  }
	#diaporama .thumb img {  width:90px; height:90px; margin: 0 0 5px 0; border:4px solid #fbf8ee;  }
	#diaporama .big img {  float:left; border:1px solid #fbf8ee; }


/* ------------ 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 {width:650px; margin:0 auto;   padding:3px 5px 3px 5px; }
	.plan legend, .horaires legend { font-size:1.8em; padding:5px 10px; color:#79b23e;}
	.plan dl dt, .horaires dl dt{font-weight:bold; }
	.plan dl dd, .horaires dl dd{width:200px; padding-left:5px; font-weight:bold; }
	.horaires p { padding:5px; font-weight:bold; }
	.horaires ul li {width:200px; padding:0px; margin:0px; font-weight:bold; }
	.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 { float:right; width:600px; margin-right:10px; text-align:right;  padding:5px 0;}
	.nav a:link, .nav a:visited { padding:3px 7px; background:#efe9d3; color:#0071b1; border:1px solid #B3B7CA; }
	.nav a:hover { background:#0071b1; color:#fff; border:1px solid #0071b1;  text-decoration:none; }
	.nav .actuel{ font-weight:bold; padding:3px 7px; border:1px solid #0071b1; color:#0071b1; background:#fff;}	


/* ------------ 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.4em; }
	h3 {  color:#79b23e; font-size:1.8em; font-weight:bold; vertical-align:middle; padding:10px 0 0  15px;   }
	h4 {  color:#79b23e; font-weight:bold; font-size:1.1em; text-align:left; margin:0; padding:5px 0; }
	strong { font-weight:bold; }
	.annotation {font-style:italic; font-size:0.9em; color:#666;}
	
	/* ------------ ICONS --------------------- */

	.icon-pdf { background:#eff6df url('images/icons/pdf.png') no-repeat left center; padding:3px 27px; margin:5px 0; }
	.icon-link { background:#eff6df url('images/icons/link.png') no-repeat left center; padding:3px 27px; margin:5px 0; }

	.annonce { background:#ebecd1 url('images/repondre.png') no-repeat left center; padding:3px 27px; }
	.annonce a{ }

	/* ------------ ICONS --------------------- */
	
	.hidden, .menu-ref, .produit-ref { visibility:hidden; overflow: auto; display:none;}
	.retour { float:right; margin:5px 10px 5px 5px; }		
	
	.top  { float:right; margin:5px; }		
	.top a { font-size:0.9em; color:#333333; } /* Skinner couleur */					
					
	
	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 { color:#404e58; text-align: center ; padding: 5px 0px; font-weight:bold; text-transform:lowercase; }
	

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

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

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

	.formulaire { margin:5px 0px; padding:5px 0;  width:400px; margin:0; padding:0 0 0px 40px;}
	.formulaire radio, .formulaire label, .formulaire input, .formulaire textarea, .formulaire select { display: block; float: left; margin-bottom:5px; vertical-align:middle;  }
	.formulaire label { text-align: left; width: 240px; margin-right: 0px; font-weight:bold; }

	/*LABEL 1 SEULE LIGNE AVEC INPUT EN DESSOUS*/
	.formulaire .label-titre {display: block; float: left; margin-bottom:0px; vertical-align:middle; text-align: left; width: 240px;  font-weight:bold;}
	
	.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:320px;  padding:2px 0;border-bottom:1px solid #d7d7d7; color:#000000;} /* charter bg couleur */ 	
    .formulaire .bouton {  cursor:pointer; padding:5px 0; border:0; background:transparent; width:auto; }
	.formulaire .input-radio { background:transparent; border:0px solid #fff; width:auto; padding:0; margin:0 }
	.formulaire br { clear: left; }
	.formulaire img { border:0px solid #fff; }


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

	table { width:100%; 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; }
 
	
/* ------------ 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:10px auto; }
	#copyright { text-align:center; font-size:0.9em; margin:5px auto; color:#333;  width:700px;   padding-left:135px  }
	#copyright a { color:#333; }
		
/* ------------ FOOTER - CATEGORIES ------------------ */
	
	#categories-r  {width:700px; text-align:center; margin:0 auto; padding-left:135px }
	#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; }

