
/* --- DEBUG BLOCK -------------------------
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
 -----------------------------------------*/
  
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer-holder, #header {width: 950px;}
#footer{width: 930px; border-top: solid 1px #658a54; padding-top: 7px; height:49px;}
#header {height:117px;}
#left-column {width: 201px;}
#right-column {width: 749px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-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;}

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

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

#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;
	margin: 0px 0 0 0;}
#right-column{
	float:left;
	margin:0px 0 0 0px;
	padding:0 0 0 0px;}
#right_flash{
  width:558px;
  height: 250px;
  float: left;
}
#page_title{
  width:191px;
  height: 53px;
  float: left;
  margin: 0px 0 0 0;
}
.ref{
  margin: 0 auto;
  width:950px;
  padding-top: 10px;
  color:#b3caaa;
}

#description_caffe{
  width: 557px;
  height: 82px;
  float: right;
}

 #promo {height: 125px;}
 #contact-info{
   float: left;
   width: 181px;
   height: 83px;
   padding: 65px 0 0 20px;
  }
#contact-info p{
    line-height: 15px;
}

  #plan{
   width:181px;
   height: 121px;
   float: left;
   padding:39px 0px 0px 20px;
 }


 #actualite{
   width:171px;
   height: 174px;

   float:right;
   padding: 75px 10px 0 10px;
}
#actualite p{
  padding:0;
   line-height:13px;
   color:#a3cc8f;
}

#contact_container{
  width:322px;
  height: 440px;
  float: left;
  margin:32px 0 25px 300px;
  padding: 24px 0 0 0;
  display: inline;
  text-align: center;
}

#newsletter{
  width:201px;
  height: 34px;
  float:left;
  padding-top:38px;
}

#slogan{width: 206px; height:15px; padding:18px 0 0 429px; clear: both;}
#footer {
	margin: 0 auto;
}

.info{
  width:540px;
  float: right;
 padding: 0 10px 0px 0px;
}
.info p
{
  padding:0;
}

.article{
  width:500px;
  height:300px;
  float: left;
  background: #1D5902;
  margin: 10px 0 10px 10px;
  display:inline;
}


.thumb_image{
  width:100px;
  height: 75px;
  float: left;
  margin: 10px 10px 20px  10px;
  display: inline;
}
.line_separator{
   width:528px;
   height: 1px;
   float:left;
   background: url(../images/charte/line_separator.jpg) no-repeat left top;
   margin:10px 0 10px 10px;
   display: inline;
}





/*	--- 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; padding:0 10px 0 0;} .right{float: right;}
    .left1{float: left; padding: 0 5px 0 5px; margin-top:-25px;}
    .left2{float: left; padding: 0 10px 0 5px; margin-top:15px;}
    .left4{float: left; margin: 0px 10px 0 0px;}

.paragraph{
	clear: both;
	display: table;
	width: 100%;}

.separator{
	width: 537px;
  float: right;
	height: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;}
/*======================= inc mdm =================*/
#title-mdm
{
    padding-bottom:5px !important;
    color: #ebffe2 !important;
}


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