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

#container, #footer, #footer1, #header, #header1 {width: 996px;}
#header, #header1 {height:109px;}
#left-line {width: 1px;height:409px;}
#left-column {width: 709px;}
#right-column {width: 286px;}

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

.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 -83px;}


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

	}
#int-left-column{
	padding-left:16px;

	}

#mdm{
  width:286px;
  height:191px;
}
#int-mdm{
  padding-top:69px;
  padding-left:33px;
  padding-right:21px;

}
#newsletter{
  width:286px;
  height:70px;
}
#int-newsletter{
 padding-top:35px;
  padding-left:34px;


}
#horaires{
  width:286px;
  height:148px;
}
#int-horaires{
 padding-top:48px;
  padding-left:34px;

}
#right-column{
	float:left;
}

#content{
  text-align:left;
 }

#int-content{
 padding-left:5px;
 padding-right:5px;
 padding-top:10px;
}
#index-right{
  width:331px;
  height:391px;
}
#int-index-right{
  padding-top:201px;

}


#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}
#footer1 {
	margin: 0 auto;
	text-align: left;
	padding: 0;}

.ref {
		width: 996px;
		margin: 0 auto;
		text-align:center;
		color: #ffffff;
		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 |------------------------- */