/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 951px;}
#header {height:293px;}
#text{float:left; width:877px; padding:20px 37px 10px 37px; margin:0;}


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

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


/* ===| 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;}
#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;
    height: 100%;
    height: auto;
    min-height: 100%;
    }
#header {
/*	text-indent: -9999em;*/}

#footer {
	margin: 0 auto;
	padding: 0;
    }
#copyright
{
  float: left;
  width:100%;
  text-align: center;
}
.ref
{
  margin:0 auto;
  width: 951px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color:#cacaca;
}


/*	--- 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 15px 0 0;} .right{float: right; padding:0 0 0 15px;}
    .left1{float: left; margin: 0 29px 90px 29px;}

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

/*============ header =============*/
#logo
{
  float:left;
  width:302px;
  height:138px;
}
#menu
{
  float:left;
  width:490px;
  height:34px;
}
#newsletter
{
  float:left;
  width:173px;
  height:22px;
  padding:12px 0 0 251px;
}
.btn-news
{
  float: left;
  width:173px;
  height:22px;
  background: url(../images/charte/newsletter.jpg) no-repeat top left;
  border:none;
}
.btn-news-over
{
  border:none;
  float: left;
  width:173px;
  height:22px;
  background: url(../images/charte/newsletter-over.jpg) no-repeat top left;
  cursor: pointer;
}

/*============ accueil =============*/
#mdm-s
{
  padding-top:58px;
}
.mdm
{
  float:left;
}
/*================= inc.mdm ================*/
.actualite
{
  float:left;
  height:60px;
  width:161px;
}
.mdm-text
{
  float:left;
}
.mdm_thumbs{
  width: 181px;
  height: 60px;
  border: 1px solid #dd9540;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.smallthumb{
  position:absolute;
  right: 0px;
  z-index: 2;
}
.doublethumb{
  position: absolute;
  z-index: 1;
  margin-left: -20px;
  clip:rect(0px 250px 76px 0px)
}
.doublethumb img{
  margin-top: -38px;
}
.short_mdm{
  text-align: justify;
}

/*============== produits =============*/
.categories
{
    float:left;
    width:160px;
    margin-right: 20px;
}
.diapopo
{
    float:left;
    border: solid 1px #292929;
    width:670px;
    padding: 10px;
}
ul.list1{
	padding: 3px 0 0px 0px;
    float:left;
    margin: 0;
	}
ul.list1 li{
	background: url(../images/charte/list-bullet.jpg) no-repeat top left;
	background-position:0px 5px;
	line-height: 17px;
	padding:0px 0px 10px 15px;
	}
/*========= partenaires ========*/
.partner-holder
{
   float:left;
   width:180px;
   padding: 5px 19px 0px 18px;
 }
.partner-box
{
   float:left;
   width:160px;
   padding:10px;
   text-align:left;
 }
 .partner-box img
 {
/*   border:solid 1px #934a1b;   */
   margin-bottom:15px;
 }
 .partner-box p
 {
   font-size: 11px;
   text-align:justify;
   padding-bottom:5px;
 }

.partner-box a:hover, .partner-box a:active {
    font-size:11px;
    color:#b27a39 !important;
	text-decoration: none !important;
}

.partner-box a:link, .partner-box a:visited {
    font-size:11px;
    color:#DD9540;
	text-decoration: underline;
}

#pagination
{
  float:left;
  width: 100%;
  text-align: center;
  color:#cdcbc9;
  padding-top:20px;
  background: #000000;
  font-weight: bold;
}

#pagination a:link, #pagination a:visited
{
    color:#b27a39;
	text-decoration: underline;
}
#pagination a:hover, #pagination a:active
{
   color:#ffffff !important;
   text-decoration: none;
   cursor: pointer;
}


/*===== contact ========*/
.phone-icon
{
  padding-left:35px;
  background: url(../images/charte/icon-phone.jpg) no-repeat top left;
  width:138px;
}
.phone-icon p
{
  text-align: right;
}
/*-------------- merci ----------------*/
#merci
{
    clear:both;
    width:100%;
	float:left;
	padding-top:90px;
	margin-bottom:10px;

}
    #merci p {
        font-weight: bold;
        text-align: center;
        font-size: 13px;
        }
    #merci a:link, #merci a:visited{
    color:#ffffff;
	text-decoration: underline;
        }
    #merci a:hover, #merci a:active{

    color:#b27a39 !important;
	text-decoration: none !important;
        }




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