/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width:900px;}
#header {height:300px;}
#main-column {width: 900px;}



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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {width: 100%;margin:0;padding:0;}
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;*/}
#main-column{
	float:left;
	margin:0;
  }
#left-bar{
  width:5px;
  height:353px;
  float:left;
}
#right-bar{
  width:5px;
  height:353px;
  float:right;
 }
#mdm{
  width:346px;
  height:140px;
  float:left;
}
#int-mdm{
  padding-top:29px;
  padding-left:44px;
  padding-right:19px;
}
#logo{
  width:346px;
  height:140px;
  float:left;
}
#int-logo{
  padding-top:18px;
  padding-left:27px;
}
#mailing-liste{
  width:340px;
  height:140px;
  float:left;
}
#int-mailing-liste{
  padding-top:55px;
  padding-left:19px;

}
#coordonnees{
  width:214px;
  height:140px;
  float:left;
}
#int-coordonnees{
  padding-top:54px;
  padding-left:19px;

}

#content{
 float:left;
 width:900px;
}
#int-content{
width:870px;
float:left;
}




#footer {
	margin: 0 auto;
	padding-top:0px;
   }

.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;} .right{float: right;}

.thumb{
	display: block;}

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

/* ===| IV. NAVIGATION |===============================================*/

#menu2 ul li{display: inline;
}

/* ===|MAILTO |===============================================*/

*{
  margin: 0px;
  padding: 0px;
}

img{
  border: 0 none;
}

a:focus{
  outline: none;
}


#mailto{
  position: absolute;
  width: 150px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -75px;
}

#mailto:hover{
  cursor:pointer;
}


/* ---| THE END |------------------------- */