body
{
	margin: 0px;
	padding: 0px;
	color: #632b1c;
	font-size: 14px;
	font-family: arial;
	line-height: 18px;
}

form
{
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	border: none;
}

img
{
	border: 0;
}

ul
{
	list-style-image: url(../img/bullet.gif);
	padding-left: 60px;
	
}
ul.prod
{
	list-style-image: url(../img/bullet.gif);
	padding-left: 40px;
	
}

li
{
	
	margin-bottom: 15px;
	
}


/**********************************/
/**********************************/
div.leftIng
{
	float: left;
	width: 500px;
}

div.rightIng
{
	float: right;
	width: 381px;
}

div.crown
{
	height: 5px;
	background: url(../img/crown.gif) repeat-x;
}

div.clear
{
	clear: both;
}

div.header
{
	margin: 0px auto;
	width: 961px;
	background: url(../img/logo_header.gif) top left no-repeat;
}

div.header div.left
{
	float: left;
	width: 661px;
	height: 111px;
	cursor: pointer;
}

div.header div.right
{
	float: right;
	width: 300px;
}

div.header div.miniMenu
{
	padding-top: 10px;
	height: 66px;
	text-align: right;
}

div.header div.miniMenu a
{
	color: #333333;
	font-size: 12px;
}

div.header div.boutique
{
	width: 200px;
	height: 36px;
	float: right;
	cursor: pointer;
	background: url(../img/boutique_en_ligne.gif);
}
/**********************************/
/**********************************/
div.accueil
{
	margin: 0px auto;
	padding-top: 26px;
	width: 961px;
}

div.accueil div.left
{
	float: left;
	width: 638px;
	height: 385px;
	background: url(../img/accueilBG.png) left bottom no-repeat;
}

div.accueil div.left div.addMargin
{
	margin-top: 30px;
	margin-left: 20px;
}

div.accueil  div.left div.decouvrez_produits
{
	float: left;
	width: 232px;
	height: 53px;
	cursor: pointer;
	background: url(../img/decouvrez_produits.png) top;
}
div.accueil div.left div.decouvrez_produits:hover{background: url(../img/decouvrez_produits.png) bottom;}

div.accueil div.right
{
	float: right;
	width: 295px;
	height: 385px;
}

div.accueil div.right div.top
{
	padding-top: 30px;
	height: 156px;
}

div.accueil div.right div.bottom
{
	padding-top: 30px;
	height: 154px;
}

div.accueil table.addBottom
{
	margin-bottom: 8px;
	padding: 0px;
}

div.accueil table tr td
{
	padding: 0px 40px 0px 0px;
}
/**********************************/
/**********************************/
div.boutique
{
	margin: 0px auto;
	width: 961px;
}

div.boutique div.left
{
	float: left;
	width: 645px;
	margin-top: 50px;
	margin-left: 20px;
	border-right: solid 1px #e5e5e5;
}

div.boutique div.left h1
{
	line-height: 45px;
}

div.boutique div.left h3
{
	float: left;
	line-height: 30px;
}

div.boutique div.left div.backUp
{
	float: right;
	margin-right: 15px;
	width: 90px;
	height: 15px;
	cursor: pointer;
	background: url(../img/backUp.png);
}

div.boutique div.left div.product
{
	float: left;
	margin-right: 5px;
	margin-bottom: 25px;
	width: 210px;
}

div.boutique div.left div.product p
{
	height: 35px;
	padding: 0px;
	margin: 0px;
}

div.boutique div.left div.product div.addPadding
{
	padding-left: 5px;
}

div.boutique div.right div.addPadding
{
	padding-left: 5px;
}

div.boutique table, div.boutique tr, div.boutique td
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: none;
	border: collapse;
}

div.boutique table tr td.weight
{
	width: 105px;
}

div.boutique table tr td.price
{
	width: 55px;
}

div.boutique table tr td.quantity input
{
	color: #632B1C;
	width: 30px;
	height: 15px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border: solid 1px #632B1C;
}

div.boutique table tr td.line div
{
	height: 1px;
	background: #dcdcdc;
}

div.boutique table tr td.lineW div
{
	height: 2px;
}

div.boutique div.right
{
	float: right;
	width: 290px;
	margin-top: 50px;
}

div.boutique div.right table.panier tr td.weight
{
	width: 180px;
	padding: 5px 0px;
	font-weight: normal;
}

div.boutique div.right table.panier tr td.total
{
	width: 180px;
	padding: 5px 0px;
}

div.boutique div.right table.panier tr td.price
{
	width: 55px;
	text-align: right;
}

div.boutique div.right table.panier tr td.x
{
	width: 30px;
	text-align: right;
}

div.boutique table.confirm td
{
	text-align: right;
}

div.boutique table.confirm td.left
{
	padding: 2px 5px;
	text-align: left;
}

div.boutique table.confirm td input.box
{
	margin: 2px 5px;
	padding: 5px;
	width: 300px;
	color: #632b1c;
	font-size: 13px;
	font-family: arial;
	border: none;
	background: #eae4f1;
}

div.boutique table.confirm td.pay
{
	color: #9DAD29;
	font-weight: bold;
	line-height: 25px;
	border: none;
	text-align: left;
	cursor: pointer;
}

div.boutique table.confirm td select
{
	margin: 2px 5px;
	padding: 5px;
	width: 310px;
	color: #632b1c;
	font-size: 13px;
	font-family: arial;
	border: none;
	background: #eae4f1;
}

div.boutique table.confirm td.weight
{
	text-align: left;
	width: 545px;
	padding: 5px 0px;
	font-weight: normal;
}

div.boutique table.confirm td.total
{
	width: 545px;
	padding: 5px 0px;
}

div.boutique table.confirm td.price
{
	width: 55px;
	padding-right: 5px;
	text-align: right;
}

div.boutique div.bigLine
{
	margin: 20px 0px;
	height: 2px;
	background: #dcdcdc;
}

div.boutique div.smallLine
{
	margin: 10px 0px;
	height: 1px;
	background: #dcdcdc;
}

#moreOpt
{
	border-right: none;
}
/**********************************/
/**********************************/
div.detailGamme
{
	margin: 0px auto;
	width: 961px;
}

div.detailGamme h1
{
	padding-top: 70px;
	padding-left: 20px;
}

div.detailGamme h2
{
	padding-left: 25px;
	line-height: 30px;
	margin-top: 15px;
}

div.detailGamme div.addPadding
{
	padding: 0px 20px;
}

div.detailGamme div.left
{
	float: left;
	width: 470px;
}

div.detailGamme div.left img
{
	margin-top: 20px;
	margin-left: 20px;
}

div.detailGamme div.left img.smallProd
{
	float: left;
	margin-top: 10px;
	margin-left: 8px;
	cursor: pointer;
}

div.detailGamme div.left img.smallProdRight
{
	float: right;
}

div.detailGamme div.center
{
	float: left;
	padding-top: 20px;
	margin-right: 44px;
}

div.detailGamme div.center div.text
{
	width: 280px;
}

div.detailGamme div.center div.buy
{
	margin-top: 20px;
	width: 149px;
	height: 26px;
	cursor: pointer;
	background: url(../img/acheter.gif);
}

div.detailGamme div.center div.price
{
	margin-top: 20px;
	line-height: 18px;
}

div.detailGamme div.center div.arrows div.left
{
	margin-right: 50px;
	width: 134px;
	height: 20px;
	cursor: pointer;
	background: url(../img/bigArrowLeft.png) top;
}
div.detailGamme div.center div.arrows div.left:hover{background: url(../img/bigArrowLeft.png) bottom;}

div.detailGamme div.center div.arrows div.right
{
	width: 115px;
	height: 20px;
	cursor: pointer;
	background: url(../img/bigArrowRight.png) top;
}
div.detailGamme div.center div.arrows div.right:hover{background: url(../img/bigArrowRight.png) bottom;}

div.detailGamme div.right
{
	float: left;
	text-align: right;
}

div.detailGamme div.right img
{
	cursor: pointer;
}

div.detailGamme div.right div.space
{
	height: 60px;
}

div.detailGamme div.right div.space1i
{
	height: 400px;
}
div.detailGamme div.right div.space2i
{
	height: 300px;
}
div.detailGamme div.right div.space4i
{
	height: 175px;
}

div.detailGamme div.right div.space5i
{
	height: 110px;
}

div.detailGamme div.right div.space6i
{
	height: 45px;
}

div.price table tr td.line div
{
	height: 1px;
	background: #dcdcdc;
}
/**********************************/
/**********************************/
div.produits
{
	margin: 0px auto;
	padding-top: 50px;
	padding-left: 2px;
	width: 961px;
}

div.produits div.row
{
	height: 300px;
}

div.produits div.box1
{
	float: left;
	margin-right: 35px;
	width: 297px;
	height: 300px;
}

div.produits div.box2
{
	float: left;
	margin-right: 34px;
	width: 297px;
	height: 300px;
}

div.produits div.box3
{
	float: left;
	width: 297px;
	height: 300px;
}

div.produits h3.vert
{
	padding-top: 10px;
	line-height: 30px;
	cursor: pointer;
}

div.produits div.blackBox
{
	width: 297px;
	height: 235px;
	cursor: pointer;
}
/**********************************/
/**********************************/
div.generale
{
	margin: 0px auto;
	width: 961px;
}

div.generalecol
{
	margin: 0px auto;
	width: 850px;
	
}

div.generalecol1
{
	margin: 0px;
	width: 550px;
	float: left;
	
}
div.generalecol2
{
	margin: 0px;
	width: 250px;
	float: right;
	
}

div.generale h1
{
	padding-top: 70px;
	padding-left: 20px;
}

div.generale div
{
	margin: 10px 0px;
	padding: 0px 20px;
}

div.generale div img.left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border:0;
}

div.generale div img.right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border:0;
}
/**********************************/
/**********************************/
div.gamme
{
	margin: 0px auto;
	width: 961px;
}


div.gamme img.productImg
{
	display: block;
	border: 0;
}

div.gamme h1
{
	padding-top: 70px;
	padding-left: 20px;
}

div.gamme h3
{
	margin: 15px 0px 10px 0px;
	line-height: 23px;
}

div.gamme div.left
{
	float: left;
	margin-top: 290px;
	margin-left: 20px;
	width: 265px;
}


div.gamme div.right
{
	float: right;
	margin-top: 30px;
	width: 575px;
}


div.gamme div.right div.product
{
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
	width: 250px;
}

div.gamme div.right div.product div.addPadding
{
	padding-left: 5px;
}

div.gamme div.right div.product div.buy
{
	float: right;
	margin-top: 11px;
	margin-right: 15px;
	width: 149px;
	height: 26px;
	cursor: pointer;
	background: url(../img/acheter.gif);
}

div.gamme div.right div.product div.price
{
	float: left;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
/**********************************/
/**********************************/
div.footer
{
	margin: 0px auto;
	padding-top: 26px;
	width: 961px;
}

div.footer div.infoBox1
{
	float: left;
	width: 242px;
}

div.footer div.infoBox1 div.addMargin input
{
	margin: 5px 0px;
	padding: 5px;
	width: 190px;
	color: #632b1c;
	font-size: 13px;
	font-family: arial;
	border: none;
	background: #eae4f1;
}

div.footer div.infoBox1 div.addMargin input.submit_form
{
	margin: 5px 0px;
	padding: 3px;
	width: 90px;
	color: #632b1c;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	border: none;
	background: #eae4f1;
	cursor: pointer;
}

div.footer div.infoBox2
{
	float: left;
	width: 239px;
}

div.footer div.infoBox2 div.switchBox div.content
{
	float: left;
	width: 168px;
	height: 86px;
}

div.footer div.infoBox2 div.hide
{
	display: none;
}

div.footer div.infoBox2 div.show
{
	display: block;
}

div.footer div.infoBox2 div.switchBox div.content img.infoBoxImg
{
	float: left;
	padding-top: 10px;
}

div.footer div.infoBox2 div.switchBox div.content div.infoBoxTxt
{
	font-size: 11px;
	float: right;
	padding-top: 10px;
	width: 105px;
}

div.footer div.infoBox3
{
	float: left;
	width: 241px;
}

div.footer div.infoBox3 div.switchBox div.content
{
	float: left;
	width: 170px;
	height: 86px;
}

div.footer div.infoBox3 div.hide
{
	display: none;
}

div.footer div.infoBox3 div.show
{
	display: block;
}

div.footer div.infoBox4
{
	float: left;
	width: 239px;
}

div.footer div.infoBox4 div.switchBox div.content
{
	float: left;
	width: 168px;
	height: 86px;
}

div.footer div.infoBox4 div.hide
{
	display: none;
}

div.footer div.infoBox4 div.show
{
	display: block;
}

div.footer div.infoBox4 div.switchBox div.content img.infoBoxImg
{
	float: left;
	padding-top: 10px;
}

div.footer div.infoBox4 div.switchBox div.content div.infoBoxTxt
{
	font-size: 11px;
	float: right;
	padding-top: 10px;
	width: 105px;
}

div.footer div.switchBox
{
	padding: 22px 0px;
}

div.footer div.switchBox div.arrowLeft
{
	margin-left: 1px;
	float: left;
	width: 35px;
	height: 45px;
	cursor: pointer;
	background: url(../img/arrowLeft.png) left;
}
div.footer div.switchBox div.arrowLeft:hover{background: url(../img/arrowLeft.png) right;}

div.footer div.switchBox div.arrowRight
{
	float: left;
	width: 35px;
	height: 45px;
	cursor: pointer;
	background: url(../img/arrowRight.png) left;
}
div.footer div.switchBox div.arrowRight:hover{background: url(../img/arrowRight.png) right;}

div.footer h3.turquoise
{
	line-height: 20px;
}

div.footer h4
{
	cursor: pointer;
}

div.footer a
{
	line-height: 20px;
}

div.bgFooter a.textS
{
	line-height: 17px;
}

div.footer div.addMargin
{
	margin-left: 20px;
}

div.footer div.nos_produits
{
	margin-top: 10px;
	float: left;
	width: 162px;
}

div.footer div.le_karite
{
	margin-top: 10px;
	float: left;
	width: 106px;
}

div.footer div.nos_engagements
{
	margin-top: 10px;
	float: left;
	width: 180px;
}

div.footer div.notre_organisation
{
	margin-top: 10px;
	float: left;
	width: 160px;
}

div.footer div.logo_cert
{
	margin-top: 10px;
	float: left;
	width: 184px;
	height: 85px;
	background: url(../img/logo_cert.gif) top no-repeat;
}

div.footer div.autres
{
	padding-top: 35px;
	float: left;
	width: 169px;
	text-align: right;
	background: url(../img/logo_footer.gif) top right no-repeat;
}

div.footer div.les_voir_tous
{
	padding-left: 1px;
	width: 122px;
	height: 45px;
	cursor: pointer;
	background: url(../img/les_voir_tous.jpg) top no-repeat;
}
div.footer div.les_voir_tous:hover{background: url(../img/les_voir_tous.jpg) bottom no-repeat;}

div.footer div.les_voir_toutes
{
	padding-left: 1px;
	width: 131px;
	height: 45px;
	cursor: pointer;
	background: url(../img/les_voir_toutes.jpg) top no-repeat;
}
div.footer div.les_voir_toutes:hover{background: url(../img/les_voir_toutes.jpg) bottom no-repeat;}
/**********************************/
/**********************************/
a
{
	color: #9dad29;
}
a:hover{color: #00a2a3;}
a.plus{font-weight: bold; line-height: 25px;}

h1.vert
{
	margin: 0px;
	color: #9dad29;
	font-size: 30px;
	font-family: georgia;
	font-weight: normal;
}
h1.mauve
{
	margin: 0px;
	color: #675398;
	font-size: 30px;
	font-family: georgia;
	font-weight: normal;
}
h1.turquoise
{
	margin: 0px;
	color: #00a2a3;
	font-size: 30px;
	font-family: georgia;
	font-weight: normal;
}
h1.rouge
{
	margin: 0px;
	color: #ea423e;
	font-size: 30px;
	font-family: georgia;
	font-weight: normal;
}
h1.brun
{
	margin: 0px;
	color: #632b1c;
	font-size: 30px;
	font-family: georgia;
	font-weight: normal;
}

h2.vert
{
	margin: 0px;
	color: #9dad29;
	font-size: 26px;
	font-family: georgia;
	font-weight: normal;
}
h2.mauve
{
	margin: 0px;
	color: #675398;
	font-size: 26px;
	font-family: georgia;
	font-weight: normal;
}
h2.turquoise
{
	margin: 0px;
	color: #00a2a3;
	font-size: 26px;
	font-family: georgia;
	font-weight: normal;
}

h2.rouge
{
	margin: 0px;
	color: #ea423e;
	font-size: 26px;
	font-family: georgia;
	font-weight: normal;
}
h2.brun
{
	margin: 0px;
	color: #632b1c;
	font-size: 26px;
	font-family: georgia;
	font-weight: normal;
}

h2.sub
{
	

	color: #632b1c;
	font-size: 22px;
	line-height: 23px;
	margin-bottom: 8px;
	margin-top: 20px;
	font-family: georgia;
	font-weight: normal;
	text-align:left;
}
h3.formats
{
	margin: 0px;
	color: #632b1c;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 8px;
	
	font-family: georgia;
	font-weight: normal;
}

h3.vert
{
	margin: 0px;
	color: #9dad29;
	font-size: 23px;
	font-family: georgia;
	font-weight: normal;
}
h3.mauve
{
	margin: 0px;
	color: #675398;
	font-size: 23px;
	font-family: georgia;
	font-weight: normal;
}
h3.turquoise
{
	margin: 0px;
	color: #00a2a3;
	font-size: 23px;
	font-family: georgia;
	font-weight: normal;
}


div.boutique div.left h3.cit
{
	margin: 0px;
	color: #00a2a3;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 8px;
	font-family: georgia;
	font-weight: normal;
	padding: 0px;
	width: 100%;
	float: none;
}

div.generale h3.cit
{
	margin: 0px;
	color: #00a2a3;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 8px;
	font-family: georgia;
	font-weight: normal;
	padding: 0px;
	width: 100%;
	float: none;
}
div.text h3.cit
{
	margin: 0px;
	color: #00a2a3;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 8px;
	font-family: georgia;
	font-weight: normal;
	padding: 0px;
	width: 100%;
	float: none;
}
div.produits h3.cit
{
	margin: 0px;
	color: #00a2a3;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 8px;
	font-family: georgia;
	font-weight: normal;
	padding: 0px;
	width: 100%;
	float: none;
}


h3.rouge
{
	margin: 0px;
	color: #ea423e;
	font-size: 23px;
	font-family: georgia;
	font-weight: normal;
}
h3.brun
{
	margin: 0px;
	color: #632b1c;
	font-size: 23px;
	font-family: georgia;
	font-weight: normal;
}

h4.brun
{
	margin: 0px;
	color: #632b1c;
	font-size: 18px;
	font-family: georgia;
	font-weight: normal;
}

.textS
{
	font-size: 12px;
	line-height: 13px;
}
/**********************************/
/**********************************/
div.overlib
{
	background-color: #FFFFFF;
	border-color: solid 2px gray;
	position: absolute;
	visibility: hidden;
	width: 150px;
	z-index: 1;
	padding: 3px;
}