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

#container, #footer, #header {width: 780px;}
#header {height:262px;}


/*	--- 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;
}
p{
  padding:0px;
  margin:0px;
}
.ref {
        clear:both;
        width:780px;
		text-align:center;
		padding:10px 0 2px 0;
        color:#000000;
	}
#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#left-column{
	float:left;
    width: 214px;
    padding-left:1px;
}

#right-column{
	float:left;
    width: 535px;
    padding:0 15px 0 15px;
}

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

/*	--- left-column ---------------------------------- */
#actualite{
  width:185px;
  height:151px;
  padding:40px 15px 0 14px;
}
#actualite img{
  float:left;
  margin:2px 7px 0 0;
}
#actualite-text{
  height:124px;
}

#info{
  width:200px;
  height:108px;
  padding:62px 0 0 14px;
}
#newsletter{
  width:185px;
  height:67px;
  padding:40px 15px 0 14px;
}
#plan{
  width:200px;
  height:74px;
  padding:36px 0 0 14px;
}
/*	--- footer ---------------------------------- */
#digital-age{
  float:left;
  width:199px;
  height:45px;
  padding: 15px 0 0 15px;
}
#mentions{
  float:left;
  width:550px;
  height:45px;
  padding: 15px 15px 0 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;}

.thumb{
	border:solid 1px #283E5D;
}
.thumb-right{
    float:right;
	border:solid 1px #283E5D;
    margin-left:20px;
}
.thumb-left{
    float:left;
	border:solid 1px #283E5D;
    margin-right:22px;
}

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

/*	--- right-columns ---------------------------------- */
.paragraph{
	clear: both;
	display: table;
    width:535px;
}
#text1{
  display:inline;
  float:left;
  width:341px;
  height:104px;
  padding:8px 12px 0 12px;
}
ul.list1{
    display:inline;
    list-style: none;
    float:left;
	}
ul.list1 li{
	background: url(../images/charte/bullet.jpg) no-repeat top left;
    background-position:0px 4px;
	text-align:left;
    line-height: 16px;
    padding-left:15px;
    color:#17548C;
}
#text2{
    float:left;
    width:365px;
    height:116px;
    padding-top:12px;
    text-align: center;
}
.photo{
  display:inline;
  width:148px;
  height:168px;
  margin: 5px 13px 5px 13px;
  float:left;
  text-align: center;
  background-color: #ECF8F8;
}
.title{
  width:148px;
  height:20px;
  border-bottom: 1px solid #0D4D7F;
  background: url(../images/charte/bullet.jpg) no-repeat top left;
  background-position:2px 6px;
  float:left;
}

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