
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

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

#container, #footer, #header  {width: 784px;}
#header {height:278px;}
#left-column {width: 254px;}
#right-column {width: 530px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body { width: 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:141px;
}
#mdm{
  height:128px;
}
#int-mdm{
  padding-top:30px;
  padding-left:13px;
  padding-right:13px;

}

#coordonnees{
  height:132px;
}
#int-coordonnees{
  padding-top:35px;
  padding-left:13px;

}
#plan{
  height:41px;
}

#int-plan{
  padding-left:102px;
  padding-top:13px;
}

#right-column{
	float:left;
  }
#content{
  padding-left:15px;
  padding-right:15px;
}

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

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

.copyright{
	padding: 5px 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;	margin-right:5px;} .right{float: right;	margin-right:7px;}

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