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

#container, #footer, #header {width: 900px;}
#header {height:299px;}
#left-column {width: 228px;}
#right-column {width: 672px;}

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

.push	{clear: both;}

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


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

	}
#flash-menu{
  width:228px;
  height:175px;
}

#actualite{
  width:228px;
  height:102px;
}
#int-actualite{
  padding-top:37px;
  padding-left:15px;
  padding-right:15px;

}
#coordonnees{
  width:228px;
  height:121px;
}
#int-coordonnees{
 padding-top:41px;
  padding-left:15px;

}

#bg-newsletter{
  width:228px;
  height:65px;
}
.int-bg-newsletter{
 padding-top:37px;
  padding-left:15px;

}

 .ok{
		background-image:url(../images/charte/ok.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		cursor: pointer;
		}
.okover{
		background-image:url(../images/charte/ok-over.jpg);
		background-position: left top;
		background-repeat: no-repeat;
  	   cursor: pointer;
}



#right-column{
	float:left;
}
#int-right-column{
 text-align:justify;
 padding-left:25px;
 padding-right:26px;
}
#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}
.ref {
		width: 900px;
		margin: 0 auto;
		text-align:center;
		color: #cccccc;
		font-family:Tahoma, Verdana,Arial;
		font-size:12px;
	}


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