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

#container, #footer {width: 852px;}
#header {height:289px; width: 820px; padding:20px 16px 0 16px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

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

#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;
    width:260px;
    padding:35px 0px 0px 39px;
}
#right-column{
	float:left;	
    width:507px;
    padding:0px 46px 0 0;
}



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

.ref{
width:820px;
font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
font-size: 11px;
color:#866E66;
}

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

#mdm{
    width:236px;
    height:130px;
    padding:38px 6px 0 6px;
    border: 1px solid #96B4A3;
    margin-bottom:3px;
}
#mdm-contenu{
    width:236px;
    border-bottom: 1px solid #96B4A3;
    height: 103px;
    margin-bottom:3px;
}
#mdm-contenu img{
    float:left;
    border: 2px solid #75AA8E;
    margin: 7px 6px 0 0;
}
#info{
    width:236px;
    height:77px;
    padding:82px 6px 0 6px;
    border: 1px solid #96B4A3;
    margin-bottom:3px;
}
#mail{
  width:224px;
  height:14px;
  cursor: pointer;
}
#plan{
    width:236px;
    height:103px;
    padding:36px 6px 0 6px;
    border: 1px solid #96B4A3;
    margin-bottom:3px;
}
#mentions{
  width:561px;
  height:48px;
  float:left;
  padding:27px 0 0 27px;
  text-align: left;
}
#digital-age{
  float: left;
  width: 233px;
  height: 48px;
  padding:27px 31px 0 0;
}

/*-----------------------------------------*/
.title{
  width:507px;
  height:52px;
}
.paragraph{
	clear: both;
	display: table;
    width:507px;
}
.thumb-right{
    float:right;
    margin-left:10px;
}
.thumb-left{
    float:left;
    margin-right:7px;
}
.box{
  background-color: #F6E098;
}
ul.list1, ul.list2{
    display:inline;
    margin:0px;
    padding:0px;
    float:left;
    list-style: none;
	}
ul.list1 li, ul.list2 li{
	text-align:left;
    padding-left:16px;
    font-family:verdana, arial;
    font-size:11px;
    line-height:18px;
    color: #5F210C;
}
#merci{
  width: 479px;
  height:252px;
  margin:80px 0 0 12px;
  text-align: center;
}

.product{
  display:inline;
  float:left;
  width:155px;
  margin:10px 5px;
  border-left:2px solid #6F3521;
  border-right:2px solid #6F3521;
  border-top:6px solid #6F3521;
  border-bottom:6px solid #6F3521;
  text-align: center;
}
.prod-title{
  width: 155px;
  background-color: #75AA8E;
  margin-bottom:4px;
}
.prod-photo{
  width: 98px;
  height: 98px;
  text-align: center;
  padding:6px;

}

.prod-data{
  width:155px;
  background-color: #75AA8E;
  height:16px;
  margin-top:4px;
}
/* ---| THE END |------------------------- */