/*-----------------------------------*/


@import url(skin.css);
@import url(menu.css);
@import url(mdm.css);
@import url(flexcrollstyles.css);
@import url(typo.css);
@import url(forms.css);
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, .ref {width:990px;}
#header{height:159px; background: url(../images/charte/bg-header.jpg) left top no-repeat;}
#left-column, #top-left, #actualite, #contact-info, #promo, #menu-left{width: 334px;}
#right-column, #header {width: 656px;}

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

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


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

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

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

#wrap-container {
/*	min-height: 100%;
	height: 935px !important;
	height: 100%;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	margin:0 auto;
	text-align: left;
}

/*----- Content ------*/

#left-column { height: 800px; float: left; margin: 0px; padding: 0px; }
#right-column { float: left; margin: 0px; padding: 0px; }
#top-left{height:231px; background: url(../images/charte/bg-haut-gauche.jpg) left top no-repeat;}

#menu-left{height:184px; background: url(../images/charte/bg-menu-gauche.jpg) left top no-repeat;}


#actualite{ height: 173px; background: url(../images/charte/bg-mdm-gauche.jpg) left top no-repeat;}
#actualite-int{padding: 50px 35px 0px 30px;}

#info{ height: 220px; background: url(../images/charte/bg-coordonees.jpg) left top no-repeat;}
#info-int{padding: 50px 35px 0px 30px;}

#promo { height: 128px; background:url(../images/charte/bg-promo.jpg) left top no-repeat;}
#promo-int{padding: 0;}

#content{padding:0px; margin:0px;}
#title{
  /*background:url(../images/charte/bg-title.jpg) left top no-repeat;*/
  height: 43px;
  clear:both;
  float: right;
  padding-top: 70px;
  padding-right: 20px;
}
/*----- Footer ------*/

#wrap-footer{ background:#ffffff url(../images/charte/bg-wrap-footer.jpg) left 45px repeat-x;}
#footer {
	margin: 0 auto;
  padding: 0px;
  background:url(../images/charte/bg-footer.jpg) left 45px no-repeat;

}

#copyright{
  width:656px;
  float:right;
  text-align: center;
  clear: both;
}

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

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

.ref { margin: 0px auto; padding-top: 10px; font-size: 11px; }

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{
	clear: both;
	margin-bottom: 25px;
}
.clearer{
  line-height: 0px;
  height:0px;
  font-size: 0px;
  clear:both;
}

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

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