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

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header{width:800px;}
#header {height:337px;}
#left-column {width:246px;height:478px;}
#right-column {width:554px;height:478px;}



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

.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%;background:#f0edea url(../images/charte/bg-repeat-x.jpg) left top repeat;}
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;
  
  }

#mdm{
  width:246px;
  height:157px;

}
#newsletter{
  width:246px;
  height:97px;
}
#fleur{
  width:246px;
  height:224px;
}
#content{
padding-top:10px;
padding-left: 10px;
padding-right:10px;
width:534px;
height:408px
}
#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:Verdana,Tahoma Arial, Helvetica, sans-serif;
  color:#fefee0;
  font-size:11px;
  font-weight:bold;
  line-height:15px;
  font-style: italic;

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

ul.list1{
  font-family:Verdana,Tahoma Arial, Helvetica, sans-serif;
  color:#442303;
  font-size:11px;
  line-height:15px;

  }
ul.list1 li{
  padding-left:12px;
  padding-top:3px;}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}
/* referencemnt */
.ref
{
    clear: both;
    margin: 0 auto;
    width: 800px;
    text-align: center;
    padding-top:15px;
    color:#fff;
}


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