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

/*===| I. LAYOUT SIZE |====================================================*/
#header {height:339px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/

.push	{clear: both; height: 77px;}

/* --- 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 {height: 100%; width: 100%;background:#FAEEE0;}
body { width: 100%;background:#FAEEE0;text-align: center; }

#contenu {
 	min-height: 100%;
 	height: auto !important;
 	height: 100%;
  width: 940px;
  background:url(../images/charte/bg-contenu.jpg) repeat-y ;
  margin: 0 auto;
}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
  margin: 0 auto -77px;
}

#container {
  background: #606060 url(../images/charte/bg-wrapcontainer.jpg) left top repeat-x ;
  width: 998px;
  margin:0 auto;
  text-align: justify;
}
.bg-empty{
  background:url(../images/charte/bg-empty.jpg) no-repeat;
  clear: both;
  height: 28px;
}

/*----- Content ------*/
#left-column{ float: left; margin: 0px; padding: 0px;width:268px;}
#right-column{ float: left; margin: 0px;width:664px;padding-left:6px;}


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

.plan{
  background: url(../images/charte/bg-coordones.jpg) left top no-repeat;
  width: 253px;
  padding-left: 15px;
  height: 83px;
  padding-top: 70px;
}
.plan p{
  color: #000000 !important;
}

.plan a{
  color: #729D0E;
  font-size: 12px;
  font-weight: bold;
  float: left;
  padding-left: 14px;
}


/*----- Footer ------*/
#wrap-footer{
  background: url(../images/charte/bg-wrapfooter.jpg) repeat-x center top;

}
#footer{}
#footer {
	background: #FAEEE0 url(../images/charte/bg-footer.jpg) center top no-repeat;
	margin: 0 auto;
  padding: 0px;
  width: 998px;
}

.ref{
  font-size: 11px;

  clear:both;
}



#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: 10px; line-height: 10px;}

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




#actualites-tabs{
    float: left;
    padding-left:150px;
    padding-top: 10px;
    height: 38px !important;
    text-align: left;
}

#actualite{
  background: url(../images/charte/bg-mdm.jpg) top left no-repeat;
  height: 248px;
  width: 263px;
  padding-left: 5px;
}
#actualite p{
  color: #5E4A31;
  text-align:justify;
}
