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

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



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

.push	{clear: both;}

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


/* ===| 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;
  }
#menu{
width:980px;
height:26px;}
#mdm{
width:221px;
height:auto;
float:left;
}
#int-mdm{
  padding-top:2px;
  padding-left:16px;
 }

#coordonnees{
width:170px;
float:left;

}
#int-coordonnees{
  padding-top:17px;
  padding-left:5px;
 }
#content{
min-height:374px;

}
#content-midle{
width:587px;
padding-top:39px;
float:left;

}
#int-content-midle{
width:567px;
height:auto;
display:table;
padding-left:17px;
}
#header-diaporama{
width:980px;
height:281px;


}
#newsletter{
width:980px;
height:22px;
}
#int-newsletter-pop{
  padding-left:186px;
  padding-top:53px;
}

#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;margin-right:10px;} .right{float: right;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}



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


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