* { margin:0; padding:0; list-style-type:none; border:0px none; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; }

/* 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:#D33A71; font-weight:bold; }
a:hover { text-decoration:underline;  }

/* ------------STRUCTURES------------------ */

html {  background:url('images/bg.jpg')top left repeat ;  }

body { background:url('images/bg-body.jpg') top left repeat-x;}

#box { width:950px; margin:0 auto;}

#cadre_main {}

#header { }
	
#side { }

#breadcrumb { }



/* ------------MENU------------------ */
 #menu {}

/* ------------NAV ------------------ */
	

/* ------------IMAGES------------------ */

	.pic { width:200px; height:150px; border:1px solid #e7e7e7; }
	.pic img { width:200px; height:150px;  }
	
	.pic2 { width:100px; height:75px; border:1px solid #e7e7e7; float:left; margin:0 10px 0 0;  }
	.pic2 img { width:100px; height:75px;  }
	
	.pic3 { width:300px; height:200px; border:1px solid #e7e7e7; float:left; }
	.pic3 img { width:300px; height:200px;  }
	
	.pic:hover, .pic2:hover { border:1px solid #7AB61A; }
	
	.pic a, .pic2 a, .thumb a { border:none; }
	.pic a:hover, .pic2 a:hover, .thumb a:hover  { border:none; background:none; }


/* ------------MAIN-------------------- */ 

	#main-padding { float:left; margin:0 0 0 0; min-height:400px; width:950px; }
	#main { padding:10px 5px; }
		
	#main ul { margin:8px 0;  }
	#main li {  padding:0 0 5px 0px; list-style-type:square; margin:0 0 0 25px;}
	#main p { line-height:1.5em; margin:10px 0; text-align:left;}		
	
/* ------------BLOC HOME 2 (300px)------------------ */
	#coeur { margin:0 auto; min-height:300px; width:800px;}
	#coeur  fieldset { background:#fff; padding:7px 5px 7px 5px; border:5px solid #D33A71; margin:5px auto; }
	#coeur  legend { color:#D33A71; font-weight:bold; font-size:2em; padding:0 10px; font-family:"Times New Roman", Times, serif; }
	#coeur  fieldset p { color:#484647; }

	#ambiances{ margin:0 auto; min-height:300px; width:800px;}
	#ambiances  fieldset { background:#fff; padding:7px 5px 7px 5px; border:5px solid #98D01F; margin:5px auto; }
	#ambiances  legend { color:#98D01F; font-weight:bold; font-size:2em; padding:0 10px; font-family:"Times New Roman", Times, serif; }
	#ambiances  fieldset p { color:#484647; }
	
		.bloc-home { width:330px; float:left; margin:0 20px; position:relative; }
		.bloc-home .pic { margin:10px auto; float:none; width:200px; height:130px; border:1px solid #d5d5d5; position:relative;  }
		.bloc-home .pic  img { width:200px; height:130px; border:1px solid #d5d5d5;}
		.bloc-home .detail {  position:absolute; right:0px; bottom:0px; width:198px; padding:2px 5px; text-align:center; filter:alpha(opacity=70); opacity: 0.7; -moz-opacity:0.7;}
		.bloc-home .prix {float:right; width:300px; height:27px; text-align:left; background:url('images/bg-prix.png') top left repeat-x; padding:5px; }	 
		.bloc-home a, .bloc-home a:visited { }
		.bloc-home h3 { text-align:center;height:25px;  color:#413D3F; margin:5px;font-weight:bold;  }
		.bloc-home .top { width:300px; height:35px;background-color:#fff;    }
		.bloc-home .top img { width:300px; height:35px;}
		.bloc-home .bottom { width:300px; height:15px; background-color:#fff;position:absolute; bottom:0; left:0; z-index:1; }


/* ------------BLOC------------------ */
		
	    .bloc-produit { margin:10px auto;   }
		.bloc-produit .left, .bloc-produit .right { margin:5px 0 0 0; }
		.bloc-produit .left { float:left; width:230px; }
		.bloc-produit .right { float:left; width:480px; }
		.bloc-produit .thumb {  }
  #main .bloc-produit .right p { margin: 5px 0; }	

/* ------------DL DT DD------------------ */
dl { margin: 5px 0; display:block; float:left; width:470px; }
dt, dd { padding:5px 0;  }
dt { width: 150px; float: left; font-weight: bold; }
/* hack de commentaire avec un antislash pour ie5 mac \*/
dt { clear:both; }
/* end hack */
dd { float: left; width:320px; line-height:1.4em;  }
/* ------------TONTON CYRIL------------------ */



/* ------------FORMULAIRE------------------ */

.formulaire { margin:5px auto; width:500px;}
	.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:160px; margin: 0 10px 0 10px; }
	.formulaire input, .formulaire textarea, .formulaire select { border:1px solid #2F3138; padding:3px; color:#2F3138; font-size:1em;  }
	.formulaire input, .formulaire textarea, .formulaire select { width:180px;}
	.formulaire option { padding:1px; background:#fff; }
	.formulaire .bouton { width:120px; cursor:pointer; border:1px outset #ccc; color:#2F3138; font-weight:bold;
background:url('images/formbg.png') repeat-x left top; padding:2px; text-align:center; }
	.formulaire input:hover, .formulaire textarea:hover { border:1px solid #D33A71; }
	.formulaire .input-radio { background:transparent; border:0px solid #fff; width:auto; }
	.formulaire .input-radio:hover { border:none;   }
	.formulaire br { clear: left; }
	
	.pic-form img { width:auto; height:auto; }
	
/* ------------DIAPORAMA + DETAIL------------------ */

#diaporama { width:500px; float:left; }
#diaporama .thumb { width:80px; float:left; }
#diaporama .thumb img { float:left; margin:0 0 5px 0; border:1px solid #4A490F; text-align:center; cursor: auto; }
#diaporama .big { width:412px; float:left; }
#diaporama .big img { border:1px solid #4A490F; display:block; }

/*
#diaporama { min-height:310px; width:500px; float:left; }
	#diaporama .thumb { float:left; width:100px; }
	#diaporama .thumb img { margin: 0 5px 5px 0; border:1px solid #673E2D;}
	#diaporama .big{float:left; width:400px;}
	#diaporama .big img { display:block; margin:5px auto; border:1px solid #673E2D;  }
*/
.bloc-detail { float:left; margin:0 10px; }
	
/* ------------TABLE------------------ */



/* ------------RECHERCHE--------------------- */


		
/* ------------EQUIPE--------------------- */


				
/* ------------DIVERS--------------------- */
	
	strong { font-weight:bold; }
	
	.detail { background: url('images/picto-lien.jpg') no-repeat left center; padding:0 0 0 22px; }
	
	.url { background: url('images/liens.gif') no-repeat left center; padding:0 0 0 22px; }
	
	.pdf { background: url('images/pdf.gif') no-repeat left center; padding:0 0 0 22px; }
	
	.thumbpic_liens { float:right; margin:0 0 5px 10px; border:1px solid #fff; }	
	
	.prix { font-weight:bold; color:#7AB61A;  }
	
	.hidden { 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-x; margin:0 0 0 9px;filter:alpha(opacity=70); opacity: 0.7; -moz-opacity:0.7; }
	div.hr hr {   display: none; }	

	
/* ------------FOOTER------------------ */

	#footer { margin:0 auto; width:100%; height:100px; background: url('images/bg-footer.png') top center repeat-x; text-align:center; }
	#copyright { text-align:center; font-size:0.9em; margin:5px auto; color:#000; width:950px; margin:0 auto;  }
	#copyright a { color:#D33A72; }
/* ------------REF------------------ */

#r fieldset { border:1px solid ; padding:10px; width:680px; margin-left:10px;}
#r fieldset a{width:45%; float:left; padding:2px; font-size:0.8em;}
#r legend { padding:0 5px; font-weight:bold;  font-size:0.9em; }	

#categories-r { text-align:center; margin:5px auto; width:950px; margin:0 auto;  }
	#categories-r  a {font-size:0.8em;}		

	/* hack clear float */ 		
	.clr { clear: both; }



