
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

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

#container, #footer, #header {width: 983px;}
#left-column {width: 226px;}
#right-column {width: 757px;}

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

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -43px;}


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

p{	padding: 0 5px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
    background: url(../images/charte/header.jpg) top left no-repeat;
    height: 200px;
}
#left-column{
	float:left;
}
#right-column{
	float:left;
    background: url(../images/charte/right-rp.jpg) top left repeat-y;


}
.r-left{
  background: url(../images/charte/cont-rx.jpg) top left repeat-x;
  width: 518px;
  min-height: 574px;
  height: auto !important;
  height: 574px;
  float: left;
  padding-bottom: 10px;
}
.r-right{
  width: 238px;

  float: left;
}
#actualite{
  background: url(../images/charte/mdm-repeat.jpg) top left repeat-y;
  width: 238px;
  float: left;
}
#r-contact{
  background: #3b3b3a;
  width: 229px;
  height: 60px;
  float:left;
  margin-top:37px;
  margin-left: 4px;
  color: #FFFFFF;
  text-align: center;
  padding-top:4px;
}

.le-menu{
/*  background: url(../images/charte/menu1.jpg) top left no-repeat;*/
  width: 226px;

}
.capdec{
  background: url(../images/charte/coupdeco.jpg) top left no-repeat;
  width: 509px;
  height: 235px;
  margin-left:3px;

}
.capalb{
  background: #fff;
  margin-top:34px;
  width: 480px;
  height: 177px;
  float: left;

}
.inbor{
  border:1px solid #aaaaaa;
}
.part-link{
  color:#8b0221;
  text-decoration:none;
}
.part-link:hover{
  color:#000;
  text-decoration:none;
}

.diapo{
  background: url(../images/charte/diapo1.jpg) top left no-repeat;
  width: 757px;
  height: 194px;
}
#recherche{
  background: url(../images/charte/recherche.jpg) top left no-repeat;
  width: 226px;
  height: 387px;
}


#footer {
    background: url(../images/charte/footer.jpg);
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 10px 0 0;
	text-align: center;}

.box-merci{
  background: url(../images/charte/merci-rp.jpg) top left repeat-x;
  border-left: 1px solid black;
  border-right: 1px solid black;
  width: 500px;
  height: 235px;
  float: left;
  margin:30px 0 0 5px;
}
.btnrech{
  background: url(../images/charte/btnrecherche.jpg) top left no-repeat;
  width: 113px;
  height: 20px;
  border: none;
  cursor: pointer;
}
.btnrech:hover{
  background: url(../images/charte/btnrecherche-over.jpg) top left no-repeat;
  width: 113px;
  height: 20px;
  border: none;
  cursor: pointer;
}
.classmdm{
  background: #fff;
  margin-left:5px;
  width:229px;
}
#mdm-head{
  background: url(../images/charte/mdm-head.jpg) top left no-repeat;
  width: 238px;
  height: 29px;
  float: left;
}
#mdm-foot{
  background: url(../images/charte/mdm-foot.jpg) top left no-repeat;
  width: 239px;
  height: 5px;
}
.fptext{
   width:140px;
   float:left;
   font-weight:bold;
}
.fptext2{
   margin-top: 15px;
   padding-left: 20px;
   float:left;
   font-weight:bold;
   color: #FFFFFF;
}
.mdmtitlu{
  color: #a60328;

}
.mdmtitlu:hover{
  color: #000;

}


.lmstil a:hover{
  text-decoration: none;
}
.lmstil{
  background: #900222;
  padding-left: 40px;
  margin:2px 3px;


}
.lmstil:hover{
  background: #303030;
  margin:2px 3px;
  text-decoration:none;
}

.lmstil2{
  background: #303030;
  margin:2px 3px;
  text-decoration:none;
  padding-left: 50px;
}
.lmstil2 a{
  text-decoration:none;
}
.lmstil2:hover{
  background: #303030;
  margin:2px 3px;
  text-decoration:none;
}

/*	--- 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;}
a:focus {
   outline: none;
} 
.thumb{
	display: block;
	margin:1px 5px;}
	
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0}

.paragraph{
	clear: both;
	display: table;}

.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;}

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