/* default styles
   -------------- */
*{ margin: 0; padding: 0; }

body {
	font: 12px/1.6em "Trebuchet MS", Arial, Sans-Serif;
	background: #fff url(images/headerbg.gif) repeat-x top;
	color: #444;
}

a { color: #E0691A;}
a:hover { color: #6C757A; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; }
p {margin: 0 0 5px 0; }

ul { list-style : none; }

img{
	border: none;
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
}

.header { 
	height: 70px;
	/*background: #fff url(images/headerbg.gif) repeat-x bottom; */
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}

.top_info {
	float: right;
	width: 652px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 256px;
		/*float: left;*/
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
		font: italic 16px georgia, serif;
}

	.top_info_right {
		float: right;
		width: 305px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}

.bar {
	clear: both;
	height: 30px;
	color: #FFF;
	background: transparent url(images/menubg.gif) repeat-x;
	font: 1.1em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

	.bar li { 
		padding: 6px 12px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar li.active, .bar li.contact {
	background: transparent url(images/bar.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	height: 22px;
}

.bar li.contact {
	background: transparent url(images/contact.gif) repeat-x;
}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		/*background: inherit;*/
		text-decoration: none;
	}

	.bar li:hover { 
		/*background: transparent url(images/bar-hover.gif) repeat-x;*/
		text-decoration: underline;
	}
.logo{
	padding-left: 10px;
}	

.article{
    border-bottom:  1px dotted #e2e2e2;
}
	
/* search form */
.form_field { 
	/*background: transparent url(images/searchbg.gif) no-repeat right; */
	height: 20px;
	padding: 10px 0;
	margin: 5px 0;
	clear: both;
}
	input.input_form, input.input_form_short, textarea.input_textarea { 
		width: 270px; 
		border: 0;
		background: #FFF url(images/input.gif) no-repeat;
		padding: 4px; 
		color: #E0691A;
		font-weight: bold;
		margin-left: 3px;
	}
	input.input_form_short { 
		background: #FFF url(images/input_short.gif) no-repeat;
		width: 98px;
	}
	
	textarea.input_textarea { 
		background: #FFF url(images/textarea.gif) no-repeat;
		width: 278px;
		height: 138px;
	}
	input.btn_submit, input.btn_ok {
		background: #E0691A url(images/submit.gif) no-repeat;
		margin-left: 4px;
		border: 0;
		height: 24px;
		width: 65px;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.form_news { float: right; width: 495px; }
	.form_news label, .form_contact label, #devis_promo label, .newsletter label {
		float: left;
		width: 140px;
		text-align: right;
		color: #808080;
		font-weight: bold;
	}
	.form_contact label{
		width: 110px;
	}
	#devis_promo label{
	width: 200px;
	margin-right: 6px;
}

.form_contact fieldset, #devis_promo fieldset{
	padding: 10px;
	border: 1px solid #e2e2e2;
	width: 500px;
}

#devis_promo legend, .form_contact legend{
	font-size: 10px;
	font-weight: bold;
	padding: 6px;
}

.form_contact fieldset{
	width: 400px;
}
.form_body{
	z-index: 99;
	/*min-height: 280px;*/
}
/* main */

#main{
	margin-left: 240px;
	
}

#intro{
	width: 560px;
	min-height: 130px;
	text-align: justify;
}

.categorie{
	padding: 10px 0;
	border-top: 1px dotted #e2e2e2;
	min-height: 133px;
	/*text-align: center;*/
}
.categorie h3{
	margin-bottom: 6px;
}

.offre{
	width: 214px;
	min-height: 270px;
	border: 2px dashed #e2e2e2;
	padding: 10px;
	margin: 0 4px;
	float: left;
	text-align: justify;
}

.vignette{
	float: left;
	border: 1px solid #e2e2e2;
	padding: 2px;
	margin: 0 4px 4px 0;
}

.specs td{
	padding: 0 2px;
}
.specs td.desc{
	background-color: #FFF8DC;
	width: 33%;
}

.site{
	height: 270px;
}

/* left side
   --------- */

.left {
	float: left;
	width: 620px;
	padding-left: 10px;
}

.left h2 {
	clear: both;
	color: #444;
	padding: 3px 0 4px 0;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		padding: 3px 0;
		text-align: justify;
		width: 600px;
	}
	
/* Sous-menu */

#sous-menu{
	float: left;
	width: 230px;
	border-right: 1px solid #eee;
}

#sous-menu li {
	/*list-style: inside url(images/puce.png);*/
	font-size: 1.1em;
	padding: 4px 0;
}
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
	border: 1px solid #e2e2e2;
}

.menu-right {
	float: right;
	width: 150px;
}
.menu-right p{
	padding: 0;
	margin: 0;
}
	.right h3, .menu-right h3 {
	background: #BDBDBD url(images/rubrique.gif) repeat-x;
	color: #e96d16;
	padding: 8px 0 8px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
	.right_articles {
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		margin-right: 9px;
		vertical-align: middle;
	}

#slide{
	float: right;
	padding: 2px;
	border: 1px solid #e2e2e2;
	margin: 0 0 10px 10px;
	height: 205px;
}
#galerie{
    text-align: center;
    height: 205px;
    width: 200px;
}
#nav a{
	padding: 0 6px 6px 0;
	text-decoration: none;
	color: Gray;
}
#nav .activeSlide{
		font-weight: bold;
		color: #E0691A;
		text-decoration: underline;
}

/* footer
   ------ */

.footer {
	clear: both;
	margin-top: 10px;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
