
@import url(typo.css);
@import url(skin.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header, .ref {width: 1002px;}
#header {height:307px;}
#left-column {width: 398px;}
#right-column {width: 604px;}



/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 89px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {margin: 0 auto -89px;}


/* ===| 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;}



#wrap-container {
  min-height: 100%;
	height: auto !important;
	height: 100%;display: table;
	}
#container {
	margin:0 auto;
	text-align: left;
  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }

#menu{
width:398px;
height:204px;}
#mdm{
width:398px;
height:168px;}
#coordonnees{
width:398px;
height:290px;}


#right-column{
	float:left;
  padding:0px 0px;}

#content{
width:496px;

padding-right:108px;
padding-top:15px;

}


#footer {
	margin: 0 auto;

  }

.copyright{
	padding: 2px 0 0;
	text-align: center;}

h1 span{display:none;}

/*	--- 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:9px;} .right{float: right;margin-left:0px;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}

.thumb-right{
  float: right;
	margin-left: 10px;
}



ul.list{
	font-family:Arial;
  color:#000000;
  font-size:12px;
  padding-left:13px;
  }
ul.list li{
  padding-left:15px;
  }
ul.list1{
	font-family:Arial;
  color:#0b4ba2;
  font-size:12px;
  font-weight:bold;
  }
ul.list1 li{
  padding-left:15px;
  }
ul.list2{
	font-family:Arial;
  color:#000000;
  font-size:11px;
  font-weight:bold;
  }
ul.list2 li{
  padding-left:15px;
	margin-bottom: 10px;
 }
ul.list3{
	font-family:Arial;
  color:#000000;
  font-size:12px;
  padding-left:23px;
  }
ul.list3 li{
  padding-left:15px;
 }
 ul.list4{
	font-family:Arial;
  color:#000000;
  font-size:12px;
  padding-left:0px;
  }
ul.list4 li{
  padding-left:5px;
 }

a:focus{
  outline: none;
}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}

.ref {
		margin: 0 auto;
		text-align:center;
		color:#ffffff;
		font-family:Arial;
		font-size:11px;
	}
/* ---| THE END |------------------------- */