
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

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

#container, #footer, #header {width: 972px;}
#header {height:141px;}
#left-column {width: 237px;}
#right-column {width: 722px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {height: 100%; 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;
}
#right-column{
	float:left;
  padding-left: 13px;
  }
.ref {
		position: absolute;
		top: -10000px;
	}

#footer {
	margin: 0 auto;
	padding: 0;}
#horaires{
 width:181px;
 padding-left: 12px;
 height: 118px;
 float:left;
 text-align:left;
 font-weight:bold;
 color: #ffffff;
 padding-top: 50px;
}
#actualites{
 float:left;
}
#coordonees{
 float: left;
 width:171px;
 text-align:left;
 color: #ffffff;
 padding-top: 49px;
 padding-left: 26px;
}
#copyright{
 float:left;
 width:112px;
 text-align:right;
 color: #fff;
 padding-top:50px;
 line-height: 18px;
}
