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

#container, #footer, .ref {width: 979px;}
#actualite, #contact-info, #promo {width: 234px;}
#header {height:249px;float:left;}
#left-column{width:337px;float:left;}
#center-column{width:455px;float:left;background-color:#6F666C;height:375px;padding-top:22px;}
#right-column {width: 185px;float:left;background-color:#6F666C;height:397px;}
/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#footer, .push {height: 30px;}
.push	{clear: both;}

/* --- 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-body.gif) left top repeat;}

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

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

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

#actualite{ height: 150px;width:455px;background:url(../images/contenu/bg-actualites.jpg) no-repeat;}
#actualite-int{padding: 30px 0px 0px 0px;}

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

#plan{ height: 195px; background: url(../images/contenu/plan-thumb.jpg) left top no-repeat;}
#plan-int{padding: 70px 7px 0px 0px;margin:0px;}

#left-flash { height: 670px;}
#menu-top{ width: 642px;float:left;background-color:#6F666C; }
#menu-top-int { width: 625px; background: #534C51; }



#title{
	height: 47px;
	float: right;
	margin-bottom: 25px;
}
/*----- Footer ------*/

#wrap-footer{ }
#footer {
  background-color: #000;
	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: 12px; }

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;

}

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

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