
@import url(typo.css);
@import url(skin.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer{width:960px;}
#main-column {width:960px;}

#logo {width:679px;height:129px;float:left}
#newsletter {width:281px;height:129px;float:left}
#menu {width:148px;height:284px;float:left}
#diaporama {width:595px;height:284px;float:left}
#mdm {width:217px;height:284px;float:left}


/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer {height: 37px;}

.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, body {height: 100%; width: 100%; }
body {text-align: center;margin-top:20px;}
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;
  padding:0px 0px;
  display:table;
  
  }


#content{
float:left;
width:950px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}

.images{
  float:left;
  width:507px;
  padding-top:14px;
  padding-right:50px;
}




#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:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#ffffff;
  font-size:11px;
  padding-left:19px;
  text-align:left;
  line-height:14px;
  }
ul.list li{
  padding-left:20px;
  padding-top:3px;}



/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}
/* referencement */
.ref
{
    clear: both;
    margin: 0 auto;
    width:960px;
    font-family:verdana;
    font-size:10px;
    padding-top:10px;
    color:#888;
    text-align: center;
}


/* ---| THE END |------------------------- */