
/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 920px;}
#header {height:201px;}
#left-column {width: 390px;}
#right-column {width: 480px;}

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

.push	{clear: both;}

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


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

p{	padding: 10px 5px 0px 5px;}

#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;
	padding-left:20px;
	padding-bottom:5px;
	padding-top:10px;
	margin: 0px 0 0 0;
}
#right-column{
	float:left;	
	margin:0px 0 0 0px;
	padding:10px 20px 10px 10px;}
.ref {
		width: 98%;
		margin: 0 auto;
		text-align:center;
		color: #cea182;
		font-family:Arial;
		font-size:11px;
		margin-bottom: 7px;
	}

#title{
	padding-bottom:10px;
}	
#actualite{
	width:220px;
	height:170px;
	clear:both;
} 

#contact-info{
	width:160px;	
}
#contact-info p{ 
	width:110px;
	padding-left:15px;
	padding-top:50px;

}
#info-ateliers{
	width:160px;
	height:138px;
}

#info-siege{
	width:160px;
	height:112px;
}

#info-scierie{
	width:160px;
	height:142px;
}

.bg-text{
	width:480px;
	height:140px;
	float:left;
	padding-bottom:15px;
}

.bg-text1{
	width:480px;
	height:58px;
	padding-top:35px;
	float:left;	
}

#footer {
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 17px 0 0;
	text-align: right;
 }

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

.right{float: right;}

.thumb{
	display: block;
}

.thumb img{
	padding: 10px;
	margin: 0}
	
.thumb1 img{
	padding:0px 10px 5px 0px;
	margin: 0}
.thumb2 img{
	padding:10px 0px 0px 10px;
}

.paragraph{
	clear: both;
}
.paragraph1{
	clear: both;
	padding-top:5px;
	padding-bottom:17px;
}
	
.text{
	padding-top:25px;
}
.text1{
	padding-top:20px;
}

.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0px 0px 10px 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;
}

.col1{
float:left; 
width: 220px;
}
.col2{
	float:left; 
	width: 160px; 
	padding-left:10px;
}

.diapo-left{
  width: 220px;
  height: 390px;
  float: left;
  padding-bottom:10px;
}

ul.list{
	 padding:15px 2px 0px 30px;
	 list-style:none;
	 float:left;
	}
		ul.list li{
			color:#7b6557;
			font-family:Arial;
			font-size:12px;
			font-weight:bold;
			text-align:justify;
			margin-top:0px;
			background: url(../images/charte/icon-list.jpg) no-repeat left 5px;
			padding-left:15px;
			line-height:18px;
			}
ul.list1{
	 padding:15px 2px 0px 10px;
	 list-style:none;
	 float:left;
	 width:145px;
	}
		ul.list1 li{
			color:#7b6557;
			font-family:Arial;
			font-size:12px;
			font-weight:bold;
			text-align:justify;
			margin-top:0px;
			background: url(../images/charte/icon-list.jpg) no-repeat left 5px;
			padding-left:15px;
			line-height:18px;
			}
ul.list2{
	 padding:15px 2px 0px 10px;
	 list-style:none;
	 float:left;
	 width:290px;
	}
		ul.list2 li{
			color:#7b6557;
			font-family:Arial;
			font-size:12px;
			font-weight:bold;
			text-align:justify;
			margin-top:0px;
			background: url(../images/charte/icon-list.jpg) no-repeat left 5px;
			padding-left:15px;
			line-height:18px;
			}			
.text-align{ padding-top:5px;}

#merci{
	padding-top:55px;
	text-align:center;
}

#plan{
	padding-left:64px;
	padding-top:5px;
}
#plan2{
	padding-left:64px;
	padding-top:5px;
}
#plan3{
	padding-left:64px;
	padding-top:5px;
}
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */