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

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

#container, #footer {width: 870px;}

#right-column {width: 553px;}

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

.push	{clear: both;}

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


/* ===| 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;
    height: auto;
    }
#header {
/*	text-indent: -9999em;*/}

#right-column{
	float:left;
    display: block;
}

#promo {height: 125px;}

#flash-menu{
  width: 870px;
  height: 66px;
}

#left-column{
   
   float:left;
   width: 286px;
   height: 536px;
}

#content1{
  padding-top: 10px;
  width: 550px;
}
#content2{
  float: left;
  padding-top:36px;
  padding-left: 12px;
  width:550px;
}
#content3{
  float: left;
  padding-top:91px;
  padding-left: 12px;
  width:550px;
}
#content4{
  float: left;
  padding-top:9px;
  padding-left: 12px;
  width:550px;
}


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

#contact-formx{
   float: left;
}


.copyright{
    float:right;
    width:350px;
	padding: 5px 0 0;
	text-align: right;
    color: #000000;
    }

#contact-left{
  float: left;
  width: 250px;
}
#contact-right{
  float: right;
  width: 220px;
  padding-left: 20px;
}
.details{
  text-decoration: none;
  color: #6b7100;
}
.details:hover{
  text-decoration: none;
  color: #260f00;
}
#mdmbox{
    padding-right: 5px;
    float:left;
    width:160px;
    font-size:11px;
    line-height: 12px;
    height:100px;
    color:#b5ac60;
    text-align:left;
}
#mdm-head{
    background: url(images/charte/mdm-bg.gif) top left no-repeat;
    float: left;
    width: 500px;
    height: 300px;
}


.mdm_link_over{
    background: url(../images/charte/savoirover.gif) bottom right no-repeat;
    padding-left: 15px;
    float: right;
    width:112px;
    height:19px;

}
.mdm_link{
    background: url(../images/charte/savoir.gif) bottom right no-repeat;
    padding-left: 15px;
    float: right;
    width:112px;
    height:19px;

}

.copyright2{
    float:right;
    width:350px;
	padding: 25px 0 0;
	text-align: right;
    color: #000000;
    }

#legal-over:link, #legal-over:visited{
  font-weight: bold;
  color:#2a1508;
  text-decoration: none;
}
#legal-over:hover, #legal-over:active{
  text-decoration: underline;
}

#dig-age:link, #dig-age:visited{
  font-size: 12px;
  padding-right: 25px;
  font-weight: bold;
  color:#d1c87d;
  text-decoration: none;
}
#dig-age:hover, #dig-age:active{
  text-decoration: underline;
}

#contact-info-footer{
  padding-top:30px;
  float: left;
  width: 200px;
}

#contact-mail a{
    font-style: italic;
	font-size: 12px;
	font-family: Arial;
    color: #FFFFFF;
	text-decoration: none;

}


#contact-mail a:hover{
	color:#FFFFFF;
	text-decoration: underline;}

#content-revertes{
   padding: 20px 0 0 20px;
}

.ref {
		position: absolute;
		top: -10000px;
	}
/*	--- 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 |------------------------- */