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

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header{width:798px;}
#header {height:294px;}
#left-column {width:209px;}
#right-column{width:589px;}

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

.push	{clear: both;background-color:#ffffff}

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


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body {width: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

p{padding:7px 0px;}

#wrap-container {
 /* min-height: 100%;*/
 /*		height: auto !important;
height: 100%; */
	}
#container {
	margin:0 auto;
	text-align: left; display:table;
  }

#header {
/*	text-indent: -9999em;*/}

#left-column{
	float:left;
	margin:0;

  }

#right-column{
	float:right;
  padding:0px 0px;}

#mdm{height:191px;}



#coordonnees{height:180px;}


.contact{
  padding-left:38px;
  padding-top:3px;
}

.content{
  padding-top:10px;
  padding-right:10px;
  padding-left:10px;
}


#footer {
	margin: 0 auto;
  text-align: left;
}

.copyright{
  font: 0.84em verdana, sans-serif;
  text-align:right;
  color:#9e8b7a;
  padding-top:3px;
  }

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:10px;} .right{float: right;margin-left:10px;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}

ul.list{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000000;
width:400px;
font-weight:bold;
margin-left:10px;
  }
ul.list li{
  margin-top:5px;
  padding-left:40px;}

ul.list2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000000;
width:400px;
font-weight:bold;
margin-left:10px;
  }
ul.list2 li{
  margin-top:5px;
  padding-left:20px;}
ul.list3{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#0055a6;
width:400px;

margin-left:14px;
  }
ul.list3 li{
  margin-top:5px;
  padding-left:20px;}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}




/* ---| THE END |------------------------- */