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

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

#container, #footer, #header {width: 829px;}
#left-column {width: 285px;}
#right-column {width: 544px;}

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

.push	{clear: both;}

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


/* ===| 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;}
a:focus {
   outline: none;
}
#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
   background: url(../images/charte/bg-repeat.jpg) top left repeat-y;
	margin:0 auto;
	text-align: left;}

#left-column{
	float:left;
}
#right-column{
	float:left;	
}
.ref {
width: 829px;
margin: 0px auto;
text-align: center;
	}

#footer {
    background: url(../images/charte/footer.jpg) top left no-repeat;
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 0px 5px 0;
	text-align: right;}
#lmenu{
  width: 340px;
  height: 362px;
  float: left;
}
#head-diap{
  width: 489px;
  height: 278px;
  float: left;
}
#actualite{
  background: url(../images/charte/mdm.jpg) top left no-repeat;
  width: 489px;
  height: 84px;
  float: left;
}
#contact-info{
  background: url(../images/charte/coord.jpg) top left no-repeat;
  height: 199px;

}
#promo{
  background: url(../images/charte/planacces.jpg) top left no-repeat;
  width: 285px;
  height: 74px;
}
#left-diap{
  width: 285px;
  height: 273px;
}
#title{
  background: url(../images/charte/title.jpg) top left no-repeat;
  height: 69px;
}
#title-2{
  background: url(../images/charte/title-2.jpg) top left no-repeat;
  height: 69px;
}
#title-b{
  background: url(../images/charte/title-b.jpg) top left no-repeat;
  height: 69px;
}
#title-c{
  background: url(../images/charte/title-c.jpg) top left no-repeat;
  height: 69px;
}
#title-d{
  background: url(../images/charte/title-d.jpg) top left no-repeat;
  height: 69px;
}
#title-e{
  background: url(../images/charte/title-e.jpg) top left no-repeat;
  height: 69px;
}
#fleft{
  float: left;
  width: 220px;
  padding-left: 30px;
  margin-top: 14px;
  text-align: left;
  color:#001f33;
}
#fright{
 margin-top: 14px;
 float: left;
 width:550px;
}
.dig-age{
  text-decoration: none;
    color:#001f33;
}

.dig-age:hover{
  text-decoration: underline;
}


.par{
  padding-right: 50px;
  padding-left: 12px;
  line-height: 20px;

}
.pright{
float:right;
margin:12px 42px 20px 20px;
}
.par-orange{
   color:#e8af03;
   padding-top:12px;
}
.par-orangeb{
   color:#e8af03;
   padding-top:12px;
   font-weight: bold;
}
.par-orangec{
   color:#e8af03;
   padding-top:52px;
   font-weight: bold;
   padding-left: 20px;
}
ul.list{
padding-top:10px;
padding-left: 19px;
}
.list li.bullet{
  background: url(../images/charte/bullet.jpg) left 2px no-repeat;
  padding-left: 30px;
  margin: 10px 0;
}
.list li.bullet2{
  background: url(../images/charte/bullet.jpg) left 2px no-repeat;
  padding-left: 30px;
  margin: 5px 0;
  font-weight: bold;
}
.legales{
  color: #e8af03;
  text-decoration: none;
  font: 11px Tahoma;
}
.legales:hover{
  color: #e8af03;
  text-decoration: underline;
}
#logor1{
  width: 530px;
  float:left;
}

caption.table{
  border: 1px solid #7e807b;
  border-bottom: none;
  color: #787878;
}

table.table{
  border: 1px solid #7e807b;
  width: 240px;
  float:left;
  background: #e3d9cf;
}
table.table2{
  border: 1px solid #7e807b;
  width: 240px;
  float:right;
  background: #e3d9cf;


}
td.table{
  border: 1px solid #7e807b;
  text-align: center;
  font-weight: bold;
  color: #fe7201;
}

.tabler1{
  float: left;
  width: 500px;
  padding: 10px 0 10px 10px;
}
.contacter{
  text-decoration: none;
   color:#e8af03;
   font-weight: bold;

}

.contacter:hover{
  text-decoration: underline;
}

/*	--- 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;}
.left{
  padding-left: 12px;
}

.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{
   background: url(../images/charte/separator.jpg) top left no-repeat;
   width: 544px;
   height: 14px;

   }

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