* { 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: 500px;
}

* html #side {
	height: 500px;
}

* html #right {
	height: 480px;
}

* html .bloc {
	height: 300px;
}

* html #diaporama {
	height: 310px;
}

* html .bloc-home {
	height: 265px;
}

* html .bobox {
	height: 70px;
}

/* ------------STYLES GLOBAUX------------------ */ 

a, a:visited, a:active { text-decoration:none; color:#821E19; font-weight:bold; font-size:0.9em;}
a:hover { text-decoration:underline; color:#821E19; }

	#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;}		

	.detail { }
	.prix { font-weight:bold; color:#9F0F06;  }
	
	h3 { color:#205AAE; font-size:1.4em; font-weight:bold; }

/* ------------STRUCTURES------------------ */

html {  }

body { color:#565040; background:#FEFDDE url('images/bg-body.jpg') left top repeat; }

#lang {padding:3px 0; background-color:#2C120A; }
	#lang img { float:right; margin-right:5px; }
	#lang a { color:#2C120A; }

#box { width:950px; margin:0 auto; background:#FEFDDE url('images/bg-box.jpg') left bottom repeat;  }

#cadre_main { }

#header {}
	
#side { float:left; width:200px; min-height:500px; }

#breadcrumb { }

/* ------------MENU------------------ */
		
	#menu ul { }
	#menu li { list-style-type: none;  display:block; width:200px; color:#2C120A; font-weight:bold; text-indent:20px; line-height:26px; background:url(images/menu-lien.png) left top no-repeat; }
	#menu li a, #menu li a:visited { color:#2C120A; text-decoration:none; display:block; text-align:left; }
	#menu li li { line-height:20px; background:none; }
	#menu li li a, #menu li li a:visited { font-weight:normal;  text-transform:none; }
	html>body #menu li a { width: auto;  }
	#menu li a:hover { text-decoration:none; color:#671E19; background:url('images/menu-hover.png') 1px center no-repeat; text-indent:20px;   }	
	#menu li li a:hover { }

/* ------------IMAGES------------------ */
	.pic, .pic2, .pic-h {  }
	
    .vignette {border:4px solid #EEE6C3;  }
	
	.pic { width:200px; height:135px; border:4px solid #EEE6C3;  }
	.pic img { width:200px; height:135px;  }
	
	.pic-h { width:200px; height:200px;  }
	.pic-h img { width:200px; height:200px;  }
	
	.pic2 { width:50px; height:35px; float:left; margin:1px 1px 0 0; }
	.pic2 img { width:50px; height:35px;  }
	
	.pic3 { width:300px; height:200px; border:1px solid #e7e7e7; float:left; }
	.pic3 img { width:300px; height:200px;  }
		
	.pic a, .pic2 a, .thumb a { border:none; }
	.pic a:hover, .pic2 a:hover, .thumb a:hover  { border:none; background:none; }

/* ------------MAIN-------------------- */ 

#main-padding { display:block; float:left; margin:0 0 0 0; width:750px;  }
#main { padding:0 25px; }
	
/* ------------BLOC------------------ */

	.bloc-home { width:265px; height:265px; float:left; margin:0 0 10px 0; position:relative;  }
		.bloc-home .pic { margin:10px auto; float:none; width:200px; height:135px; }
		.bloc-home .pic  img { width:200px; height:135px;  }
		.bloc-home .detail { position:absolute; bottom:10px; left:10px; }
		.bloc-home .prix { position:absolute; bottom:10px; right:30px; color:#fff; }	
		.bloc-home a, .bloc-home a:visited { color:#fff; }
		.bloc-home h3 { text-align:center; color:#fff; margin:5px;  }
		.bloc-home .top { width:265px; height:35px;  }
		.bloc-home .top img { width:265px; height:35px;  }
	
		
	.bloc-produit { padding:10px 0;   }
		.bloc-produit .left, .bloc-produit .right { margin:5px 0 0 0; float:left }
		.bloc-produit .left { width:480px; color:#000; }
		.bloc-produit .right { width:208px;  }
			
	.bloc-detail { }	

/* ------------DL DT DD------------------ */
		
dl { margin: 5px 0; display:block; width:250px; float:left; }
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:150px; line-height:1.4em;  }
			
/* ------------TONTON CYRIL------------------ */

.bobox { padding: 5px 0; }
	.bobox h3 { font-weight:bold; font-size:1.2em; margin-bottom:5px;}

	.bobox li a { }

/* ------------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:160px; margin-right: 10px; }
	.formulaire input, .formulaire textarea, .formulaire select { border:1px solid #2F3138; padding:3px; color:#2F3138; font-size:1em;  }
	.formulaire input, .formulaire select { width:180px; background:url('images/formbg.gif') repeat-x left 85%; }
	.formulaire textarea { width:180px; background:#fff url('images/formbg.gif') repeat-x left bottom; }
	.formulaire option { padding:2px; 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 85%; padding:2px }
	.formulaire input:hover, .formulaire textarea:hover { border:1px solid #1E3296; }
	.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; width:600px; min-height:310px; }
	#diaporama .thumb { width:170px; float:left;  }
	#diaporama .thumb img { margin: 0 5px 5px 0; border:1px solid #e7e7e7;  }
	#diaporama .big { float:left; border:1px solid #e7e7e7; margin:0 0 10px 0;   }
	
	
#phototheque { margin:30px 0 0 0; }
	#phototheque .pic { float:left; margin:0 10px 10px 0; border:4px solid #EEE6C3; width:90px; height:90px; }
	#phototheque .pic img { width:90px; height:90px;   }
	#phototheque .pic:hover, #phototheque .pic:focus { border:4px solid #821E19; }
	
/* ------------DETAIL------------------ */

table { width:440px; border-collapse:collapse; margin:5px 0; color:#565040;   }

	th, td { text-align:left;  padding:3px 5px; font-size:0.9em; vertical-align:text-top;  }
	th { width:160px; }
	.titre { font-family:"Times New Roman", Times, serif; color:#34302F; font-size:1.2em; font-weight:bold;}
	tr{ border-bottom:1px solid #DFD7C6;}
	td {  }
	tr:hover { cursor:default; background:#EEE6C3;  }

/* ------------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; }
		
/* ------------EQUIPE--------------------- */

	.equipe { background:url('images/menu.jpg') bottom left no-repeat; padding:5px 10px; margin:5px auto; }
				
/* ------------DIVERS--------------------- */
	
	strong { font-weight:bold; }
	

	
	.url {  }
	
	.pdf { background:url('images/icopdf.png') no-repeat left center; padding:7px 25px; display:block; vertical-align:middle; }

	.video { background: url('images/video.gif') no-repeat left center; padding:0 0 0 22px; }
	
	.coeur { float:right; width:70px;  }
		.coeur img { float:right; }

	
	.hidden { visibility:hidden; overflow: auto; display:none;}

	.logo img { float:right; margin:0 5px 5px 0;}
		.retour { float:right; margin:5px; }

	.thumbpic_liens { float:right; margin:0 0 5px 10px; border:1px solid #fff; }					
								
	#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; }
	
	fieldset { padding:0 5px; border:1px solid #C2AD82; margin:0 0 5px 0; }
	legend {  font-weight:bold; padding:0 10px; color:#79392F; }
	
	div.hr { height: 10px; clear:both; background:url('images/separation.png') bottom left no-repeat; }
	div.hr hr {   display: none; }	

	
/* ------------FOOTER------------------ */

#footer { height:118px; margin:0 auto; position:relative;  }
	.mail { position:absolute; right:0; bottom:30px; }
		
#copyright { text-align:center; font-size:0.9em; margin:0 auto; color:#000; width:950px; margin:0 auto;  }
		#copyright a { color:#000; font-weight:normal; }
		

/* hack clear float */ 	
	
.clr { clear: both; }



