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

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

#container, #footer, #header {width: 850px;}
#header {height:264px;}
#left-column, #actualite, #contact-info, #promo {width: 260px;}
#right-column {width: 590px;}

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

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


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

#wrap-container {
	background: url(../images/charte/bg-wrapcontainer.jpg) center top no-repeat ;
}
#container {
	margin:0 auto;
	text-align: left;
}

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

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

#actualite{ height: 159px; background: url(../images/charte/bg-actualites.jpg) left top no-repeat;}
#actualite-int{padding: 35px 7px 0px 10px;}

#info{ height: 169px; background: url(../images/charte/bg-coordonnees.jpg) left top no-repeat;}
#info-int{padding: 75px 7px 0px 10px;}
#info-int p{ color: #B8AD98;line-height:15px; }


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

#content{
  padding-left: 0px;
  border: 0px solid green;
  float:left;
}
#title{
	height: 32px;
	float: right;
}
/*----- Footer ------*/

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

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

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

.ref { margin: 0px auto; padding: 10px 0px 10px 420px; font-size: 12px;width:430px; }

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: 10px;
}

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

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