@import url(typo.css);
@import url(skin.css);
@import url(forms.css);
@import url(menu.css);

object { outline:none; }
/*===| I. LAYOUT SIZE |====================================================*/
#header {height:369px;width:884px;}
/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#footer{height: 38px;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/
/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0px; padding: 0px;}

/*----- Background ------*/
html, body {height: 100%; width: 100%;}
/*{text-align: center;  width: 100%;}*/

#wrap-container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
  margin: 0 auto -38px;
  background:url(../images/charte/bg-wrapcontainer.jpg) repeat left top;
}

#container {
  width: 884px;
  height:  648px !important;
  margin:0 auto;
  text-align: center;
}
#contenu{
  float:left;padding-left:0px;
  border-left: 1px solid #BDBDBD;
}

/*----- Content ------*/
#left-column{ float: left;width:694px;padding-left:24px;padding-top:17px;background:url(../images/charte/bg-left.jpg) repeat-x;height:262px;}
#right-column{ float: left; margin: 0px;width:165px;background:url(../images/charte/bg-right.jpg) no-repeat;height:190px;padding-top:90px;}


/*#actualite-int{padding: 0px 0px 0px 20px;clear:both;height:145px;}*/

/*----- Footer ------*/


#footer {
	background: url(../images/charte/bg-footer.jpg) center bottom no-repeat;
	margin: 0 auto;
  padding: 0px;
  width: 884px;
  height: 38px;

}

#copyright{
	clear: both;
	float:left;
  width:180px;
  text-align: left;
  padding-top: 10px;
}

/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers,
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

br{ height: 5px; line-height: 5px;}

a:focus{ outline: none;}

ul, li {list-style-type: none; list-style-position: outside; }

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements
	you want to float (on the thumbs, for example)
*/

.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
/* ---| THE END |------------------------- */
.expand p{
  width:500px;
  float:left;
  color:#486AA0;
  font-weight: bold;
}
.expand-over p{
  width:500px;
  float:left;
  color:#486AA0;
  font-weight: bold;
  text-decoration: underline;
}
.ref{font-size:11px; text-align: center; margin:0 auto; width:844px; padding:5px 0 0 0;}
