
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 996px;}
#header {height:167px;}
#left-column {width:628px;}
#right-column {width: 368px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 95px;}

.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 -95px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}
object { outline:none; }

html, body { width: 100%; }
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;
  min-height: 100%;
	height: auto !important;
	height: 100%;
   }
#header {
/*	text-indent: -9999em;*/}

#left-column{
	float:left;

	}


#right-column{
	float:left;
}
#diaporama{
  width:368px;
  height:398px;
}
#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}
.ref {
		width: 996px;
		margin: 0 auto;
		text-align:center;
		color: #343434;
		font-family:Tahoma, Verdana,Arial;
		font-size:11px;
		padding-top:10px;
	}


/*	--- 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 |------------------------- */
