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

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

#container, .ref {width: 800px;}
#header {width:1004px;}

#header {height:260px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/
#footer{height: 82px;}
.push	{clear: both; height: 79px;}

/* --- 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: #fff url(../images/charte/bg-wrapcontainer1.jpg) left top repeat-x;}
body {text-align: center; }

#contenu {
   height: 100%;
   float:left;
   width: 904px;
   padding-left:100px;
}

#wrap-container1 {
   background: url(../images/charte/bg-body.jpg) top center repeat-y;
   height: 100%;
   min-height: 100%;
   height: auto !important;
}

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

#container {
  width: 1004px;
  margin:0 auto;
}

/*----- Content ------*/
.menu-left{
  height: 210px;
  width: 170px;
  padding-left: 10px;
 }
#left-column{ float: left; margin: 0px; padding: 0px;width:232px;}
#right-column{ float: left; margin: 0px; padding: 0px;width:558px;}


#menu1{
  width:221px;

  margin: 0px;
  padding: 0px;
}
#actualite{
  background: url(../images/contenu/bg-actualites.gif) top left no-repeat;
  height: 125px;
  width: 222px;float:right;
  padding-top: 60px;
}

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

.mailing{
  background: url(../images/contenu/bg-mailing.gif) left top no-repeat;
  width:222px;
  height: 101px;float:right;
}
.plan{
  background: url(../images/contenu/bg-plan.gif) left top no-repeat;
  width: 222px;
  height: 180px;
  float:right;
}


#title{
	float: left;
	margin-bottom: 25px;
  width: 570px;
}
/*----- Footer ------*/


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

#wrap-footer{
  background: url(../images/charte/bg-wrapfooter.jpg) repeat-x center top;
  height: 79px;
}


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

.ref { margin: 0px auto; padding: 10px 0px; font-size: 12px;color:#fff;height:15px; }

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)
*/
.left{float: left;}
.right{float: right;}
.center, .center p{text-align: center;}
.no-padding, .no-padding p{padding: 0px;}
.no-margin, .no-margin p{margin: 0px;}

.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.paragraph p{
padding-left:24px;padding-bottom:5px;
}
.paragraph2{
padding-left:20px;
}
.paragraph3{
  padding-left:35px;
}
.paragraph4{
float:left;padding-left:10px;
}

.contenu-mdm{
  background: url(../images/charte/bg-mdm.jpg) repeat-y;
}
/* referencement */
.ref
{
    clear: both;
    margin: 0 auto;
    width: 800px;
    text-align: center;
    color:#000;
    padding-top:30px;
}



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