/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header  {width: 910px;}
#header {height:260px;}
#left-column {width: 290px;}
#right-column {width: 619px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 80px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {width:909px;	margin: 0 auto -80px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body { width: 100%; height: 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;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	}

#mdm{
  width:290px;
   height:231px;
}
#int-mdm{
  padding-top:91px;
  padding-left:20px;
  padding-right:24px;

}
#newsletter{
  width:290px;
  height:104px;
}
#int-newsletter{
  padding-top:66px;
  padding-left:20px;

}

#coordonnees{
  width:290px;
  height:171px;
}
#int-coordonnees{
  padding-top:49px;
  padding-left:20px;

}
#plan{
  width:290px;
   height:115px;
}

#int-plan{
  padding-left:20px;
  padding-top:7px;
}

#right-column{
	float:left;
  }
#content{
  width:619px;
  height:551px;
 }
#int-content{
 padding:20px 20px 0 20px;
}


#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}

.ref {
		width: 909px;
		margin: 0 auto;
		text-align:center;
		color: #084f09;
		font-family:Verdana,Arial;
		font-size:11px;
	}
#menu2{
	width: 100%;}
#menu2 ul{
	float: left;
	padding: 0;
	width: 571px;
	text-align: center;
}
.copyright{
	float: left;
	padding: 5px 0 0;
	width: 500px;
	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;} .right{float: right;}

.thumb{
	display: block;
 }
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}
/* ---| THE END |------------------------- */