/*-----------------------------------*/
@import url(skin.css);
@import url(forms.css);
@import url(menu.css);
@import url(mdm.css);
@import url(flexcrollstyles.css);
@import url(typo.css);

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

#container, #footer, .ref, #header {width:784px;}
#header{height:269px; margin:0 auto;}
#left-column, #top-left, #actualite, #newsletter, #contact-info, #promo, #menu-left{width: 253px;}
#right-column {width: 531px !important;}

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

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


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

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

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

#wrap-header{height:269px;margin:0; padding:0; background: url(../images/charte/bg-header.jpg) center top repeat-y;}
#logo{height:113px; float:left; width: 531px; background: url(../images/charte/bg-logo.jpg) left top no-repeat;}

#wrap-container{background:url(../images/charte/bg-container.jpg) center top no-repeat;}

#container {
	margin:0 auto;
	text-align: left;
  height:481px !important;
}

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

#content, #left-column, #right-column{height:399px; background: #ffffff;}


#left-column {  float: left; margin: 0px; padding: 0px; }
#right-column { float: left; margin: 0px; padding: 0px; }


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

#newsletter{ height: 113px;float:left; background: url(../images/charte/bg-newsletter.jpg) left top no-repeat;}
#newsletter-int{padding: 50px 15px 0px 35px;}

#actualite{ height: 131px; background: url(../images/charte/bg-actualite.jpg) left top no-repeat;}
#actualite-int{padding:30px 10px 15px 10px;}

#info{ height: 179px; background: url(../images/charte/bg-coordones.jpg) left top no-repeat;}
#info-int{ }

#promo { height: 89px;}
#promo-int{padding: 0;}

#content{overflow:auto;}
#int-content{padding: 20px 10px 5px 10px; width:500px;}

#title{
  background:url(../images/charte/bg-title.jpg) left top no-repeat;
	height: 43px;
  clear:both;
}
/*----- Footer ------*/

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

#copyright{
  width:580px;
  float:left;
  margin:0;
  padding-top: 7px;
  text-align: left;

}

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

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

.ref { margin: 0px auto; padding-top: 5px; 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: 1px solid #000000;}


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


.paragraph{
	clear: both;
	margin-bottom: 25px;
}
.clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
  font-size: 0px;
}
#menu{
  margin-bottom:0;
  padding-bottom:0;
}

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

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