/*===| I. LAYOUT SIZE |====================================================*/

#wrap-container, #container, #footer, #header {width: 904px;}
#header {height:306px;}
#left-column {width: 249px;}
#right-column {width: 655px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 70px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -70px;}

  .ref{
    width: 904px;
    text-align: center;
    color:#ffffff;
    font-family: arial;
    font-size: 11px;
  }

/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html{height: 100%; width: 100%;}
body { width: 100%; text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}
a:focus{
  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;
}
      #info{
        width: 229px;
        height:103px;
        padding: 40px 10px 0 10px;
      }
      #mdm{
         width: 229px;
         height:126px;
         padding: 35px 10px 0 10px;
      }
         #mdm-text{
           height: 91px;
         }
         #mdm-text img{
            float:right;
            border: 2px solid #1D1834;
            margin-left: 10px;
            margin-top:4px;
         }

      #plan{
         width: 229px;
         height:106px;
         padding: 39px 10px 0 10px;

      }




#right-column{
	float:left;
    padding-bottom:26px;
}
#newsletter{
  width:645px;
  height:96px;
  padding:19px 0 0 10px;
}



#footer {
	margin: 0 auto;
	padding: 0;}
#digital-age{
  width:212px;
  float:left;
  height: 55px;
  padding:15px 0 0 37px;
  text-align: left;
}
#mentions{
  float:left;
  width:616px;
  height: 55px;
  padding:15px 39px 0 0;
  text-align: right;
}



/*	--- 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;}
.thumb-right{
  float:right;
  margin-right: 18px;
}

#contenu{
  width: 635px;
  padding:10px 10px 0 10px;
}
#diapo{
  width: 635px;
  height: 122px;
  padding-bottom:10px;
}
.paragraph{
  clear:both;
}
.title{
  width:458px;
  height:33px;
  padding-bottom: 16px;
}
ul.list1{
    list-style: none;
	}
ul.list1 li{
	background: url(../images/charte/bullet.jpg) no-repeat top left;
    background-position:0px 7px;
	text-align:left;
    line-height: 22px;
    padding-left:17px;
    text-align: justify;
    font-weight: bold;
}
ul.list2{
    list-style: none;
	}
ul.list2 li{
	background: url(../images/charte/bullet1.jpg) no-repeat top left;
    background-position:0px 4px;
	text-align:left;
    line-height: 18px;
    padding-left:18px;
    text-align: justify;
    font-weight: bold;
}

#merci{
 width: 372px;
 padding-right:230px;
 height:209px;
 margin-left:16px;
}


/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */