* { margin:0; padding:0; list-style-type:none; border:0px none; font-family:Tahoma, Arial, Helvetica, sans-serif;  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:#145924; font-weight:bold; }
a:hover { text-decoration:underline; color:#BC9325; }

/* ------------STRUCTURES------------------ */

html {  }

body { background:#000 /*#dcb54d url('images/bg-page.jpg') left top repeat-x*/;}

#box { background:url('images/bg-main.jpg') center top repeat-y; width:950px; margin:0 auto;}


#header { }

#cadre_main { }
	
#side { float:left; width:209px; padding-top:10px; }

#breadcrumb { }

/* ------------MENU------------------ */
#menu { /*margin-left:18px;*/}

/* ------------IMAGES------------------ */

	.pic {  width:200px; }
	.pic img { width:200px; border:1px solid #145924; margin:0 auto;}
	
	.pic2 { width:100px; height:60px; border:1px solid #A6CCE8; float:left; margin:0 10px 0 0;  }
	.pic2 img { width:100px; height:60px;  }
	
	.pic3 { width:300px; height:200px; border:1px solid #A6CCE8; float:left; }
	.pic3 img { width:300px; height:200px;  }
	
	.pic img:hover, .pic2:hover { border:1px solid #dcb54d; }
	
	.pic a, .pic2 a, .thumb a { border:none; }
	.pic a:hover, .pic2 a:hover, .thumb a:hover  { border:none; background:none; }
	
	.pic-descriptif { margin:0 10px 0 0; }

/* ------------MAIN-------------------- */ 

#main-padding { float:left; margin:0; min-height:400px; width:740px; }
#main { padding:10px 20px; min-height:400px; }
		
	#main ul { margin:8px 0;  }
	#main li {  padding:0 0 5px 0px; list-style-type:square; margin:0 0 0 25px;}
	
/* ------------BLOC------------------ */

	.bloc-home { margin:10px auto; width:688px;}
		.bloc-home .top{height:77px; width:688px; background:url('images/bloc-home_haut.jpg') center top no-repeat;}
		.bloc-home .bottom{float:left; margin-top:-40px; height:54px; width:688px; background:url('images/bloc-home_bas.jpg') center top no-repeat;}
		.bloc-home .desc{border: 1px solid #DCB54D; padding:5px 5px 5px 5px;}
		.bloc-home img{float:left; width:200px; margin:0 5px 0 0;}
		.bloc-home .bloc-texte { margin-top:-60px; float:left; width:650px; margin-left:20px; overflow:hidden;}
		.bloc-home .bloc-texte .savoir { margin-top: 5px; float:right; width:80px; color:#000;}	
		.bloc-home .bloc-texte .lien { margin-top: 5px; float:left; width:250px; color:#000;}
		
	
	.bloc-produit { margin:10px auto; margin-top:20px; padding-top:5px; background:url('images/bloc-produit.jpg') top left no-repeat;}
		.bloc-produit .left, .bloc-produit .right { margin:10px; }
		.bloc-produit .left { float:left; width:200px; margin-left:20px; height:180px; overflow:hidden;}
		.bloc-produit .right { float:left; width:390px; margin-right:20px; height:200px; overflow:hidden;}
		.bloc-produit .bloc_texte { }
		.bloc-produit .thumb {  }
		.bloc-produit .right .savoir { margin-top: 5px; float:left; width:80px;}	
		.bloc-produit .right .lien { margin-top: 5px; float:right; width:250px; }	

	.bloc-texte { }
	
	.bloc-detail { margin:10px auto; width:640px; }
		.bloc-detail .top { background:url('images/bloc-produit-haut.jpg') top left no-repeat; padding-left:10px;}
		.bloc-detail .top .titre { margin-left:5px; margin-top:15px;}
		.bloc-detail .bottom { background:url('images/bloc-produit-bas.jpg') bottom left no-repeat; padding-left:25px; padding-bottom:10px;}
		.bloc-produit .bottom .lien { margin-top: 5px; float:right; width:250px; }
	

/* ------------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------------------ */

.bobox { min-height:35px; background: url(images/bg-table.jpg) repeat-x bottom left; padding: 5px 0; border:1px solid #d7d7d7; }
	.bobox ul {  }
	.bobox li { float:left; }
	.bobox li a { color:#000; margin-right:50px; }

/* ------------FORMULAIRE------------------ */

.formulaire { margin:5px 0; text-align: center;}
	.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-right: 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; background:url('images/formbg.gif') repeat-x left top; }
	.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.gif') repeat-x left top; padding:2px }
	.formulaire input:hover, .formulaire textarea:hover { border:1px solid #244B84; }
	.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------------------ */


#diaporama { margin:5px auto; min-height:310px; width:600px; }
	#diaporama .thumb { float:left;  width:80px; }
	#diaporama .thumb img { margin:0 auto; margin-bottom:5px; border:1px solid #DCB54D;  }
	#diaporama .big { float:left; border:1px solid #DCB54D; margin:auto; }
	#diaporama .big img{ margin:auto; border:1px solid #DCB54D; width:500px; }
	
/* ------------DETAIL------------------ */

table { border-collapse:collapse; margin: 0; /*border: 1px solid #A6CCE8;*/ }

	th, td { text-align:left;  padding:3px 5px; font-size:0.9em; }
	th { width:250px; }
	td {  }
	tr:hover { cursor:default; background:#F9F8E4; }
	
	.thTitre { font-weight: bold; font-size:1.0em; }

/* ------------RECHERCHE--------------------- */

	#recherche { background:url('images/rechercher-occasions.jpg') center center no-repeat; height:130px; margin:5px 0; width:680px; padding:10px;  }
		#recherche form { margin:45px 0 0 10px; }
		#recherche label { width:80px; padding:0 0 0 10px; vertical-align:middle; }
		
		.floatform { float:left; margin:0 0 0 10px; }
		
/* ------------FIELDSET--------------------- */		
		/*fieldset {}*/
		.desc-produit {border: 1px solid #DCB54D; padding:0 5px 5px 5px; }
		.desc-produit legend{font-weight:bold; color:#BC9325;}
/* ------------EQUIPE--------------------- */

	.equipe { background:url('images/menu.jpg') bottom left no-repeat; padding:5px 10px; margin:5px auto; }
				
/* ------------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; }

	.video { background: url('images/video.gif') no-repeat left center; padding:0 0 0 22px; }
	
	.prix { font-weight:bold; color:#0875FB; background:url(images/picto-prix.jpg) left center no-repeat; padding:0 0 0 20px;  }
	
	.hidden { visibility:hidden; overflow: auto; display:none;}

	.logo img { float:right; margin:0 5px 5px 0;}
	.retour { float:right; margin-right:10px; width:200px; text-align:right;}

	.thumbpic_liens { float:right; margin:0 0 5px 10px; border:1px solid #fff; }					
					
	#main p { line-height:1.5em; margin:10px 0; text-align: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') 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; }
	.nav a:link, .nav a:visited { padding:3px 7px; background:#fff; color:#0875FB; border:1px solid #0875FB; }
	.nav a:hover { background:#0875FB; color:#fff; border:1px solid #fff;  text-decoration:none; }
	
	
div.hr { height: 10px; clear:both; background:url('images/separation.jpg') bottom left no-repeat; margin:0 0 0 9px; }
div.hr hr {   display: none; }	

	
/* ------------FOOTER------------------ */

#footer { margin:0 auto; width:950px;}
		
#copyright { text-align:center; font-size:0.9em; color:#DCB54D; width:950px; margin:0 auto;  }
		#copyright a { color:#DCB54D; }
		

/* hack clear float */ 	
	
.clr { clear: both; }



