


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

#container, #footer, #header  {width: 784px;}
#header {height:266px;}
#left-column {width: 264px;}
#right-column {width: 520px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body { width: 100%; height: 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;*/}
#logo{
  width:527px;
  height:138px;
}
#header-diaporama{
  width:265px;
  height:119px;
}

#left-column{
	float:left;
	}
#flash-menu{
  height:151px;
  width:264px;
}
#newsletter{
  height:104px;
  width:264px;
}
#int-newsletter{
  padding-top:38px;
  padding-left:11px;

}
#produits{
  height:140px;
}
#int-produits{
  padding-top:40px;
  padding-left:32px;


}
#mdm{
  width:263px;
  height:128px;
  float:left;
}
#int-mdm{
  padding-top:34px;
  padding-left:13px;
  padding-right:13px;

}
#header-diaporama{
  width:264px;
  height:128px;
  float:left;
}
#photo-header{
  width:257px;
  height:266px;
  float:left;
}

#coordonnees{
  height:104px;
}
#int-coordonnees{
  padding-top:53px;


}
#plan{
  height:75px;
}

#int-plan{
  padding-left:118px;
  padding-top:2px;
}

#horaires{
  height:115px;
}

#int-horaires{
  padding-top:38px;
}

#right-column{
	float:left;
  }
#content{
  width:520px;
}
#int-content{
  padding-left:8px;
  padding-right:8px;
}
#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}

.ref {
		width: 784px;
		margin: 0 auto;
		text-align:center;
		color: #fefbec;
		font-family:Verdana,Arial;
		font-size:11px;
	}
#menu2{
	width: 100%;}
#menu2 ul{
	padding: 0;
 	text-align: center;
}
.copyright{
 	padding: 5px 0 0;
	text-align: center;}

/*	--- 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;	margin-right:5px;} .right{float: right;}

.thumb{
	display: block;
 }
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}
/* ---| THE END |------------------------- */