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

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 790px;}
#header {height:264px;}
#left-column {width: 254px;}
#right-column {width: 536px;}



/*	--- 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;}

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%;
	}
#container {
	margin:0 auto;
	text-align: left;
  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }
#coordonnees{height:400px;}
#materiels{height:102px;}
#outillages{height:310px;}
#fournitures{height:160px;}
#mdm{width:536px;height:161px;}
#news-letter{width:390px;height:92px;}
#sound{width:146px;height:92px;}


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

#content{
height: 100%;
padding-left:22px;
padding-right:21px;
}
#footer {
	margin: 0 auto;
	padding-top:5px;
  text-align:left;
   }

.copyright{
	padding: 2px 0 0;
 }

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:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#777e72;
  font-size:11px;


  }
ul.list li{
  padding-left:20px;
  padding-top:3px;}

ul.list1{
  font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#777e72;
  font-size:11px;
  margin-top:12px;


  }
ul.list1 li{
  padding-left:20px;
  padding-top:12px;}

ul.list2{
  font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#777e72;
  font-size:11px;
 


  }
ul.list2 li{
  padding-left:20px;
  padding-top:5px;}


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


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