
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 943px;}
#header {height:136px;}
#left-column {width: 266px;}
#right-column {width: 677px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 95px;}

.push	{clear: both;}
 .clear1{
   clear: both; height: 10px; line-height: 0px; font-size: 0px;
 }

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {width:943px;	margin: 0 auto -95px;}


/* ===| 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;
	}
#flash-menu{
  width:266px;
  height:177px;
}
#actualite{
  width:266px;
  height:172px;
}
#int-actualite{
  padding-top:56px;
  padding-left:26px;
  padding-right:36px;

}

#coordonnees{
  width:266px;
  height:155px;
}
#int-coordonnees{
 padding-top:78px;
 padding-left:29px;

}
#plan{
  width:266px;
  height:115px;
}
#int-plan{
 padding-top:42px;
 padding-left:26px;

}
#right-column{
	float:left;
}
#bg-content{
  width:677px;
  height:608px;
}
#bg-content1{
  width:677px;
  height:608px;
}

#int-bg-content{
 padding-top:27px;
 text-align:justify;
 padding-right:26px;
}
#int-bg-content2{
 padding-top:5px;
 text-align:justify;
 padding-right:26px;
 padding-bottom:10px;
}
#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}
.ref {
		width:100%;
		margin: 0 auto;
		text-align:center;
		color: #330f43;
		font-family:Verdana;
		font-size:11px;
	}

.tab
{
  padding: 0 0 0px 12px;
	float: left;
}

/*	--- 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 |------------------------- */
