
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 780px;}
#header {height:122px;}
#left-column {width: 264px;}
#right-column {width: 516px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer {height: 50px;}
.push {
  height: 1px;
}


.push	{clear: both;}
.ref {
   width: 780px;
	 margin: 0px auto;
	 text-align: center;
	 color: #fff;
	 padding-bottom: 10px;
}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#i-wrap-container {	margin: 0 auto -75px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0px; padding: 0px;}

html, body {height: 100%; width: 100%;}
body {text-align: center;}

a:focus{outline: none;}

#right-column ul{
  width: 142px;
  float: left;
  display: inline;
  margin-left: 28px;
  margin-top: 10px;
}

#right-column li{
  font-family: Arial;
  color: #094550;
  background-image: url(../images/charte/bullet.jpg);
  background-position:top left;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 2px;
}

ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
  width: 780px;
  border:10px solid #ffffff;
  margin: 0px auto;
  background-color: #FFFFFF;
	text-align: left;
  display: table;
}

#header {
/*	text-indent: -9999em;*/
}

#flash-menu{
  width: 421px;
  height: 255px;
  float: left;
  background-image: url(../images/charte/flash.jpg);
}

#mdm-container{
  width: 359px;
  height: 255px;
  float: left;
}

#mdm{
  width: 359px;
  height: 132px;
  padding-top: 64px;
  float: left;
  background-image: url(../images/charte/bg-mdm.jpg);
}

#mdm-txt{
  height: 105px;
	padding-right: 20px;
}

#mdm-pic{
  height: 93px;
  float: right;
  margin: 3px 19px 0px 10px;
}

#savoir-plus{
  width: 200px;
  text-align: right;
  height: 18px;
  float: right;
  margin-right: 27px;
}

#page-title{
  width: 359px;
  height: 54px;
  float: left;
  background: #ffffff;
}

#diaporama{
  width: 264px;
  height: 517px;
  float: left;
  background-image: url(../images/charte/bg-diaporama.jpg);
}

#diaporama-content{
  width: 264px;
  height: 428px;
  float: left;
  display: inline;
}

#left-column{
	float:left;
}

#right-column{
	float:left;
}       

#contact-info, #promo {height: 125px;}

#footer{
  margin: 0px auto;
}

#footer-left{
  width:230px;
  height: 40px;
  padding-top:10px;
  float: left;
}

#footer-right{
  width:550px;
  height: 40px;
  float:right;
}

#adresse{
  width: 257px;
  height: 84px;
  float: left;
  padding-top: 6px;
  background-image: url(../images/charte/bg-adresse.jpg);
}

#adresse p{
  text-align: center;
  line-height: 15px;
  color: #094550;
}

#adresse a{
  font-weight: bold;
  color: #fe5500;
  text-decoration: none;cursor: url(../images/charte/cursor.gif), pointer;
}

#adresse a:hover{
  font-weight: bold;
  color: #ffa04b;
  text-decoration: underline;cursor: url(../images/charte/cursor_over.gif), pointer;
}

#coordonnees {
  width:780px;
  height:90px;
  float: left;
}

#coordonnees img{
  float: left;
}

.copyright{
	text-align: right;
}

/*	--- 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;
  margin-right: 18px;
}

.right{
  float: right;
  margin-left: 18px;
}

.center{
  float: left;
  margin-left: 180px;
  margin-bottom: 30px;
  margin-top: 60px;
  display: inline;
}
.clear{clear: both;}


.thumb{
  margin-top: 4px;
	display: block;
  border:1px solid #55620a;
  margin-bottom: 4px;
}

.paragraph{
	clear: both;
  margin-bottom: 10px;}

.paragraph-merci{
  width: 500px;
  float: left;
}

.paragraph-merci p{
  text-align:center;
}

.paragraph-merci a{
  color: #fe5500;
}

.paragraph-fix{
  width:330px; float:left
}

.short{
  width: 162px;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.catch{
  margin-bottom:10px;
}

.wider{
  width: 40px;
  height: 10px;
  display: block;
  float: left;
}


.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin-bottom:10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;}

.invisible{
  width: 100%;
  height: 20px;
  clear: both;
}

#galerie{
  width: 515px;
  height: 480px;
  float: left;
  text-align: left;
}



/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */