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

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 794px;}
#header {height:297px;}
#left-column {width: 206px;}
#right-column {width: 588px;}



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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {height: 100%; width: 100%; background-color: #f0eeee;}
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%;
	}
#container {
	margin:0 auto;
	text-align: left;
  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }

#bureau-veritas{height:105px;}
#mdm{height:143px;}
#coordonnees{height:137px;}
#plan{height:234px;}
#horaires{height:105px;}


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

#content{
padding-left:15px;
padding-right:0px;
}





#footer {
	margin: 0 auto;
	padding-top:5px;
   }

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

.thumb{
	display: block;}

.thumb img{
	margin: 0}

.paragraph{
	clear: both;
	display: table;
  border:1px solid #a9cafc;
  width:505px;
  padding:5px 5px;
  margin-left:18px;
  margin-top:10px;

  }
#description{
  border:none;
  padding:8px 0px;
  width:541px;
 }
ul.plan-list{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#3b3b3b;
  font-size:10px;
  padding-left:10px;
  }
ul.plan-list li{
  padding-left:15px;
  padding-top:3px;}
ul.title-list{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#3b3b3b;
  font-size:14px;
  font-weight: bold;;
  }
ul.title-list li{
  padding-left:15px;
  padding-top:3px;}

ul.list{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#484747;
  font-size:11px;
  padding-left:19px;
  }
ul.list li{
  padding-left:15px;
  padding-top:3px;}

ul.list1{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:11px;
  padding-left:0px;
	text-align:justify;
  }
ul.list1 li{
  padding-left:15px;
  padding-top:10px;}

ul.list2{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#484747;
  font-size:11px;
  padding-left:19px;
  line-height:20px;
  }
ul.list2 li{
  padding-left:15px;
  padding-top:3px;}

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

.cyc {
		position: absolute;
		top: -10000px;
	}
/* ---| THE END |------------------------- */