HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

BODY {
	font-size: 62.5%;
	margin:0px;
	padding:0px;
	font-family: "Century Gothic", "Avant Garde", Arial, Geneva, sans-serif;
	height: 100%;
	width: 100%;
	background: url("images/motif.jpg") repeat center;
}

IMG {
	display: block;
	border: none;
}

HR {
	color: #b8b8b8;
	background-color: #b8b8b8;
	height: 1px;
	border: 0px;
}
#connexion HR {
	color: #847B7B;
	background-color: #847B7B;
	margin-top: 10px;
	margin-bottom: 10px;
}

.debug {
	padding: 5px;
	background-color: #D7D7D7;
	border: 1px solid black;
}
.debug A {
	color: black;
	text-decoration: underline;
}
P.error {
	border: 2px solid red;
	background-color: white;
	padding: 5px;
	margin: 5px;
	color: red;	
}

P.message {
	border: 2px solid green;
	background-color: white;
	padding: 5px;
	margin: 5px;
	color: green;	
}

/*-----------------
	HOME PAGE
-----------------*/
#home {
	position: absolute;
	margin-left: -450px;
	left:50%;
	margin-top: -278px;
	top: 50%;
	width: 900px;
	height: 550px;
	background: url("images/home.jpg") no-repeat;
}

#introbook {
	position: absolute;
	/*width: 228px;
	height: 343px;
	left: 93px;*/
	width: 518px;
	height: 294px;
	left: 40px;
	top: 50px;	
}
#introbook2 {
	position: absolute;
	top: -5px;
	left: -100px;
	width: 433px;
	height: 576px;
	/*z-index:2;*/
	display: none;
}
#lien_acheter {
	top: 139px;
	left: 301px;
	position: absolute;
	display: block;
	height: 52px;
	width: 124px;
}
#fermer {
	position: absolute;
	top: -9px;
	right: -7px;
}

#popupaccueil {
	position: absolute;
	top: -20px;
	left: 40px;
	width: 295px;
	height: 360px;
	/*z-index:2;*/
	display: none;
}
/*#fermer2 {
	position: absolute;
	top: -9px;
	right: -13px;
}*/

#homerecipesbutton {
	position: absolute;
	width: 185px;
	height: 343px;
	left: 321px;
}

#homeflashmenu {
	position: absolute;
	width: 812px;
	height: 150px;
	left: 35px;
	top: 350px;
	color: white;
}

#homeflashmenu A:link, #homeflashmenu A:visited {
	color: white;
}
#homebottommenu {
	position: absolute;
	width: 873px;
	padding-left: 5px;
	padding-right: 22px;
	top: 530px;
	color: #D7D7D7;
}

/*-----------------
    AUTRES PAGES
-----------------*/

.page {
	position: absolute;
	margin-left: -450px;
	left:50%;
	margin-top: -300px;
	top: 50%;
	width: 900px;
}
#fond {
	position: relative;
	background-image: url("images/page.jpg");
	background-repeat: no-repeat;
	background-color: #d7d7d7;
	width: 444px;
	padding-top: 200px;
	padding-left: 456px;
	padding-bottom: 20px;
	/*min-height: 250px;*/
}
#famille #fond {
	/*min-height: auto;*/
	padding-bottom: 240px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 76px;
	width: 209px;
	height: 206px;
}
#pagerecipesbutton {
	position: absolute;
	top: 30px;
	left: 345px;
	width: 97px;
	height: 126px;
}
#pageflashmenu {
	position: absolute;
	top: 32px;
	left: 455px;
	width: 445px;
	height: 150px;
	color: black;
}
#pageflashmenu A:link, #pageflashmenu A:visited {
	color: black;
}
#productsscroller {
	position:absolute;
	left: 18px;
	bottom: 3px;
	width:865px;
	height: 290px;
	/*z-index: 0;*/
	color: black;
}

#pointsdevente TABLE TH {
	padding: 5px;
	padding-left: 10px;
}
/* THE LONG PRODUCTS SCROLLER FOR NO FLASH */
#scroll {
	position: absolute;
	top: 0px;
	height: 280px;
	width:865px;
	vertical-align: bottom;
	overflow-x: auto;
}
#longdiv {
	position: absolute;
	height: 260px;
	width: auto;
	white-space:nowrap;
}
#longdiv A {
	display: table-cell;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: 110px;
	vertical-align: bottom;
	height: 260px;
	white-space:normal;
	clear: none;
}
#longdiv IMG {
	display: inline;
}
#productsscroller A:link, #productsscroller A:visited {
	color: black;
	text-decoration: none;
}
#productsscroller A:hover {
	color: #505050;
}
#fabricationartisanale {
	position: absolute;
	left: 340px;
	top: 170px;
	width: 70px;
	margin-right: 10px;
	margin-top: 10px;
}
#texte_artisanal {
	position: absolute;
	top: 255px;
	left: 310px;
	width: 130px;
	text-align: center;
	line-height: normal;
}

#pagecontent {
	text-align: justify;
	color: #332E2E;
	font-size: 1.2em;
	width: 420px;
	min-height: 150px;
}
#famille #pagecontent {
	text-align: left;
	line-height: 20px;
}
#pagebottommenu {
	margin-top: 18px;
	color: #D7D7D7;
}
#productinfo {
	position: absolute;
	right: -70px;
	top: 100px;
	display: none;
	width: 437px;
}
#productinfotop {
	height: 29px;
	width: 437px;
	background-image: url("images/popupproduit_haut.png");
	background-repeat: no-repeat;
}
#productinfocenter {
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 38px;
	padding-right: 38px;
	width: 361px;
	color:white;
	text-align: left;
	font-size: 1.2em;
	font-family: "Century Gothic", "Avant Garde", Arial, Geneva, sans-serif;
	background-image: url("images/popupproduit_centre.png");
	background-repeat: repeat-y;
}
#productinfobottom {
	height: 39px;
	width: 437px;
	background-image: url("images/popupproduit_bas.png");
	background-repeat: no-repeat;
}

#productinfo P {
	margin: 0px;
}
#productinfo H1 {
	color: #332e2e;
	font-size: 1.5em;
	margin-bottom: 0px;
	margin-top: 0px;
}
#productinfo H2 {
	margin-bottom: 0px;
	margin-top: 15px;
	color: #332e2e;
	text-transform: uppercase;
	font-size: 1em;
}
#productinfo UL {
	margin: 0px;
	padding-left: 2px;
	list-style-position: inside;
}
#productinfo LI {
	padding: 0px;
	margin: 0px;
}
#productinfo A:link, #productinfo A:visited {
	color: white;
	text-decoration: none;
}
#productinfo A:hover {
	color: white;
	text-decoration: underline;
}

#closeproductinfo {
	position: absolute;
	bottom: 38px;
	left: 328px;
	display: block;
}
#closeproductinfo IMG {
	border: none;
}
#lienimage:hover {
	text-decoration: none;
}
#morerecipes {
	display: inline;
	padding-top: 10px;
}
#pagecontent A:link, #pagecontent A:visited {
	color: black;
	text-decoration: underline;
}
#pagecontent A:hover {
	text-decoration: none;
}

#boutonpanier {
	position: relative;
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	font-size: 1.3em;
	text-align: center;
	top: -15px;
}
#boutonpanier IMG {
	display: inline;
	vertical-align: middle;
	/*margin-left: 4px;*/
}
#lienajouterpanier {
	font-size: 0.5em;
	line-height: 0.8em;
	margin: 0px;
	margin-top: 2px;
	display: block;
}
#boutonpanier A:hover {
	text-decoration: none;
	color: #e6dbae;
}
#pagecontent H1 {	
	color: #342E2E;
	font-weight: normal;
	font-size: 2.1em;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 15px;
}
#famille #pagecontent H1 {
	margin-bottom: 5px;
}
#pagecontent P {
	margin-top: 0px;
}
#accesspro #fond #pagecontent {
	text-align: left;
}
#accespro #pagecontent {
	text-align: left;
}
#accespro LABEL.label {
	display: inline-block;
	width: 100px;
	text-align: right;
}
LABEL.error {
	padding: 3px;
	font-size: 0.8em;
	background-color: white;
	border: 2px solid red;
	margin-left: 5px;
}

.page TABLE {
	border: 1px solid #b8b8b8;
	width: 100%;
	border-collapse: collapse;
}
.page TABLE TD {
	border: 1px solid #b8b8b8;
}
.page TABLE TH {
	background-color: #CECECE;
}

#pointsdevente P {
	margin: 0px;
}

.pdv_email {
	padding-left: 22px;
	background: url("images/email.png") no-repeat;
}
.pdv_telephone {
	padding-left: 22px;
	background: url("images/telephone.png") no-repeat;
}
.pdv_url {
	padding-left: 22px;
	background: url("images/internet.png") no-repeat;
}
.pdv_details {
	padding: 10px;
	text-align: left;
}

#mentionslegales #pagecontent {
	text-align: justify;
}
#contact TABLE {
	border: none;
}
#contact TD {
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: none;
}
#contact TD P {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#contact TD P.message, #contact TD P.error {
	padding: 5px;
}
#contact TEXTAREA {
	width: 200px;
	height: 200px;
}
#contact .text {
	width: 200px;
}
#contact .button {
	float: right;
}
#tdcontact {
	width: 200px;
}
/*------------------
	    PANIER
-------------------*/
#panier #fond {
	width: 524px;
	padding-left: 376px;
}
#panier #pagecontent {
	width: auto;
	padding-right: 20px;
}
#paniermessage {
	border: 1px solid #d7d7d7;
	height: 60px;
}

#tablepanier {
	border: 1px solid #332E2E;
}

#tablepanier #labeltotal, #tablepanier #labelreduction {
	text-align: right;
}
#labelreduction {
	font-size: 0.8em;
}
#tablepanier TH {
	padding: 5px;
	font-weight: normal;
	background-color: #CFC5C2;
	color: #9E2D00;
}
TR.panier_produit {
	height: 75px;
}
#tablepanier TD {
	border: none;
	padding: 5px;
	line-height: normal;
	text-align: left;
}
#tablepanier TR.panier_produit TD {
	border-bottom: 1px solid #332E2E;
}
#tablepanier TR.panier_produit TD.panier_marge, TD.panier_marge {
	width: 15px;
	border: none;
}
TR.panier_marge {
	height: 20px;
}
TD.panier_quantite {
	vertical-align: middle;
	width: 65px;
}
TD.prix {
	white-space: nowrap;
}
SPAN.panier_quantite {
	width: 30px;
	float: left;
	text-align: center;
}
SPAN.panier_reference {
	font-size: 0.6em;
}
SPAN.panier_reference:hover {
	font-size: 1em;
}
#tablepanier IMG {
	float: left;
	vertical-align: -4px;
}
#tablepanier TD.prix, .prix {
	text-align: right;
}
#tablepanier TH.total, .total {
	font-weight: bold;
}
.page TABLE#tablepanier TH.head {
	background-color: transparent;
	font-size: 0.8em;
	color: #332E2E;
	padding: 0px;
	text-align: center;
}
#paniervalider {
	text-align: right;
}

#pointsdevente #fond {
	padding-bottom: 40px;
}
#apercu_liv, #apercu_fac {
	border: 1px solid #B9B9B9;
	padding: 10px;
}
#panier IMG, #commande IMG {
	display: inline;
}

/*-----------------
	  PAGE CONNEXION
-----------------*/
#connexion LABEL {
	width: 200px;
	text-align: right;
	float: left;
	margin-right: 5px;
}
#connexion FIELDSET {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#commande FIELDSET {
	margin: 0px;
	margin-bottom: 10px;
	border: 1px solid #b8b8b8;
}
#connexion FIELDSET LEGEND {
}
#connexion FIELDSET LEGEND LABEL {
	width: 175px;
	font-weight: bold;
}
#connexion P {
	text-align: center;
	margin: 0px;
}


/*-----------------
	  COMPTE
-----------------*/
#historiquecommandes TD {
	padding: 3px;
}
.detailscommande {
}
.detailscommande TD {
	margin: 0px;
	padding: 0px;
}
.detailscommande DIV {
	margin: 0px;
	padding: 0px;
}
.detailsannule {
	font-size: 0.8em;
	color: red;
	margin: 0px;
	padding: 0px;
}
.compteadresse LABEL {
	font-size: 0.9em;
	width: 85px;
	display: inline-block;
	text-align: right;
}
.compteadresse INPUT {
	width: 130px;
	font-family:inherit;
}
.compteadresse P.error {
	padding: 0px;
	margin: 1px;
	border: 1px solid red;
	font-size: 0.9em;
}
.compteadresse P.message {
	padding: 0px;
	margin: 1px;
	border: 1px solid green;
	font-size: 0.9em;
}
#erroremail, #errorpass {
	padding: 1px;
	margin: 1px;
	border: 1px solid red;
	font-size: 0.9em;
}
#messagepass {
	padding: 1px;
	margin: 1px;
	border: 1px solid green;
	font-size: 0.9em;
}

/*-----------------
	  RECETTE
-----------------*/
#recette {
	position: absolute;
	margin-left: -450px;
	left:50%;
	margin-top: -300px;
	top: 50%;
	width: 900px; 
}
#logopetit {
	position: absolute;
	top: 0px;
	left: 15px;
	/*z-index: 1;*/
}
#typerecette {
	height: 22px;
	background-color: #4d5f27;
}
#fondrecette {
	position: relative;
	width: 605px;	
	background-color: #d7d7d7;
}
#h1wrapper {
	position: absolute;
	top: 22px;
	left: 150px;
	height: 97px;
	width: 383px;
}
#fondrecette H1 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	color: #4d5f27;
	font-weight: normal;
	font-size: 2.8em;
	line-height: 1.1em;
}
#recettecontent {
	padding-top: 100px;
	padding-left: 56px;
	padding-right: 24px;
	padding-bottom: 167px;
}
#recettecontent H2 {
	font-weight: normal;
	font-size: 1.1em;
	color: #4d5f27;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 3px;
}
#recettecontent P {
	margin: 0px;
	line-height: 1.2em;
	font-size: 1.2em;
	text-align: justify;
}

#blocrecettes {
	background-color: #4d5f27;
	width: 295px;
	color: white;
	vertical-align: top;	
}
#typerecette H2 {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
	color: white;
}
#blocrecettes P {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 4px;
	font-size: 1em;
}
#blocrecettes UL {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
}
#blocrecettes LI {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

#bcommebon {
	position: absolute;
	bottom: 58px;
	left: 53px;	
}
#recette A:link, #recette A:visited {
	color: black;
	text-decoration: underline;
}
#recette A:hover {
	text-decoration: none;
}
#blocrecettes A:link, #blocrecettes A:visited {
	color: white;
	text-decoration: none;
}
#blocrecettes A:hover {
	text-decoration: underline;
}
#recettes #pagecontent {
	text-align: left;
}

/*-----------------
      FACTURE
----------------*/

#facture {
	background-color: white;
	font-size: 1.5em;
	padding: 10px;
}
#facture H1 {
	padding: 0px;
	margin: 0px;
}
#facture H2 {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
}
#tablefacture {
	width: 100%;
	border-collapse: collapse;
}
#tablefacture TD {
	vertical-align: top;
	padding: 3px;
}
#tablefacture #details {
	padding: 0px;
}
#detailsfacture {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}
#numfacture {
	text-align: right;
}
#tablefacture #datecommande {
	border: 1px solid black;
}
#facturelogo {
	font-size: 1.2em;
}
#tablefacture #paiement, #tablefacture #transport {
	border: 1px solid black;
}

#tablefacture #contactfacture {
	border: 1px solid black;
	text-align: center;
}
#detailsfacture .quantite {
	text-align: center;
}
#detailsfacture .label {
	text-align: left;
}

#detailsfacture TH {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: #E0E0E0;
	padding: 3px;
}

#detailsfacture TD {
	padding: 3px;
}
/*-----------------
	MENU DU BAS
----------------*/
#homebottommenu #bottommenuleft, #pagebottommenu #bottommenuleft {
	margin-bottom: 20px;
}
#homebottommenu #bottommenuright, #pagebottommenu #bottommenuright {
	float: right;
	font-size: 1.2em;
	position: relative;
	top: -2px;
}
#homebottommenu #bottommenuright IMG, #pagebottommenu #bottommenuright IMG {
	/*float: left;
	position: relative;
	margin-right: 3px;*/
	display: inline;
	position: relative;
	vertical-align: top;
	height: 30px;
	top: -10px;
}
#bottommenuleft {	
	font-size: 1em;
}
#homebottommenu A:link, #homebottommenu A:visited, #pagebottommenu A:link, #pagebottommenu A:visited {
	text-transform: uppercase;
	color: #D7D7D7;
	text-decoration: none;
}
#homebottommenu A:hover, #pagebottommenu A:hover {
	text-decoration: underline;
}

A:link, A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
#menucommande {
	border: 0px;
	margin-top: 15px;
}
#menucommande TH {
	background-color: transparent;
	font-weight: normal;
}
#connexionform {
	background: url("images/fond_connexion.jpg") no-repeat;
	padding: 20px;
	overflow: hidden;
}
INPUT.text, textarea.textarea {
	border: 1px solid;
	border-color: #332E2E #FFFFFF #FFFFFF #332E2E;
	background-color: #D6D6D6;
	font-family: "Century Gothic", "Avant Garde", Arial, Geneva, sans-serif;
	font-size: 0.9em;
	width: 150px;
}
INPUT.button, A.button:link, A.button:hover, A.button:visited, #pagecontent A.button:link, #pagecontent A.button:visited {
	border: 2px solid;
	border-color: #332E2E #FFFFFF #FFFFFF #332E2E;
	border-top: 0px;
	border-left: 0px;
	background-color: #332E2E;
	color: white;
	text-transform: uppercase;
	margin: 0px;
	padding: 3px;
	padding-left: 12px;
	padding-right: 10px;
	font-family: "Century Gothic", "Avant Garde", Arial, Geneva, sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	-webkit-box-shadow:2px 2px 7px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:2px 2px 7px rgba(0, 0, 0, 0.4);
	/*box-shadow:2px 2px 7px rgba(0, 0, 0, 0.4);*/
}