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

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 850px;}
#header {height:242px;}
#left-column {width: 211px;}
#right-column {width: 639px;}



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

.push	{clear: both;}

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


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

* {margin: 0;}

html{height: 100%; width: 100%;}
body {height: 100%; width: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#wrap-container {
height: auto !important;
	}
#container {
	margin:0 auto;
	text-align: left;
  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }
#right-column{
	float:left;
  padding:0px 0px;
  display:table;
  
  }

#newsletter{
width:211px;
height:70px;}

#coordonnees{
width:211px;
height:195px;}

#plan{
width:211px;
height:150px;
}
#photo{
width:211px;
height:127px;}

#content{
 width:606px;
 height:482px;
 padding-left:13px;
 padding-right:20px;
}

#content2{
 width:639px;
 height:482px;
}
#mdm{
width:226px;
height:148px;
float:left}

#footer {
	margin: 0 auto;
  display:table;
   }

.copyright{
	padding: 2px 0 0;
	text-align: center;}

h1 span{display:none;}

/*	--- 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:0px;} .right{float: right;margin-left:0px;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}

ul.list{
  font-family:Arial;
  color:#004d92;
  font-size:11px;
  line-height:15px;
  margin-left:10px;

  }
ul.list li{
  padding-left:14px;
  padding-top:3px;}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}

.ref {
		position: absolute;
		top: -10000px;
	}
/* ---| THE END |------------------------- */
