body {
	margin-top: 20px;
	padding: 0;
	background-color: #F5C92B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}
h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
	color: #B8C513;
	font-weight: normal;
}
p {
	font-size: 1.2em;
}
.active {
	color: #B8C513;
	font-size:1.2em;
}
a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}



/*----------------------------------*/
/* ENTETE */
/*----------------------------------*/
#header {
	width: 1000px;
	margin: 0 auto;
	height:175px;
}
#logo {
	width: 1000px;
	height: 175px;
	margin: 0 auto;
	padding: 0 10px 0 20px;
	background: url(../images/bandeau.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #8C0209;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #8C0209;
}

/*----------------------------------*/
/* MENU DU HAUT */
/*----------------------------------*/

#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#menu li {
	display: inline;
	float: right;
	border-left: thin dotted #B8C513;
	border-bottom: thin dotted #B8C513;
	padding: 10px 30px 10px 30px;
}

#menu a {
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	text-transform: capitalize;
	background: no-repeat right top;
	font-size: 1.5em;
	color: #B8C513;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .pageCourante a {
	color: #7F5142;
}
#menu .pageCourante a:hover {
	text-decoration: none;
}
#menu p{
	padding:0;
	margin:0 auto;
	text-align: center;

}
/*----------------------------------*/
/* PAGE */
/*----------------------------------*/
#page {
	width: 990px;
	margin: 0 auto;
	background: #F4F4D3 url(../images/pied-droit.jpg) no-repeat right bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

/*----------------------------------*/
/* CONTENU */
/*----------------------------------*/

#content {
	float: left;
	width: 750px;
	background-color: #F4F4D3;
}
.post {
	padding-bottom: 15px;
	line-height: 200%;
}
.post h1 {
	font-weight: normal;
}
.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
	color: #8C0209;
	text-align: left;
}
.imgtitle {
	float:left;
	margin-left: 20px;
}
.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}
.haut {
	padding-left: 25px;
	text-align: left;
	line-height: 200%;
	clear: both;
}
.centre {
	text-align: center;
}
.texte  {
	line-height: normal;
	margin-left: 105px;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B8C513;
	border-bottom-color: #B8C513;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-top: 5px;
}
.titre {
	font-size: 1em;
	color: #B8C513;
	font-weight: bold;
}

/*----------------------------------*/
/* LIENS */
/*----------------------------------*/
a.info {
	color: #8C0209;
	font-size: 1.25em;
}
a.info:hover {
	color: #8C0209;
	text-decoration: underline;
}
/*----------------------------------*/
/* MENU DE GAUCHE */
/*----------------------------------*/

#sidebar1 {
	float: left;
}
#sidebar1 p{
	margin: 0;
	padding: 0;
	margin-top: -18px;
	float: right;
	color: #8C003C;
}
#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 10px 0 10px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(../images/img05.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a {
}

/*----------------------------------*/
/* PIED DE PAGE */
/*----------------------------------*/
#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
}
#footer p {
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	font-size: smaller;
	line-height: 15px;
}

/*----------------------------------*/
/* PRODUITS */
/*----------------------------------*/

.produit {
	width:355px;
	float:left;
	margin-left: 15px;
	margin-bottom: 20px;
	min-height: 200px;
	border-bottom: 2px dotted #B8C513;
	border-right: 1px dotted #B8C513;
	
}
.produitG {
	width:120px;
	float: left;
	margin-left: 10px;
}
span.stock{
	margin: 0;
	padding: 0 5px;
	font-size:0.8em;
	float:left;

}
.produitD {
	margin-left: 120px;
	border-top: 1px dotted #B8C513;
	background-color: #FBFBDA;
	min-height: 200px;
	padding-left: 10px;
}
span.barre{
	text-decoration: line-through;
}
span.promo {
	color: #8C0209;
	font-weight: bold;
}
.petit{
	font-size: 0.8em;
}
.produitQte{
	margin-top: 10px;
	/*border: 1px dotted #8C0209;*/
	overflow: hidden;
	width: 102px;
	/*background-color: #F9F28D;*/
	padding: 2px;
}
.produitQte input.qte {
	background-color: #F4F4D3;
	border: 1px solid #8C0209;
	color: #8C0209;
	text-align: center;
	width:25px;
	float: left;
	height: 23px;
	font-size: 1.5em;
}
.produitQtePanier{

	border: 1px dotted #8C0209;
	overflow: hidden;
	width: 78px;
	background-color: #F5C92B;
	padding: 2px;
}
.produitQtePanier input.qte {
	background-color: #F4F4D3;
	border: 1px solid #8C0209;
	color: #8C0209;
	text-align: center;
	width:25px;
	float: left;
	height: 23px;
	font-size: 1.5em;
}
.invisible{
	display: none;
}
.imgB{
	display: block;
	width: 25px;
	float: left;
	cursor: pointer;
}

/*----------------------------------*/
/* FAMILLES */
/*----------------------------------*/
.famille {
	float: left;
	width: 350px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #B8C513;
}
.famille img{
	float: left;
	margin-right: 5px;
}
.famille h1{
	float:right;
	font-size: 1.4em;
	color: #B8C513;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}
.famille p{
	margin-top: 10px;
	padding: 0;
}
.famille a{
	color: #B8C513;
}
.famille div {
	margin-left: 110px;
	border-right: 1px dotted #B8C513;
	border-top: 1px dotted #B8C513;

	min-height: 170px;
}

/*----------------------------------*/
/* IDENTIFICATION */
/*----------------------------------*/
.form {
	width: 500px;
	margin: 15px auto;
}
.obligatoire {
	color: #8C0209;
	font-weight: bold;
}
legend {
	margin: 0 0 0.5em 0;
	padding: 0.3em;
	font-size: 1.4em;
	color: #8C0209;
}
fieldset {
	margin-bottom: 1em;
	border: 1px dotted #8C0209;
}

input.centre {
	display: block;
	width: 180px;
	margin: 2px auto;
	background-color: #F5C92B;
	color:#8C0209;
	border: 1px solid #8C0209;
}
input.texteInput, textarea {
	border: none;
	margin-right: 0.25em;
	border: 1px solid #B8C543;
}
input.texteInputErreur{
	border: none;
	margin-right: 0.25em;
	border: 1px solid #8C0209;
}
input.submit{
	background-color: #F5C92B;
	color:#8C0209;
	border: 1px solid #8C0209;
}

label.texteLabel {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	margin: 0 1em 0 0;
	border-bottom: 1px solid #ABBF3B;
	/*color: #9F0008;*/
}
label.radioLabel {
	display: inline;
	margin: 0 1em 0 0.25em;
	color: #999900;

}
/*----------------------------------*/
/* PLAN */
/*----------------------------------*/
.plan {
	float:left;
	width: 400px;
	line-height: normal;
	padding-right: 20px;
	min-height: 350px;
}
.droite {
	float: right;
}
.gauche{
	float: left;
}
.rouge {
	color:#FF0000;
}

/*----------------------------------*/
/* PANIER */
/*----------------------------------*/
table.panier{
	width: 100%;
}
strong{
	font-size:1.2em;
}
em{
	font-weight: bold;
	font-style: normal;
}
.alerte{
	width:75%;
	margin: 15px auto;
	color:#000;
	background-color:#F5C92B;
	text-align:center;
	border:1px solid #000;
	font-weight: bold;
}
/*----------------------------------*/
/* COMPTE */
/*----------------------------------*/
table.compte{
	border-collapse: collapse;
	width: 100%;

}
table.compte td{
	border: 1px solid #000;
	cursor: pointer;
	padding: 2px;
}
table.compte th{
	text-align: center;
	background-color: #B6C512;
	border: 1px solid #000;
	color: #FFF;
	font-size: 1.2em;
}
.texteDroite{
	text-align: right;
}
.texteGauche{
	text-align: left;
}
.texteCentre{
	text-align: center;
}
/*----------------------------------*/
/* COMMANDES */
/*----------------------------------*/
td.pair{
	background-color: #FFFFFF;
}
td.impair{
	background-color: #DFE3B6;
}
.titreTableau{
	background-color: #B8C513;
	border: 1px solid #000;
	padding: 5px;
	color: #FFF;
}
div#blocClient{
	border: 2px dotted #B8C513;
	width: 30%;
	float: right;
	margin-bottom: 10px;
	padding: 5px;
}
/*----------------------------------*/
/* LIENS */
/*----------------------------------*/
#liens {
	width: 500px;
	margin-top: 30px;
	margin-left: 30px;
}
#liens a {
	color: #8C0209;
	font-size: 110%;
	text-decoration: none;
}
#liens a:hover {
	color: #8C0209;
	font-size: 110%;
	text-decoration: underline;
}
