
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 996px;}
#header {height:318px;}
#left-column {width: 278px;}
#right-column {width: 718px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 54px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {width:996px;	margin: 0 auto -54px;}


/* ===| 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-line{
	float:left;

	}
#left-column{
	float:left;

	}
#actualite{
  width:278px;
  height:106px;
}
#int-actualite{
  padding-top:29px;
  padding-left:16px;
  padding-right:16px;

}
#consommer{
  width:278px;
  height:151px;
}
#horaires{
  width:278px;
  height:72px;
}
#int-horaires{
 padding-top:31px;
  padding-left:16px;

}
#coordonnees{
  width:278px;
  height:173px;
}
#int-coordonnees{
 padding-top:36px;
  padding-left:16px;

}
#right-column{
	float:left;
}
#int-right-column{
 text-align:justify;
 padding-left:20px;
 padding-right:19px;
}
#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}
.ref {
		width: 996px;
		margin: 0 auto;
		text-align:center;
		color: #000000;
		font-family:Arial;
		font-size:11px;
	}


/*	--- 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;
 }
/* ===| IV. NAVIGATION |===============================================*/

/* ---| THE END |------------------------- */
