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

#container, #footer, #header  {width: 933px;}
#header {height:260px;}
#left-column {width: 316px;}
#right-column {width: 617px;}

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

.push	{clear: both;}

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


/* ===| 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;
	}
#flash-menu{
  height:168px;
}
#mdm{
  height:143px;
}
#int-mdm{
  padding-top:36px;
  padding-left:95px;
  padding-right:32px;
}

#coordonnees{
  height:243px;
}
#int-coordonnees{
  padding-top:154px;
  padding-left:116px;

}
#plan{
  height:86px;
}

#int-plan{
  padding-left:131px;
  padding-top:10px;
}

#right-column{
	float:left;
  }
#content{
  width:617px;
  min-height:605px !important;
}


#int-content{
  padding-right:94px;
}

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

.ref {
		width: 933px;
		margin: 0 auto;
		text-align:center;
		color: #0a3a4b;
		font-family: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;	margin-right:5px;} .right{float: right;}

.thumb{
	display: block;
 }
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}
/* ---| THE END |------------------------- */