@import url(typo.css);
@import url(skin.css);
@import url(forms.css);
@import url(menu.css);

/*===| I. LAYOUT SIZE |====================================================*/

#footer,.ref {width: 800px;}
#header {height:205px;width:1004px;}
#left-column, #contact-info, #promo {width: 180px;}
#right-column {width: 610px;}

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

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/

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

* {margin: 0px; padding: 0px;}

/*----- Background ------*/
html, body {height: 100%; width: 100%;}
body {text-align: center; background:url(../images/charte/bg-contenu.gif) center top repeat-y #fff;}

#contenu {
	width: 1004px;
	min-height: 100%;
	height: auto !important;
	height: 100%;}

#wrap-container {
	background: url(../images/charte/bg-wrapcontainer.jpg) center top no-repeat;
	width: 1004px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;}

#container {
  margin:0 auto;
  padding: 0 102px;
  text-align: left;
}

/*----- Content ------*/
.menu-left{
  height: 218px;
  width: 170px;
  padding-left: 10px;
 }
#left-column { float: left; margin: 0px; padding: 0px;}
#right-column{ float: left; margin: 0px; padding: 0px;}


#menu1{
  width:221px;

  margin: 0px;
  padding: 0px;
}
/*----- Footer ------*/

/*#wrap-footer{	 background:red url(../images/charte/left-fleur.jpg) 0% -150px no-repeat;}*/

#footer {
	background: url(../images/charte/bg-footer.jpg) 50% 0% no-repeat;
	margin: 0 auto;
	padding: 0 102px;
	height: 80px;
}

#copyright{
	clear: both;
	float:left;
  width:180px;
  text-align: left;
  padding-top: 10px;
}

/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers,
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

.ref { margin: 0px auto; padding: 10px 0px; font-size: 12px;color:#fff;height:15px; }

br{ height: 10px; line-height: 10px;}

a:focus{ outline: none;}

ul, li {list-style-type: none; list-style-position: outside; }

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;}
.center, .center p{text-align: center;}
.no-padding, .no-padding p{padding: 0px;}
.no-margin, .no-margin p{margin: 0px;}

.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.paragraph{
padding-left:20px;float:left;padding-right:0px;
}
.paragraph2{
  width:580px;padding-left:20px;
}
.paragraph3{
  padding-left:28px;
}
.paragraph4{
  width:385px; float:left;padding-left:15px;
}

.contenu-mdm{
  background: url(../images/charte/bg-mdm.jpg) repeat-y;
}
/*#contenu1, #container{	float:left;}*/
#flower{
	position: absolute;
	z-index: 1;
	display: block;
	margin: -194px 0 0 0px;
	width: 180px;
	height:194px;
	background:red url(../images/charte/left-fleur.jpg) no-repeat;	}

/* ===| IV. NAVIGATION |===============================================*/

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