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

#container, #container1, #footer, #header {width: 843px;}
#header {height:281px;}
#left-column {width: 218px;}
#right-column {width: 609px;}

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

.push	{clear: both;}

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


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

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

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: 0px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#container1 {
    height: 100% !important;
    height:auto;
    min-height: 100%;
}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
  padding:45px 8px 0px 8px;
	margin: 0;}
#right-column{
	float:left;
	margin:0px;
	padding:0px;}
.ref {
    padding-top:10px;
     color:#706969;
     font-size:11px;
	}

 #contact-info, #promo {height: 125px;}

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

.copyright{
	padding: 17px 0 0;
	text-align: center;}

/*	--- 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:0px 10px 0px 0px; } .right{float: right;  padding:0px 0px 0px 8px; }

.paragraph{
	clear: both;
  width:599px;
	padding: 0px 0px 15px 10px;
	display: table;
}

br{
  height: 10px; line-height: 10px;
}


/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/*-------------mdm-----------------*/
#actualite{
  width:217px;
  height:190px;
  float: left;
}

.mdmPhoto
{
  border:solid 1px #9c4070;
  float: right;
  margin: 0 0 3px 4px;
}
#mdm-text{
 font-family: Tahoma, Arial, sans-serif;
 font-weight: normal;
 font-size: 11px;
 color: #a7a7a7;
 text-align: justify;
 height: 119px;
 padding: 29px 0px 0 0px;
 line-height: 14px;
}
.details
{
  float: right;
  padding-top:5px;
}

#contact-info{
clear: both;
padding-top: 23px;
  width:217px;
  float: left;
}
#contact-text
{
  padding-top: 5px;
  width:217px;
  float: left;
  height: 121px;
}

.thumb-left{
  float: left;
	margin-right: 15px;
}
.thumb-right{
  float: right;
	margin-left: 15px;
}

/*--------------page presentation-----------------*/

  #titre-presentation
  {
   float: right;
   padding: 0 0 26px 0;
   margin:0;
   }

.color
{
  color: #906179;
  font-weight:bold;
}

.color1
{
    color:#a7a7a7;
    font-weight:bold;
}
.color2
{
    color:#a75b82;
}
/*.left1{float: left; padding-left:20px;}
.left2{float: left; padding:0px;}
.left3{float: left; padding-right:20px !important; padding-left:50px !important;}
.right2{float: right; padding:0px;}*/

ul.list{ padding-left: 70px;}
ul.list li{
	background: url(../images/charte/list-bullet.jpg) 0px 6px no-repeat;
  color: #bababa;
	text-align: justify;
	line-height: 20px;
	padding:0px 0px 0px 15px;
	}


/*ul.list1b{
	width:350px;
	float:left;
	padding: 0px 0 0 30px;
	}
ul.list1b li{
	background: url(../images/charte/list-bullet.jpg) no-repeat top left;
	background-position:0px 6px;
    color: #bababa;
	text-align:left;
	line-height: 20px;
	padding:0px 0px 0px 15px;
	}
 ul.list1{
	width:180px;
	float:left;
	padding: 0px 0 0 30px;
	}
ul.list1 li{
	background: url(../images/charte/list-bullet.jpg) no-repeat top left;
	background-position:0px 6px;
    color: #bababa;
	text-align:left;
	line-height: 20px;
	padding:0px 0px 0px 15px;
	}*/
.dots-h, .dots-v {
	background: url(../images/charte/dots.gif) repeat-x top left;
	height: 1px;
	padding:0;
	margin:0px;
	line-height: 1px;
}

.dots-h {width: 461px;}
.dots-v{width: 491px;}


#contact
{
  background:url(../images/charte/bg-text.gif) no-repeat top left;
  width:350px;
  height:75px;
  margin-top: 5px;
}

#contact p
{
  text-align:center;
  padding:10px 15px 0 15px;
  line-height: 17px;
}
#contact a:link, #contact a:visited
{
  font-size:14px;
  color:#ffffff;
  text-decoration: underline;
}
#contact a:hover, #contact a:active
{
  font-size:14px;
  color:#b4899e;
  text-decoration: none;
}

/*#contact2
{
  background:url(../images/charte/bg-text.gif) no-repeat top left;
  width:350px;
  height:75px;
  float:left;
  margin-top: 5px;
  margin-left: 10px;
}

#contact2 p
{
  text-align:center;
  padding:10px 15px 0 15px;
  line-height: 17px;
}
#contact2 a:link, #contact2 a:visited
{
  font-size:14px;
  color:#ffffff;
  text-decoration: underline;
}
#contact2 a:hover, #contact2 a:active
{
  font-size:14px;
  color:#b4899e;
  text-decoration: none;
}*/
/*------------------------page decoration interieur-------------------------------------------*/
/*#listholder1
{
  float:left;
  width:250px;
}
#listholder2
{
  float:left;
  width:170px;
}
 ul.list2{
	width:215px;
	float:left;
	padding: 0px 0 0 30px;
	}
ul.list2 li{
	background: url(../images/charte/list-bullet.jpg) no-repeat top left;
	background-position:0px 6px;
    color: #bababa;
	text-align:left;
	line-height: 20px;
	padding:0px 0px 0px 15px;
	}
*/
/*------------------------page plafonds interieur-------------------------------------------*/
/*
 ul.list3{
	width:100%;
	float:left;
	padding: 0px 0 0 0px;
	}
ul.list3 li{
	background: url(../images/charte/list-bullet.jpg) no-repeat top left;
	background-position:0px 4px;
    color: #bababa;
	text-align:justify;
	line-height: 16px;
	padding:0px 0px 5px 15px;
	}*/
 /*----------------------page betons cire------------------------------------------*/
/*  .left3
  {
  float: left;
  padding: 0px;
  }
  .right3
  {
  float: right;
  padding: 0px;
  }
.dots-right1
{
  clear: both;
  float:right;
  width: 480px;
}

 ul.list4{
	width:300px;
	float:left;
	padding: 0px 0 0 50px;
	}
ul.list4 li{
	background: url(../images/charte/list-bullet.jpg) no-repeat top left;
	background-position:0px 5px;
    color: #bababa;
	text-align:justify;
	line-height: 16px;
	padding:0px 0px 5px 15px;
	}*/

.left{float: left;}
.right{float: right;}
/* ======== | merci | ==================== */
#merci
{
    clear:both;
    width:600px;
    height:400px;
	float:left;
    padding-top: 100px;
}
    #merci p {
        padding:0px 0px 350px 0px;
        margin:0;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        }
    #merci a:link, #merci a:visited{
        color:#b88e92 !important;
        text-decoration: none;
        }
    #merci a:hover, #merci a:active{
        color:#9c4070 !important;
        text-decoration: underline;
        }
/* ---| THE END |------------------------- */