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

/*===| I. LAYOUT SIZE |====================================================*/
body{
}


#container, #footer {width: 792px;}
#header {height:279px; width:753px; }

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

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin:27px auto 0; width:792px; padding: 15px; background: url(../images/charte/index-bg.jpg) top left no-repeat; height:811px;}


/* ===| 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;}

p{	padding: 0 5px;}

#wrap-footer {
	float:left;
	}
#container {
	margin:0 auto;
	text-align: left;
  height:732px;
}
#header {
/*	text-indent: -9999em;*/}

#footer {
	margin: 0 auto;
	padding: 2px 0 0;}

.copyright{
	padding: 10px 55px 0;
	text-align: right;}

/*	--- 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;
	margin:1px 5px;}
	
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0}

.paragraph{
	clear: both;
	display: table;}

.separator{
	clear: both;
	padding:0;
	line-height: 0px;
  background: url(../images/charte/separator.jpg) top left no-repeat;
  width:753px;
  height:25px;
  }

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

#mdm_cont{
 background: url(../images/charte/mdm.jpg) top left no-repeat;
 width:479px;
 height: 87px;
 color:#ffffff;
}
.text-content{
 float: left;
 width: 500px;
 display:table;
 text-align:justify;
 line-height:17px;
}
#text-cont{
 padding-left:15px;
 padding-top: 10px;
 float:left;
 width:485px;
}


