/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 863px;}
#header {height:286px;}
#left-column {width: 300px; padding:5px 5px 5px 0;}
#right-column {width: 558px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

body { width: 100%;}
html {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;
}
.ref {
		text-align:center;
        color:#FFD1C3;
        font-size: 12px;
        font-family: arial;
	}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}

#left-column{
	float:left;}
#right-column{
	float:left;
}

#footer {
	margin: 0 auto;
	padding: 0;}


/*	--- 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;}


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

/*-----------------------------left-column--------------------------*/
#actualite{
  width:300px;
  height:135px;
}
#actualite-text{
  float:left;
  width:288px;
  height:82px;
  padding:6px 12px 0 0;

}
#actualite-text img{
  float:right;
  border:1px solid #E8976F;
  margin-left:10px;
}

#info{
  width:300px;
  height:140px;
}
#photo{
  width:300px;
  height:135px;
}
/*-----------------------------right-column--------------------------*/
.paragraph{
    clear:both;
    float:left;
    width:538px;
    padding:10px 10px 0 10px;
}
.thumb{
  border: 1px solid #C54000;
}
.par{
    display:inline;
    float:left;
    width:201px;
}
ul.list1{
    float:left;
    display:inline;
    margin:4px 0 0px 30px;
    list-style: none;
    width:200px;
	}
ul.list1 li{
	background: url(../images/ravalement/bullet.jpg) no-repeat top left;
    background-position:0px 6px;
	text-align:left;
    line-height: 18px;
    padding-left:12px;
    color:#742C16;
    font-weight: bold;
}
.prod{
  display:inline;
  width:120px;
  height:164px;
  float:left;
  background-color: #F4E4CE;
  margin:0 7px 0 7px;
}
.title{
  width:120px;
  height:27px;
  border-bottom:1px solid #ffffff;
  float:left;

}
.prod-photo{
  width:120px;
  height:120px;
  text-align:center;
  float:left;
}

.data{
  width:120px;
  height:15px;
  border-top:1px solid #ffffff;
  float:left;
  text-align: center;
}

.spacer{
  clear:both;
  width:538px;
  height:15px;
  line-height:0px;
  border-bottom: 1px solid #EEA189;
  float:left;
  margin-bottom:15px;
}

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