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

#container, #footer, #header {width: 810px;}
#header {height:230px;}
#left-column {width: 200px;}
#right-column {width: 531px;padding-right:79px;}

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

.push	{clear: both;}

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


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

a:focus{
  outline: none;
}
.clear{
  clear:both;
  padding:0px;
  margin:0px;
}

#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;
   }
#right-column{
	float:left;
}



#footer {
	margin: 0 auto;
	padding: 0;}


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



/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}

/* ---| left-column |------------------------- */
#menu-left{
  width:200px;
  height:206px;
}
#actualite{
  width:167px;
  height:151px;
  padding:49px 18px 0 15px;
}

#info{
  width: 183px;
  height:288px;
  padding:66px 0 0 17px;
}

/* ---| right-column |------------------------- */

.paragraph{
	clear: both;
	display: table;
    display:inline;
    width:502px;
    padding:0 15px 0 14px;
    float:left;
}
.photo{
  width:228px;
  height:150px;
}
.thumb-left{
  border:2px solid #CCCC66;
  margin-right:2px;
  float:left;
}
.thumb-right{
  border:2px solid #CCCC66;
  float:left;
}
ul.list1{
    list-style: none;
	}
ul.list1 li{
	background: url(../images/charte/bullet.jpg) no-repeat top left;
    background-position:0px 4px;
	text-align:left;
    line-height: 18px;
    padding-left:20px;
    text-align: justify;
}
.separator{
    display:inline;
	height: 0px;
    float:left;
    width:502px;
    margin:0 15px 0 14px;
	border-bottom: 1px solid #C7C7C7;
	line-height: 0px;
    font-size: 0px;
}
#text{
  clear:both;
  height:60px;
  margin:0px 0 0 36px;
}
#text2{
  clear:both;
  height:40px;
  margin:14px 0 8px 36px;
}
#text3{
  clear:both;
  height:40px;
  margin:14px 0 4px 24px;
}

#diapo{
  float:right;
  width:166px;
  height:360px;
}
#diagrama{
  float:left;
  width:531px;
  height:372px;
}
.box{
	float:left;
    width:146px;
    height:130px;
    padding:8px 0 0 3px;

}

/* ---| footer |------------------------- */
#digital-age{
   width:185px;
   height:45px;
   padding:15px 0 0 15px;
   float:left;
}
#mentions{
   width:516px;
   height: 45px;
   padding:15px 0 0 15px;
   float:left;
}

/* ---| THE END |------------------------- */