


/*===| I. LAYOUT SIZE |====================================================*/

#container, #header  {width: 800px;}
#footer{
    width: 735px;
}

#header {height:299px;}
#left-column {width: 561px;}
#right-column {width: 239px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 80px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -80px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}
a:focus{
    outline: none;
}

html, body { width: 100%; height: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
.right{
    float: right;
}
.left{
    float: left;
}
.rightpad{
    float: right;
    margin-left: 24px;
}
.rightpad2{
    float: right;
    margin-left: 15px;
}
.leftpad{
    float: left;
    margin-right: 24px;
}
.spacer-h5{
    height: 5px;
    float: left;
    width: 100%;
}
.spacer-h10{
    height: 10px;
    float: left;
    width: 100%;
}
.spacer-h15{
    height: 15px;
    float: left;
    width: 100%;
}
#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	}
#menu{
  height:150px;  
}
#header-diapo{
  width:561px;
  height:150px;
  float:left;
}
#mdm{
  width:239px;
  height:100px;
}
#int-mdm{
  padding-top:5px;
  padding-left:30px;
}
#mailing{
  width:239px;
  height:50px;
}
#int-mailing{
  padding-top:17px;
  padding-left:30px;
}

#coordonnees{
  width:239px;
  height:195px;
}
#int-coordonnees{
  padding-top:75px;
  padding-left:29px;

}
#plan{
  width:239px;
  height:465px;
}

#int-plan{
  padding-left:29px;
  padding-top:38px;
}

#animationTXT{
padding:25px 0 0 19px;
width:220px;
height:315px;
display:block;
}

#right-column{
	float:left;
}
#content{
    float: left;
    width: 526px;
    padding-left:30px;
    padding-top:9px;
}
#footer{
	margin: 0 auto;
	text-align: left;
	padding: 20px 30px 20px 35px;
}
.ref{
    width: 800px;
    margin: 0 auto;
    text-align:center;
    color: #000000;
    font-family:Arial,Verdana;
    font-size:11px;
		padding-top:5px;
}
.copyright{
	width: 400px;
    line-height: 18px;
	text-align: right;
}
.center{
    margin: 0 auto !important;
    text-align: center !important;
}
ul.list1{
    padding-top: 2px;
}
ul.list1 li{
    padding-left: 15px;
    padding-right: 17px;
    padding-bottom: 3px;
    text-align: justify;
}
ul.list2{
    padding-top: 5px;
}
ul.list2 li{
    padding-left: 15px;
    padding-right: 0px;
}
/*	--- 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:5px;} .right{float: right;}

.thumb{
	display: block;
 }
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}
/* ---| THE END |------------------------- */