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

#container, #footer, #header {width: 952px;}
#header {height:166px;}
#left-column {width: 326px;}
#right-column {width: 626px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}
object { outline:none; }

html, body { width: 100%; }
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}


#wrap-container {
  min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;
   }
#header {
/*	text-indent: -9999em;*/}

#left-column{
	float:left;
	}
#actualite{
  width:326px;
  height:226px;
}
#int-actualite{
  padding-top:55px;
  padding-left:38px;
  padding-right:40px;

}

#coordonnees{
  width:326px;
  height:219px;
}
#int-coordonnees{
 padding-top:80px;
 text-align:center;

}
#plan{
  width:326px;
  height:149px;
}
#int-plan{
 padding-top:34px;
 text-align:center;

}
#right-column{
	float:left;
}
#int-bg-content{
 text-align:justify;
 padding-right:38px;
}
#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}
.ref {
		width:100%;
		margin: 0 auto;
		text-align:center;
		color: #392a2b;
		font-family:Arial;
		font-size:12px;
    background-color:#ededed;
	}


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

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

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

.thumb{
	display: block;
 }

object { outline:none; }
/* ===| IV. NAVIGATION |===============================================*/

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