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

#container, #footer, #header {width: 890px;}
#header {height:291px;}


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

.push	{clear: both;}
.ref {
		text-align:center;
        color:#ffffff;
        font-size: 12px;
        font-family: arial;
        width:890px;
	}

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

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;
    padding-bottom:18px;
}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
    width:230px;
}
#right-column{
	float:left;	
    width:638px;
    padding-left:22px;
}

#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;}

.thumb-right{
  float:right;
  margin:0px 20px 0 12px;
  border:1px solid #0D5E9D;
}
.thumb-left{
  float:left;
  margin-right:10px;
  border:1px solid #0D5E9D;
}
.spacer{
  clear:both;
  width:638px;
  height:15px;
  line-height: 0px;
  border-bottom:1px solid #C8D5DB;
}



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

/*------------------------------left column-----------------------------*/
#actualite{
  width:214px;
  height:135px;
  padding:38px 6px 0 10px;
}
#actualite img{
  float:left;
  margin-right:5px;
}

#info{
  width:230px;
  height:92px;
  padding-top:52px;
  text-align:center;
}
#plan{
  width:229px;
  height:69px;
  padding:30px 0 0 1px;
}
#diapo{
  width:230px;
  height:222px;
}
/*-----------------------------right-column-------------------------*/
#title{
  width:638px;
  height:40px;
  text-align:right;
}
.paragraph{
	clear: both;
	display: table;
    width:638px;
}
ul.list1{
    float:left;
    display:inline;
    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:18px;
}


ul.list2{
    float:left;
    display:inline;
    list-style: none;
	}
ul.list2 li{
	background: url(../images/charte/bullet1.jpg) no-repeat top left;
    background-position:0px 4px;
	text-align:left;
    line-height: 18px;
    padding-left:18px;
}
.head{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #1368A9;
  border-right:1px solid #ffffff;
  height:20px;
}
.row1{
  background-color: #1A83BA;
  font-family: arial;
  color:#ffffff;
  text-align:center;
  border-right:1px solid #ffffff;
  border-bottom: 1px solid #1368A9;
  font-weight: bold;
}
.row2{
  font-family: arial;
  color:#000000;
  text-align:center;
  border-right:1px solid #1368A9;
  border-bottom: 1px solid #1368A9;
}
.head_left{
  background-color: #DCF3FB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align:center;
  color:#005494;
  font-weight: bold;
  height:20px;
  border-right:1px solid #1368A9;
  border-bottom: 1px solid #1368A9;
}

/*----------------------------footer-------------------------------*/
#digital-age{
  width:230px;
  height:50px;
  padding-top:10px;
  float:left;
  text-align:left;
}
#mentions{
  width:660px;
  height:50px;
  padding-top:10px;
  float:left;
  text-align:right;
}


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