/*===| I. LAYOUT SIZE |====================================================*/
#container {width: 814px;}
#wrap-container {width: 814px;}
#left-column {width: 544px;}
#right-column {width: 270px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 70px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -70px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body {height: 100%; width: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}
a:focus{
  outline: none;
}

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

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
}
#header {
    width:544px;
    height:237px;
}
#right-column{
	float:left;
}

#footer {
	margin: 0 auto;
	padding: 0;}
#footer{
    width: 544px;
    height:42px;
    padding:28px 270px 0 0;
    text-align:center;
}
#footer .ref{font-size:11px; color: #C4A24B;}


/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements 
	you want to float (on the thumbs, for example)
*/	.left{float: left;} .right{float: right;}
.thumb{border:3px solid #FBDA94;}


/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}

/*--------------------------right-column-------------------------------*/
#panier{
  width:270px;
  height:183px;
  padding:5px 0 0 0px;
}
#actualite{
  width:252px;
  height:110px;
  padding:21px 8px 0 10px;
}
#actualite img{
  float:right;
  border:1px solid #BBA266;
  margin:2px 0 0 8px;
}

#newsletter{
  width:260px;
  height:46px;
  padding:42px 0 0 10px;
}
#catalogue{
  width:270px;
  padding-top:20px;
}

.logo{
  clear:both;
  width:260px;
  height: 50px !important;
  padding-left:10px;
  padding-top:15px;
}
#diapo{
  width:270px;
  height:200px;
  background-color: #ffffff;
}
#info{
  width: 258px;
  height:50px;
  padding-top:55px;
  padding-left:12px;
}


/*--------------------------left-column-------------------------------*/
#contenu{
  width:516px;
  padding:14px 12px 0 16px;
}
.paragraph{
  clear:both;
  float:left;
  width:516px;
}
#nouveautes{
  clear:both;
  width:534px;
  height:198px;
  padding:35px 0 0 0;
  margin:0px 0 0 7px;
}
.prod{
  float:left;
  width:118px;
  height:198px;
  padding:0px 28px 0 30px;
}
.title{
  width:118px;
  height:30px;
}
.photo{

  width:118px;
  height:118px;
  text-align: center;
}
.photo img{
  border:1px solid #957E4E;
}

.prixx{
  width:118px;
  height:19px;
  padding-top:8px;
  margin-bottom:3px;
}
ul.list1{
    float:left;
    display:inline;
    list-style: none;
    width:250px;
	}
ul.list1 li{
	background: url(../images/charte/bullet-lista.jpg) no-repeat top left;
    background-position:0px 2px;
	text-align:justify;
    line-height: 18px;
    padding-left:18px;
    color:#957E4E;
    font-weight: bold;
}
/*--------------catalogue----------------------*/
.product{
  width:516px;
  height: 124px;
}
.partenaire{
  clear:both;
  width:516px;
  height:auto;
  float:left;
  margin-bottom:4px;
}
.prod-photo{
    float:left;
    width: 124px;
    height: 123px;
    background-color: #FBDA94;
    margin-right:12px;
    text-align: center;
    border-bottom:1px solid #FFF7E7;
}

.prix{
  float:right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding:0px;
  margin:0px;
  text-align: right;
  width:auto;
  height:auto;
  margin-left:10px;
  width:114px;
}
#details{
 width:516px;
}
.details-photo{
  float:right;
  width:256px;
  padding-top:3px;
  background-color: #FBDA94;
  margin-left:12px;
  text-align: center;
  margin-bottom:14px;
}





/* ---| THE END |------------------------- */