* { margin:0; padding:0; list-style-type:none; border:0px none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; }

/* hack hauteur IE */

* html #main-padding {
	height: 550px;
}

* html #side {
	height: 550px;
}

* html .bloc {
	height: 300px;
}

* html #diaporama {
	height: 300px;
}



/* liens */ 

a, a:visited, a:active { text-decoration:none; color:#4B3D2D; font-weight:bold; }
a:hover { text-decoration:underline; color:#B86704;   }

/* ------------STRUCTURES------------------ */

html {  }

body { background:url('images/bg-body.jpg'); color:#343727;  }

#box { width:100%; background:url('images/bg-deco.jpg') top left repeat-x; }

#cadre_main {  width:950px; margin:0 auto; background:url('images/bg-global.jpg') left top repeat-x; padding:25px 0 0 0;   }

#header { width:950px; margin:0 auto;  }
	
#side { float:left; width:200px; margin:0 0 0 0; min-height:550px; }

#breadcrumb { }

/* ------------MENU------------------ */
		
	#menu { margin:0 auto; width:160px; }	
	#menu ul { }
	#menu li { list-style-type: none;  display:block; width:160px; line-height:20px; font-weight:bold; text-transform:uppercase; text-align:right; color:#4B3D2D;  }
	#menu li a, #menu li a:visited { color:#4B3D2D; text-decoration:none; display:block; text-align:right; background:url(images/separation.jpg) bottom left repeat-x;}
	#menu li li a, #menu li li a:visited { font-weight:normal; line-height:15px; background:none; text-transform:none;  }
	html>body #menu li a { width: auto;  }
	#menu li a:hover { text-decoration:none; color:#B86704;   }	

/* ------------IMAGES------------------ */

	.pic { width:200px; height:130px; border:1px solid #4B3D2D; }
	.pic img { width:200px; height:130px;  }
	
	.pic2 { width:110px; height:70px; border:1px solid #4B3D2D; }
	.pic2 img { width:110px; height:70px;  }
	
	.pic3 { width:300px; height:200px; border:1px solid #4B3D2D; float:left; }
	.pic3 img { width:300px; height:200px;  }
	
	.pic:hover, .pic2:hover { border:1px solid #B86704; }
	
	.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:550px; width:750px; }
#main { padding:10px 15px 10px 35px;; }
		
	#main ul { margin:8px 0;  }
	#main li {  padding:0 0 0 25px; background:url(images/picto.png) left center no-repeat; margin:0 0 0 25px;}
	
/* ------------BLOC------------------ */

	.bloc-home { float:left; width:300px; margin:10px 5px 10px 0; height:380px; border:1px solid #DCD3BC;  }
		.bloc-home .top { width:300px; height:60px; }
			.bloc-home .top img { width:300px; height:60px; }
		.bloc-home .pic { margin:10px auto; width:200px; height:130px; display:block; }
			.bloc-home .pic img { width:200px; height:130px; } 
		.bloc-home h3 { font-size:1.4em; font-weight:bold; text-align:center; padding:0 5px; }
		#main .bloc-home p { margin:0 0 5px 20px; }
		
	.bloc-produit { margin:0 auto 10px auto; }
		.bloc-produit .left { float:left; width:210px; }
		.bloc-produit .right { float:left; width:490px; }
		.bloc-produit .right .pic2 { float:left; margin:0 10px 0 0; }
		.bloc-produit .thumb { margin:0 0 5px 0;  }
#main .bloc-produit .right p { margin: 5px 0; }

	.bloc-produit .left img, .bloc-produit .thumb img { border:1px solid #4B3D2D;  }
	
	.bloc-detail { }
		.bloc-detail .prix { float:right;  }
		
		/* TONTON CYRIL */
.bobox {width:705px; min-height:60px; border:1px solid #CCCCCC; background:url(images/bg_1.gif) repeat-x top left; }
	.bobox h3 { font-weight:bold; font-size:1.2em; margin:10px 0 0 10px; padding:0 0 0 20px; background:url('images/arrow.png') left center no-repeat; }
	.bobox li { float:left; margin:0 10px 0 0; }

/* ------------FORMULAIRE------------------ */

.formulaire { margin:5px 0; }
	.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: 120px; margin-right: 10px; }
	.formulaire input, .formulaire textarea, .formulaire select { border:1px solid #4B3D2D; padding:3px; color:#000; font-size:1em;  }
	.formulaire input, .formulaire textarea, .formulaire select { width:200px; background:url('images/block-promotions.jpg') repeat left bottom; }
	.formulaire option { background:#fff; padding:2px 5px; }
	.formulaire .bouton { width:120px; cursor:pointer; border:1px outset #ccc; color:#000; font-weight:bold;
background:url('images/block-promotions.jpg') repeat left bottom; padding:2px }
	.formulaire input:hover, .formulaire textarea:hover { background:url('images/bg-body.jpg') repeat left bottom; }
	.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; }
	
	/* ------------DL DT DD------------------ */
		
dl { margin: 5px 0; display:block; float:left; width:420px; }
dt, dd { padding:5px 0;  }
dt { width: 100px; 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.6em;  }

dd:hover { color:#B86704; cursor:default; }
	
/* ------------DIAPORAMA------------------ */

#diaporama { margin:10px auto; min-height:330px; }
	#diaporama img { border:1px solid #83898F; }
	#diaporama .thumb { width:285px; float:left;  }
	#diaporama .thumb img { margin: 0 5px 5px 0;  }
	#diaporama .big { float:left;  }
	
/* ------------DETAIL------------------ */

table { width:100%; border-collapse:collapse; margin:5px 0; background: url(images/bg_1.gif) bottom left repeat; font-size:0.9em; color:#000;   }

	th, td { text-align:center; border-bottom: 1px solid #6C695C; padding:5px 0;  }
	th { color:#000; background:#FFB824; font-variant:small-caps; }
	td { }
	.trwhite { background:#fff; }
	tr:hover { cursor:default; background:#d7d7d7; color:#000;  }
		
/* ------------DIVERS--------------------- */
	
	strong { font-weight:bold; }
	
	.detail { background: url('images/picto.png') no-repeat left center; padding:0 0 0 25px; }
	
	.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; }

	.video { background: url('images/video.gif') no-repeat left center; padding:0 0 0 22px; }
	
	.prix { font-weight:bold; font-size:1.3em; color:#C2592A; }
	
	.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 0; border:1px solid #DCDCDC; }					
					
	#main p { line-height:1.4em; margin:7px 0; text-align:justify}		
			
	#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; }
	
	#aide { margin:5px 0 10px 100px; }
		#aide a { border:none; }
		
	.alerte { background: #fff6bf url(images/alerte.gif) center no-repeat; background-position: 15px 50%; /* x-pos y-pos */ text-align: left;
	padding: 5px 20px 5px 45px; border-top: 2px solid #ffd324; border-bottom: 2px solid #ffd324; }
	
	#nav { float:right; height:30px; }
	#nav a:link, #nav a:visited { padding:3px 7px; background:#fff; color:#9A196B; border:1px solid #9A196B; }
	#nav a:hover { background:#9A196B; color:#fff; border:1px solid #fff;  text-decoration:none; }
	
	
div.hr { height: 10px; background: url('images/separation.jpg') repeat-x center; clear:both; width:700px; }
div.hr hr {   display: none; }	

	
/* ------------FOOTER------------------ */

#footer { width:100%; margin:0 auto; background:url('images/bg-footer.jpg') left top repeat-x;  }
		
#copyright { text-align:right; font-size:0.9em; margin:5px auto; color:#000; width:100%; margin:0 auto;   }
		#copyright a { color:#000; font-size:1em; }
		#categories-r { text-align:center; margin:5px auto; color:#000; width:80%; margin:0 auto;   }
	#categories-r a{font-size:0.8em; }

/* hack clear float */ 	
	
.clr { clear: both; }



