body {
	margin: 0;
	padding: 0;
	background-color: #3B322D;
}

body, td {
	font: 11px Verdana, Geneva, sans-serif;
	color: #ffffff;
	vertical-align: top;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #9e7352;
	margin: 0 0 8px 0;
	padding: 0;
}

h2 {
	font: 9px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #9e7352;
	margin: 0;
	padding: 0;
}

div.hr {
	margin: 10px 0;
	height: 1px;
	background: url(../images/layout/dots.png) repeat-x left top;
}

div.error {
	display: none;
	padding: 8px 0;
	margin: 0 0 8px 3px;
	text-align: center;
	font: 11px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #3B322D;
}

p.error {
	margin: 16px 0 0 0;
	padding: 8px;
	text-align: center;
	font: 11px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #3B322D;
}

table.structure {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

table.structure > td.left, table.structure > td.right {
	margin: 0;
	padding: 0;
	line-height: 9px;
	vertical-align: top;	
}

table.structure td div, table.structure td td {
	line-height: normal;
}

table.structure td.left {
	width: 202px;
}

table.structure td.right {
	width: 778px;
}

/****************************************************************************************************
* HEADER
****************************************************************************************************/

div.header {
	background: #a69F9C;
}

div.header table.structure {
	background: url(../images/layout/background-site-header.png) repeat-y left top;
}

div.header table.structure td.left {
	vertical-align: bottom;
}

div.header table.structure td.right {
	vertical-align: bottom;
	background: url(../images/layout/background-header.png) no-repeat left top;
}

/* LOGO SUPERIEUR GAUCHE */

div.header div.logo {
	padding: 18px 16px 24px 0;
	text-align: right;
	font: 9px Arial, Helvetica, sans-serif;
}

div.header div.logo p {
	margin-top: 8px;
}

div.header div.logo em {
	color: #4b423d;
	font-style: normal;
}

/* ESPACE PERSO */

div.header div.espace {
	text-align: right;
}

/* LOGOS SUPERIEUR DROITE */

div.header div.logos {
	text-align: right;
	padding: 8px 23px 0 0;
	margin-bottom: -13px;
}

/****************************************************************************************************
* MENU
****************************************************************************************************/

div.header table.menu td {
	padding-right: 6px;
}

div.header table.menu td a {
	width: 241px;
	height: 73px;
	display: block;
}

div.header table.menu td a span {
	display: none;
}

div.header table.menu td.home a {
	width: 29px;
	background: url(../images/layout/menu_home.png) no-repeat top;
}

div.header table.menu td.discount_frais a {
	background: url(../images/layout/menu_discount_frais.png) no-repeat top;
}

div.header table.menu td.discount_famille a {
	background: url(../images/layout/menu_discount_famille.png) no-repeat top;
}

div.header table.menu td.referendum a {
	background: url(../images/layout/menu_referendum.png) no-repeat top;
}

div.header table.menu td a.active {
	background-position: bottom;
}

/****************************************************************************************************
* SOUS MENU
****************************************************************************************************/

div.header div.submenu {
	width: 770px;
	height: 34px;
	background-color: #d1190c;
}

div.header div.submenu ul {
	margin: 0;
	padding:10px 0 0 0;
	display: none;
	height: 25px;
	
}

div.header div.submenu ul li {
	display: inline;
	list-style: none;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f17c74;
	padding-left: 10px;
	padding-right: 5px;
	background: url(../images/layout/submenu_split.png) no-repeat left;
}

div.header div.submenu ul li.first {
	background: none;
}

div.header div.submenu li a {
	color: #f17c74;
	text-decoration: none;
}

div.header div.submenu ul li a:hover, div.header div.submenu ul li span.active {
	color: #ffffff;
}
/*
div.header div.submenu ul li.active {
	background: url(../images/items/submenu_puce.png) no-repeat bottom center;
}*/

/****************************************************************************************************
* RUBAN
****************************************************************************************************/

div.ribbon  {
	background: #302c29;
	height: 6px;
}

/****************************************************************************************************
* PARTIE PRINCIPALE
****************************************************************************************************/

div.main {
	background: #3B322D;
}

div.main table.structure {
	background: url(../images/layout/background-site.png) repeat-y left top;
}

/****************************************************************************************************
* MENU GAUCHE
****************************************************************************************************/

div.main div.menu {
	padding: 16px 8px 16px 14px;
	font: 9px Verdana, Geneva, sans-serif;
}

div.main div.menu div.coordonnees {
	margin: 0 0 8px 0;
	padding: 8px;
	background: #4E423C;
}

div.main div.menu h2 a {
	padding-left: 10px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/layout/puce-close.png) no-repeat 0px 3px;
}

div.main div.menu h2 a.open {
	background: url(../images/layout/puce-open.png) no-repeat 0px 3px;
}

div.main div.menu div.pages ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

div.main div.menu div.pages li {
	margin: 0;
	padding: 0 0 5px 10px;
	list-style: none;
	background: url(../images/layout/puce-close.png) no-repeat 0px 3px;
	font: 10px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

div.main div.menu div.pages li a {
	color: #a29f9f;
	text-decoration: none;
}

div.main div.menu div.pages li a:hover {
	color: #ffffff;
}

/* MENU GAUCHE MAGASIN */

div.main div.menu form {
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
}

div.main div.menu form input, div.main div.menu form select, div.main div.menu form select option {
	background-color: #4E423C;
	font: 9px Verdana, Geneva, sans-serif;
	color: #a99e99;
	border: 1px solid #4E423C;
}
	
div.main div.menu form input {
	margin: 0;
	width: 137px;
}

div.main div.menu form img.submit {
	vertical-align: middle;;
}

div.main div.menu form select {
	margin: 3px 0 0 0;
	width: 177px;
}

/* MENU GAUCHE NEWSLETTER */

div.main div.menu div.newsletter img {
	margin: 3px 0 0 0;
}

/****************************************************************************************************
* CONTENT
****************************************************************************************************/

div.main div.content {
	padding: 0 16px 32px 8px;
}

div.main div.content p {
	margin: 0 0 8px 0;
}

div.main div.content p.left {
	margin: 0 0 8px 0;
}

div.main div.content p.right {
	margin: 0 0 8px 8px;
}

div.main div.content a {
	color: #ffffff;
}

div.main div.content a.secondary {
	color: #d1190c;
}

div.main div.content h1 {
	margin: 16px 0 8px 0;
}

div.main div.content h1.main {
	font: 27px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	margin: 16px 0 24px 0;
}

div.main div.content h2.main {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	margin: 16px 0 16px 0;
}

div.main div.content a.main {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	margin: 16px 0 16px 0;
	text-decoration: none;
	text-align: center;
}

div.main div.content p.secondary {
	font: 10px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

div.main div.content img.main, div.main div.content div.video {
	margin: 0 0 15px 0;
	border-bottom: 8px solid #d1190c;
}

/* 3 COLONNES */

div.main div.content table.columns_3 {
	width: 754px;
}

div.main div.content table.columns_3 td {
	width: 249px;
	border-right: 3px solid #473B34;
	vertical-align: top;
	background: #3f352f;
	font: 11px Arial, Helvetica, sans-serif;
}

div.main div.content table.columns_3 td.right {
	border: none;
}

div.main div.content table.columns_3 p {
	margin: 5px;
}

div.main div.content table.columns_3 h2 {
	margin: 0;
	padding: 10px 8px;
	background: #D1190D;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

div.main div.content table.columns_3 a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

/* 2 COLONNES MILIEU */

div.main div.content table.center {
	width: 754px;
}

div.main div.content table.center td.left {
	padding-right: 8px;
}

div.main div.content table.center td.right {
	padding-left: 8px;
}

div.main div.content table.center td.secondary {
	width: 377px;
	padding: 16px 0 0 0;
}

/* 2 COLONNES GAUCHE */

div.main div.content table.left {
	width: 754px;
}

div.main div.content table.left td.main {
	padding-right: 8px;
}

div.main div.content table.left td.secondary {
	width: 249px;
	padding: 16px 0 0 0;
}

/****************************************************************************************************
* PRODUITS CHOIX MAGASIN
****************************************************************************************************/

div.choix_magasin {
	position: relative;
	margin: 30px auto 50px 155px;
	padding: 20px 0 20px 0;
	text-align: center;
	background: #3B322D;
	width: 468px;
}

div.choix_magasin div.label {
	position: absolute;
	left: 30px;
	top: 45px;
	padding: 4px 0 0 0;
	text-align: left;
	font: 10px Verdana, Geneva, sans-serif;
	color: #a99e99;
	font-weight: bold;
	line-height: 26px;
}

div.choix_magasin form {
	text-align: left;
	margin: 0 0 0 150px;
	padding: 10px 0 0 0;
}

div.choix_magasin form input, div.content div.choix_magasin form select, div.content div.choix_magasin form select option {
	background-color: #4E423C;
	font: 9px Verdana, Geneva, sans-serif;
	color: #a99e99;
	border: 1px solid #4E423C;
}
	
div.choix_magasin form input {
	margin: 0;
	width: 212px;
}

div.choix_magasin form img.submit {
	vertical-align: middle;;
}

div.choix_magasin form select {
	margin: 3px 0 0 0;
	width: 252px;
	background-color: #4E423C;
	font: 9px Verdana, Geneva, sans-serif;
	color: #a99e99;
	border: 1px solid #4E423C;
}

/****************************************************************************************************
* DATE
****************************************************************************************************/

div.date {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0 0 16px 0;
}

div.fruits-legumes div.date strong {
	color: #93a515;
}

div.boucherie div.date strong {
	color: #ECB7B1;
}

/****************************************************************************************************
* PRODUITS
****************************************************************************************************/

div.fruits-legumes div.produit div.reference {
	background-color: #82a009;
}

div.fruits-legumes div.produit div.label {
	background-color: #82a009;
	color: #EAFC98;
}

div.boucherie div.produit div.reference {
	background-color: #8C1819;
}

div.boucherie div.produit div.label {
	background-color: #8C1819;
	color: #ECB7B1;
}

div.produit {
	float: left;
	width: 186px;
	height: 269px;
	background: #3B322D;
	margin: 0 1px 3px 1px;
}

div.produit div.reference {
	padding: 3px 5px 0 5px;
	font: 16px Impact, "Arial Black", sans-serif;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
}

div.produit div.label {
	margin: -3px 0 0 0;
	padding: 0 0 0 5px;
	height: 20px;
	font: 9px Verdana, Geneva, sans-serif;
	font-weight: bold;
}

div.produit div.bloc {
	position: relative;
	margin: 0 0 0 0;
	width: 186px;
	height: 146px;
	background: #FFF;
}

div.produit div.visuel {
	position: absolute;
	left: 0;
	top: 8px;
	width: 109px;
	height: 85px;
	text-align: center;
	vertical-align: middle;
}

div.produit div.prix {
	position: absolute;
	left: 109px;
	top: 20px;
	width: 77px;
	height: 50px;
	background: url(../images/layout/background-prix.png) no-repeat left top;
}

div.produit div.prix p {
	margin: 11px 0 0 0;
	font: 20px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

div.produit div.prix p span.sup {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}

div.produit div.update p {
	margin: 11px 2px 0 0;
	font: 9px Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

div.produit div.unites {
	position: absolute;
	left: 117px;
	top: 75px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #000;
}

div.produit div.unites span.sup {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font: 7px Arial, Helvetica, sans-serif;
}

div.produit div.picto {
	position: absolute;
	left: 16px;
	top: 93px;
}

div.produit div.baisse {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 186px;
	background: url(../images/layout/background-baisse.png) repeat-x left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 2px 0 2px 0;
}

div.produit div.baisse img {
	vertical-align: top;
}

div.produit div.infos {
	padding: 8px 0 0 6px;
}

div.produit div.infos table td.label {
	width: 65px;
	font: 9px Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

div.produit div.infos table td.info {
	font: 9px Verdana, Geneva, sans-serif;
	color: #A29F9F;
	text-align: left;
}

div.produit div.mention {
	padding: 8px 0 0 6px;
	font: 9px Verdana, Geneva, sans-serif;
	color: #A29F9F;
	text-align: left;
}

/****************************************************************************************************
* FOOTER
****************************************************************************************************/

div.footer {
	background: #4b423d;
}

div.footer table.structure {
	background: url(../images/layout/background-footer.png) repeat-y left top;
}

div.footer div.menu {
	padding: 8px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ccc4be;
}

div.footer div.menu img {
	margin-bottom: 5px;
}

div.footer div.menu a {
	color:#ccc4be;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}

/****************************************************************************************************
* BOTTOM
****************************************************************************************************/

div.bottom table.structure {
	background: url(../images/layout/background-bottom.png) no-repeat left top;
}

div.bottom div.links {
	padding: 18px 0 18px 0;
	font: 9px Verdana, Geneva, sans-serif;
	color: #5a4e47;
	text-align: center;
}

div.bottom div.links a {
	font-weight: bold;
	text-decoration: none;
	color: #5a4e47;
	padding: 0 8px;
}

div.bottom div.links a:hover {
	text-decoration: underline;
}
