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

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

#container, #footer, #header {width: 866px;}
#header {height:335px;}
#left-column {width: 269px;}
#right-column {width: 596px;}

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

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

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


/* ===| 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;}
body{
  background: url(../images/charte/bg-repeat.jpg) top left repeat-x;
  background-color: #fde2d4;
  height: 850px;
}

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

#left-column{
    background: url(../images/charte/left-col.jpg) top left no-repeat;
	float:left;
    height: 515px;
}
#right-column{
    border-right:1px solid #fdd0b8;
	float:left;
}
#path-a{
  background: url(../images/charte/path.jpg) top left no-repeat;
  height: 47px;
  width: 597px;
  float: left;
}
#bienvenue{
  background: url(../images/charte/bienvenue.jpg) top left no-repeat;
  width: 596px;
  height: 42px;
}
#index-box{
  background: url(../images/charte/index-box.jpg) top left no-repeat;
  width: 460px;
  height: 89px;
  float: left;
}

#actualite, #contact-info, #promo {height: 125px;}

#footer {
	margin: 0 auto;
	padding: 0;}

#index-bl{
  background: url(../images/charte/index-bl.jpg) top left no-repeat;
  float: left;
  width: 305px;
  height: 99px;
}
#index-br{
  background: url(../images/charte/index-br.jpg) top left no-repeat;
  float: left;
  width: 291px;
  height: 99px;
}
#index-mdm{
  background: url(../images/charte/mdm.jpg) top left no-repeat;
  width: 596px;
  height: 138px;
  float: left;
}
#content-footer{
  background: url(../images/charte/content-footer.jpg) bottom left no-repeat;
  width: 596px;
  height: 10px;
  float: left;
}

#right-f{
  float: right;
  width:500px;
}
#left-f{
  float:left;
  width: 200px;
}

ul.list{
   padding-left: 20px;
}
.index-text{
  padding-left: 13px;
  width: 570px;
  text-align: justify;
  padding-top: 18px;
}
.separator-d{
  background: url(../images/charte/separator.jpg) top left no-repeat;
  width: 596px;
  height: 2px;
  margin-top: 9px;
  padding-bottom: 5px;
  float:left;
}

.list li.row {
  background: url(../images/charte/bullet.jpg) center left no-repeat;
  padding-left:20px;
  color: #4c7f00;
  font-weight: bold;
  line-height: 25px;
	font-family: Verdana;
	font-size: 12px;
}

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

.index-bl{
  width: 236px;
  padding-left: 55px;
  padding-top: 10px;

}
.index-br{
  width: 220px;
  padding-left: 55px;
  padding-top: 10px;

}
.legales:link, .legales:active{
  color:#f57d3d;
  text-decoration: none;
}
.legales:hover, .legales:visited{
  text-decoration:underline;
}

.dig-age{
  color: #f57d3d;
}
#thumb-mdm{
  width: 105px;
  height: 82px;
  float:left;
  padding: 30px 0 0 20px;
}
#description{
   width:425px;
   height: 40px;
   padding-top: 10px;
   float:left;
   color:#6e7172;
}
#title{
  float:left;
  text-align:left;
  padding-left:20px;
  color:#6e7172;
  padding-top:27px;
}
#custome-btn{
   height:23px;
   padding-left: 450px;

}
.button1{
  background: url(../images/charte/one.jpg) top left no-repeat;
}
.buttonover1{
  background: url(../images/charte/one-over.jpg) top left no-repeat;
}
.button2{
  background: url(../images/charte/two.jpg) top left no-repeat;
}
.buttonover2{
  background: url(../images/charte/two-over.jpg) top left no-repeat;
}
.button3{
  background: url(../images/charte/three.jpg) top left no-repeat;
}
.buttonover3{
  background: url(../images/charte/three-over.jpg) top left no-repeat;
}
#savoirplus{
  float: left;
}

#flipping-book{}
.diaporam{
  float:left;
  padding-left: 80px;
}

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

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