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

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

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#footer{height: 77px;}
.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, body {height: 100%; width: 100%;background:#424242;}
body {text-align: center; }

#contenu {
 	min-height: 100%;
 	height: auto !important;
 	height: 100%;
  width: 900px;
  background:#fff;
  margin: 0 auto;
  float: left;
}

#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: 900px;
  margin:0 auto;
  text-align: center;
}
.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:245px;}
#right-column{ float: left; margin: 0px;width:655px;background:#FFFFFF;}


/*#actualite-int{padding: 0px 0px 0px 20px;clear:both;height:145px;}*/
#newsletter{
  background:url(../images/charte/bg-news.jpg) no-repeat;
  height: 31px;
  width: 245px;
  padding-top: 35px;
}
.plan{
  background:url(../images/charte/bg-plan.jpg) no-repeat ;
  width:245px;
  height: 112px;
}


.coordones{
  background: url(../images/charte/bg-coordones.jpg) left top no-repeat;
  width: 233px;
  padding-left: 12px;
  height: 92px;
  padding-top: 65px;
}
.coordones p{
  color: #000000 !important;
}

.coordones a{
  color: #015C04;
  font-size: 12px;
  float: left;
}


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


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

#wrap-footer{
  background: url(../images/charte/bg-wrapfooter.jpg) repeat-x center top;
  height: 77px;
  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: 130px;
  width: 230px;
  padding-left: 15px;
}
#actualite p{
  color: #1D1D1D;
  text-align:justify;
  line-height: 14px;
  font-size: 12px;
}
.recherche{
  background:url(../images/contenu/recherche.jpg) no-repeat ;
  width:76px;
  height: 18px;
  border: none;
  cursor: pointer;
}
.recherche-over{
  background:url(../images/contenu/recherche-over.jpg) no-repeat ;
  width:76px;
  height: 18px;
  border: none;
  cursor: pointer;
}

.bullet-menu1{
  background:url(../images/contenu/sep1.jpg) no-repeat 0px 3px;

  float: left;
  height: 11px;
  padding-left: 10px;
  text-align: left;
}
.bullet-menu2{
  background:url(../images/contenu/sep1.jpg) no-repeat 0px 3px;
  width: 96px;
  padding-left: 10px;
  float: left;
  height: 11px;
  text-align: left;
}
.bullet-menu3{
  background:url(../images/contenu/sep1.jpg) no-repeat 0px 3px;
  width: 130px;
  padding-left: 10px;
  float: left;
  height: 11px;
  text-align: left;
}
.bullet-menu4{
  background:url(../images/contenu/sep1.jpg) no-repeat 0px 3px;
  width: 130px;
  padding-left: 5px;
  float: left;
  height: 11px;
}
.crumps{
  padding-top:10px;
  font-size:14px;
  text-align:center;
}
.crumps a:link, .crumps a:visited{
  color: #007E05;
  text-decoration: none;
  font-weight: bold;
}
.crumps a:hover, .crumps a:active{
  text-decoration: underline;
  font-weight: bold;
}
.ref { margin: 0px auto; padding: 10px 0px; font-size: 12px;text-align:center; color:#FFFFFF;}
