@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/
*{
  outline: none;
}


#container, #footer, #header {width: 808px;}
#left-column {width: 309px; float:left;}
#right-column {width: 493px; float:left; background: url(../images/charte/right-col-bg.jpg) top left repeat-y;}
#footer { background: url(../images/charte/footer.jpg) top left no-repeat; height:58px;}


/*	--- 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 {	margin: 15px auto -58px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body {height: 100%; 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;}
div.bg-bottom{
height: 100%;
/*display: table; */
background: url(../images/charte/left-col.jpg) bottom left no-repeat;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin: 0;
  min-height: 100%;
  display:table;
  height: auto !important;
	height: 100%;
  }
#right-column{
	float:left;
  margin: 0;
  height:auto;

  }
hr{
clear:both;
}

#actualite, #contact-info, #promo {height: 125px;}

#footer {
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 17px 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;} .right{float: right;}

.thumb{
	display: block;
	margin:1px 5px;}
	
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0}

.paragraph{
	clear: both;
	display: table;}

.reference-nature
{
  float:left;width: 190px; padding-left: 30px; padding-right: 10px; text-align: center;
}
.logo
{
  float:left; width: 200px;text-align: center;
}

.encart
{
border: 1px solid #685340;
padding-left: 20px; padding-top: 10px;
background-color: #ecf1d1;
color: #685340;
}

.text-style
{
  float: left;padding-top: 50px; width: 324px;  padding-left: 5px;
}




/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */
