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

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer {width: 941px;}
#header {width:645px;height:218px;}
#left-column {width: 645px;}
#right-column {width: 296px;}



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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {height: 100%; 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%;display: table;
	}
#container {
	margin:0 auto;
	text-align: left;
  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }
#content{
padding-top:15px;
padding-left:15px;
padding-right:15px;
}


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

#diaporama{
width:296px;
height:370px;}
#mdm{
width:296px;
height:182px;}
#coordonnees{
width:296px;
height:168px;}
#logos{
width:296px;
height:107px;}

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

.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;margin-left:10px;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}

.separateur{
	width: 100%;
	height: 0px;
	border-top: 1px solid #095B18;
	clear: both;
	padding:0;
	margin: 0px 0px 15px 0px;
	line-height: 0px;
}

ul.list{
	font-family:Arial;
  color:#000000;
  font-size:13px;
  padding-left:5px;
  }
ul.list li{
  padding-left:15px;
  padding-top:3px;}


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

.ref {
	 width: 100%;
	 text-align: center;
	}
/* ---| THE END |------------------------- */