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

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

#container, #footer, #header, #header2, .ref {width: 900px;}
#header {height:267px; background: url(../images/charte/bg-header.jpg) left top no-repeat;}
#header2 {height:138px; background: url(../images/charte/bg-header2.jpg) left top no-repeat;}
#left-column{width: 232px;  background: url(../images/charte/bg-left-column.jpg) left top repeat-y;}
#right-column, #actualite {width: 320px;}
#center-column, #mailing-liste {width: 348px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#footer, .push {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 auto -71px;}


/* ===| 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-body.jpg) left top repeat-x #ffffff;}

#wrap-container {
	background: url(../images/charte/bg-wrapcontainer.jpg) center top no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container {
	background: url(../images/charte/bg-container.jpg) left top repeat-y;
	margin:0 auto;
	text-align: left;
}
/*#wrap-container.wrap-container2{
  background: url(../images/charte/bg-container2.jpg) center top repeat-y;
}*/
#container.container2{
 background: url(../images/charte/bg-container2.jpg) left top repeat-y;
}

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

#content-int{padding:5px 13px 10px 13px;}


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

#center-column{ width:348px;  min-height: 247px !important; height: auto !important; height:247px;}

#menu-left{ background: url(../images/charte/bg-menu-left.jpg) 12px top no-repeat;
 min-height: 247px !important; height:auto !important;  }
#menu-left-int{ padding: 15px 7px 0px 43px;}

#actualite{ background: url(../images/charte/bg-actualite.jpg) left top no-repeat;
 min-height: 247px !important; height:auto !important;  height:247px; }
#actualite-int{padding: 10px 55px 10px 18px;}

#mailing-liste{ height: 73px; background: url(../images/charte/bg-mailing-liste.jpg) left top no-repeat;}
#mailing-liste-int{padding: 10px 7px 0px 10px;}

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


#content{ padding: 0; margin:0;
/*background: url(../images/charte/bg-content.jpg) left top repeat-y;*/
min-height: 174px;
}
#title{
	height: 47px;
	float: right;
	margin-bottom: 25px;
}
/*----- Footer ------*/

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

#copyright{
	clear: both;
	text-align: center;
}

/*	--- 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: 11px; color: #7F7F7F;}

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

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

.paragraph{
	clear: both;
	margin-bottom: 25px;
}

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

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