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

#container, #footer, #header  {width: 784px;}
#header {height:269px;}
#left-column {width: 237px;}
#right-column {width: 547px;}

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

.push	{clear: both;}

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


/* ===| 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:237px;
  height:153px;
}
#int-mdm{
  padding-top:53px;
  padding-left:14px;
  padding-right:28px;

}

#coordonnees{
  width:237px;
  height:128px;
}
#int-coordonnees{
  padding-top:26px;
  padding-left:15px;

}
#plan{
  width:237px;
  height:144px;
}

#int-plan{
  padding-left:14px;
  padding-top:36px;
}

#right-column{
	float:left;
  }
#content{

 }
#int-content{
 padding:12px 14px 0 0;
}


#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}

.ref {
		width: 784px;
		margin: 0 auto;
		text-align:center;
		color: #000000;
		font-family:Verdana,Arial;
		font-size:11px;
	}


/*	--- 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 |------------------------- */