﻿/* CSS Document */
/* Couleur, vert fonce 557F1C, brun C37E18 */

/* Basic styles */

body {
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
	background-color: #FF9900;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 {
	font: bold 12px/14px Arial, Helvetica, Verdana, sans-serif;
	margin-top: 0px;
	padding: 1px 0px 5px 20px;
	border-bottom: 1px dotted #ccc;
	color: #557F1C;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* Content Area */
#conteneur {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 900px;
	height: 200px;
	text-align: left;
	background: url(a/header.gif) 0 0 no-repeat;
}
#contenu {
	background-color: #f4f4f4;
	background: url(a/contenu.gif) center top repeat-y;
	width: 900px;
	padding: 1px 0px 1px 0px;
}
#contenu .post ,#contenu form {
	margin: 0px 20px 6px 20px;
}
#contenu p {
	margin-bottom: 4px;
}

#page {
	float: left;
	width: 630px;
	padding: 12px 0px 1px 0px;
	margin-top: 10px;
}
#sidebar {
	float: right;
	width: 253px;
	margin-top: 10px;
	padding-bottom: 20px;
    border-left: 1px solid #CCCCFF;
}
.separation {
	clear: both;
	visibility: hidden;
}
.separationbis {
	clear: both;
	border-bottom: 1px dotted #ccc;
	height: 10px;
}

/* ooooooooooooooooooooooooooooooooooooo */
/* gestion des liens */
#sidebar a:link, a:visited {
	color: #0C67B4;
	text-decoration:none;	
}
#sidebar a:hover {
	text-decoration: underline;
}
.prix a:link {
	color: #557F1C;
	text-decoration: none;
}
.prix a:hover {
	text-decoration: underline;
}
/* ooooooooooooooooooooooooooooooooooooo */
img.left {
	float:left;
	margin:0px 15px 0px 0px;
}
img.right {
	float:right;
	margin:0px 0px 0px 15px;
}
/* ooooooooooooooooooooooooooooooooooooo */

.post {
	font: 14px/18px Arial, Helvetica, Verdana, sans-serif;	
	width: 600px;
	color: #666;
	border-bottom: 1px dotted #ccc; 
	padding: 6px 0px 1px 0px;
}
.adresse {
	font: 14px/18px Georgia, Times, Garamont, serif;	
	width: 600px;
	padding: -4px 0px 22px 36px;
}

.adresse a:link, .adresse a:visited {
	color: #C37E18;
}
.adresse a:hover {
	text-decoration: none;
		color: #557F1C;
}
.post p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.vert {
	color: #557F1C;
}
td {
	border-bottom: 1px dotted #ccc; 
	padding-bottom: 2px;
}
#contenu h2 {
	font: bold 20px/20px Georgia, Times, serif;
	padding: 1px 0px 1px 0px;
	margin-top: 1px;
	margin-bottom: 8px;
	color: #695a21;
}

#contenu h2 a {
	color: #695a21;
}
#contenu h2 a:link, #contenu h2 a:visited {
text-decoration: none;
}

#contenu h2 a:hover {
text-decoration: underline;
}


.nouveau {
	color: #fff;
	text-transform: uppercase;
	font: 10px/16px Arial, Helvetica, Verdana, sans-serif;
	background: #557F1C;
	padding: 1px 3px 1px 3px;
}
.new {
	color: #fff;
	text-transform: uppercase;
	font: 10px/17px Arial, Helvetica, Verdana, sans-serif;
	background:#ff9900;
	padding: 2px 4px 1px 4px;
	letter-spacing: 1px;
	border-right: 2px solid #fff;

}

#sidebar h2 {
	margin:0px 30px 0px 20px;
	padding: 12px 0px 3px 0px;
	font: bold 12px/14px Arial, Helvetica, Verdana, sans-serif;
	color: #557F1C;
	border-bottom: 1px dotted #557F1C;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#demande {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px dotted #557F1C;
	border-top: 1px dotted #557F1C;
	background: #FDEFD2;
	margin-right: 3px;
}
#demande:hover {
	background: #BEECF6;
}
#contenu h4,h5,h6 {
	position: relative;
	color: #004D87;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
#contenu h3 {
	font-size: 14px;
	position: relative;
	color: #695a21;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #dfdfdf;
}

ul, ol {
	margin: 0em;
	padding:0 2em;
}
/* Conteneur */

#conteneurpop {
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	width: 360px;
	background: #fff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	padding: 12px 0px 12px 0px;
}
/* ------------------------------------------------------------------------------- 
                                         inter 
------------------------------------------------------------------------------- */
#international {
	text-align: right;
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;
}
#international li {
	display: inline;
}
#international a:link, #international a:visited {
	color: #fff;
	padding: 2px 4px 2px 4px;
}
#international a:hover {
	background: #FF9900;
	text-decoration: none;
}
#international li:hover {
	background: #FF9900;
}
#interon {
	padding: 2px 4px 2px 4px;
	border: 1px solid #FF9900;
	background: #83551E;
}
/* Header */


#logo {
	margin: 15px 0px 15px 15px;
	float: left;
	display: inline;
}
#tel {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}
#headerimage {
	clear: both;
}


/* Top Menu */
#nav {
	height: 30px;
	width: 898px;
	background: url(a/menu.gif) 0 0 repeat-x;
	padding: 3px 0px 2px 0px;
	border-left: 1px solid #557F1C;
	border-right: 1px solid #557F1C;
}
#navtel {
	float: right;
	padding-right: 15px;
}
#nav ul {
	padding: 6px 0px 4px 4px;
	list-style: none;
	text-align: left;
	float: left;
}
#nav li {
	display: inline;
	background: url(a/bord_nav.gif) top right no-repeat;
}
#nav li a {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
    text-transform: uppercase;
	padding: 0px 8px 6px 6px;
}

#nav li a:hover,#nav li.current_page_item a {
	color: #fff;
	text-decoration: none;
    border-bottom: 4px solid #FF9900;
}


#fiche {
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif;
	color: #737373;
	border-bottom: 1px dotted #BFBFBF;
	border-left: 1px dotted #BFBFBF;
	margin-bottom: 15px;
	padding-left: 5px;
	background: #E6E6E6;
	width: 585px;
}
#fiche a:link, #fiche a:visited {
	color: #63B62C;
	padding: 1px 2px 1px 2px;
}
#fiche a:hover {
	color: #fff;
	background: #63B62C;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------- 
                                        footer
------------------------------------------------------------------------------- */
#footer {
	height: 110px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #796d33;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	text-transform:uppercase;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration:none;
}
#footer a:hover, #footer a:avtive {
	color: #000;
	text-decoration: underline;
}
/* oooooooooooooooooooooooo */

.more {
	background: url(a/arrow_green.gif) 0 0 no-repeat;
	padding-left: 20px;
	color: #557F1C;
}
.prix a:hover {
	background: url(a/arrow_green.gif) 2px 0 no-repeat;

}
.texteindex {
	float: right;
	width: 430px;
}
.texteindex_footer ul {
	margin: 0px 0px 0px -12px;
	padding: 0px;
}
.texteindex_footer li {
	list-style: none;
	display: inline;
 	background: url(a/prix.gif) 0 0 ;
 	font: 13px/24px Arial, Helvetica, sans-serif;
}

.texteindex_footer li a {
	color: #557F1C;
}
.prix {
 	color: #000;
  	padding: 1px 6px 1px 6px;
 	border-bottom: 1px solid #999;
 	border-left: 1px solid #999;
}

#contenu ul, #contenu ol {
	margin-bottom: 6px;
	padding-left: 12px;
}
#caracteristiques li {
	list-style: url(a/virgule_verte.gif);
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.black {
	color: #000;
}

#contenu li .cmtinfo 
{
	font-size:0.9em;
	color:#B4002F;
	margin:0;
	padding:5px;
	border-bottom:#b4002f 1px dashed;
}


/* Primary Content */


#pageseule {
	padding: 5px 25px 25px 25px;
}
#titrecategorie {
	font: 18px/24px Arial, Helvetica, Verdana, sans-serif;	
	width: 600px;
	color: #666;
	border-bottom: 1px dotted #5EB2E6; 
	padding: 1px 0px 6px 0px;
}

.vignette {
	float: left;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #B3B3B3;
	width: 150px;
	height: 113px;
}
.vignette2 {
	float: left;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #B3B3B3;
	width: 113px;
	height: 113px;
}

#primaryContent
{
	margin-top: 1.34em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 2em;
}

/* Sidebar Styles */
#sidebar ul {
	margin:6px 30px 0px 10px;
	list-style:none;
}
#sidebar p {
	margin:6px 30px 0px 20px;
}
#sidebar ul ul 
{
	margin: 0;
	padding-top: .6em;
	padding-right: 2em;
	padding-bottom: .4em;
	padding-left: 2em;
}

#sidebar form {
	margin:6px 30px 0px 10px;
	padding: 0px 5px 10px 8px;

}



/*form area*/

textarea {
	border: 1px solid #DBDBDB;
	color: #999;
	width: 80%;
}
.textbox 
{
	width: 130px;
	height: 18px;
	margin-top: 5px;
	margin-left: 10px;
	color: #C37E18;
}
#btnSearch {

	height: 24px;
	width: 60px;
}
#header, #content,#sidebar,#primarycontent, #footer, .widget {
	overflow: hidden;
}
#rappelhp {
text-align:laft;
background: #fff;
padding: 15px 0px 0px 20px;
margin-right:2px;
border-bottom:1px solid #ccc;
}
.pipe {
padding: 0px 8px 0px 8px;
color:#ccc;
}
.footer1 {
padding: 4px 0px 4px 0px;
clear:both;
}
.footer2 {
padding: 4px 0px 4px 0px;
background:#7f774f;
font-size: 9px;
letter-spacing:1px;
}
.texteindex p {
font-family: Georgia, "Times New Roman", Times, serif;
line-height:20px;
}
.nom {
font-family: Georgia, "Times New Roman", Times, serif;
line-height:20px;
font-style:italic;
}
