* { margin:0; padding:0; list-style-type:none; border:0; font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px;}

/* hack hauteur IE */

* html #main-padding {
	height: 460px;
}

* html .bloc {
	height: 300px;
}

* html #diaporama {
	height: 300px;
}


h3 {  font-weight: bold; text-transform:uppercase;  text-align: center; margin:10px 0; }
h3 a, h3 a:visited { text-decoration:none; font-size:1.2em; }
h3 a:hover { text-decoration: underline; }

.jaune { color:#FEBF00; }

/* liens */ 

a, a:visited, a:active { text-decoration:none; color:#296002; font-weight:bold; }
a:hover { text-decoration:underline; color:#EFA812; }

/* ------------STRUCTURES------------------ */

html { background: url(images/bg-body.jpg) top left repeat-x #fff; }

body { color:#35394B; background: url(images/bg-centre.jpg) top center no-repeat; }

#box { width:950px; margin:0 auto; border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7; background:#fff;   }

#cadre_main { background:#fff; }

#header { }
	
#side { float:left; width:210px; margin:0 0 0 0; min-height:460px; background:url(images/site-ombre.jpg) right top no-repeat;     }

#breadcrumb { }

/* ------------MENU------------------ */

#menu { }

/* ------------IMAGES------------------ */

	.pic { margin:0; width:300px; height:200px; }
	.pic img { width:300px; height:200px; }

/* ------------MAIN------------------ */ 

#main-padding { float:left; margin:0 0 0 0; width:740px; min-height:460px; }
#main { padding:10px; }
		
	#main li { background:url(images/lili.png) center left no-repeat; padding-left:15px; margin:5px 0 5px 15px; }
	
/* ------------BLOC------------------ */

	.bloc { float:left;  margin:5px 0 0 10px; padding:0 0 5px 0;  background:url(images/bg-produit.jpg) bottom right no-repeat; width:302px; min-height:300px; }	
	.bloc p { margin:10px 0 0 0; }
	.bloc .pic { margin: 0 0 3px 0; }
	.bloc .thumb { width:302px; margin:0; }
	.bloc .thumb img { margin:0 3px 0 0; }
	.bloc .prix { float:none; }
	.last { margin:0 0 0 1px; }
	
	.bloc-produit { margin:15px auto; }
		.bloc-produit .logo img { float:right; margin-left:5px; }
		.bloc-produit .left { float:left; width:302px; margin:0 10px 0 0; text-align:left; }
		.bloc-produit .prix { float:right; }

/* ------------FORMULAIRE------------------ */

.formulaire { margin:5px 0; }
	.formulaire radio, .formulaire label, .formulaire input, .formulaire textarea, .formulaire select { display: block; float: left; margin-bottom:10px;  }
	.formulaire label { text-align: right; width: 140px; margin-right: 10px; }
	.formulaire input, .formulaire textarea, .formulaire select { border:1px solid #3E3F42; padding:3px; color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:1em;  }
	.formulaire input, .formulaire textarea { width:200px; }
	.formulaire .bouton { width:90px; cursor:pointer; border:outset 1px #ccc; background:#999; color:#666; font-weight:bold;
padding: 1px 2px; background:url(images/formbg.gif) repeat-x left top; }
	.formulaire input:hover, .formulaire textarea:hover { background:#FEBF00; filter:alpha(opacity=60); opacity: 0.6; -moz-opacity:0.6; color:#000; }
	.formulaire .input-radio { background:#fff; border:1px solid #fff; width: 20px; }
	.formulaire br { clear: left; }
	
/* ------------DIAPORAMA------------------ */

#diaporama { margin:10px 0; display:block; min-height:300px; float:left; }
	.thumb { width:230px; float:left; }
	.thumb img { float:left; margin:0 5px 5px 0; border:1px solid #c0c4d5; text-align:center; }
	.thumb p { margin:10px 10px 0 0;  }
	.big { float:left; border:1px solid #c0c4d5; margin-right:5px; }
	
	
/* ------------DIVERS------------------ */
	
	strong { font-weight:bold; }
	
	.pdf { background: url(images/pdf.gif) left center no-repeat; padding-left:22px; }
	
	.prix { font-weight:bold; word-spacing:0.1em; font-size:1.4em; background:url(images/bg-prix.jpg) right center no-repeat; width:180px; float:right; text-align:right; padding-right:15px; height:25px;  }
	
	.hidden { visibility:hidden; overflow: auto; display:none;}

	.logo img { float:right; margin:0 0 3px 3px;}
		.retour { float:right; margin:5px; }
	
	.thumbpic_liens { float:right; margin:0 0 5px 10px; border:1px solid #fff; }					
					
	#main p { line-height:1.5em; margin:5px 0;}		
	
	.detail { background: url(images/picto-detail.gif) left center no-repeat; padding-left:20px; float:left; }
		
	.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) left center no-repeat; }
	
	.right { float:right; width:300px; margin-right:30px; }
	.right img { float:right; margin:20px 0 0 0; }
	
div.hr { height: 10px; background: url(images/sepatateur.png) no-repeat scroll center; clear:both; }
div.hr hr {   display: none; }	

	
/* ------------FOOTER------------------ */

#footer {  }
				#copyright { text-align:center; font-size:0.9em; margin:0 auto; color:#000;  }
		#copyright a { color:#000; }
		
		#categories-r { text-align:center; font-size:0.9em; margin:0 auto; color:#000;  }

/* hack clear float */ 	
	
.clr { clear: both; }
