@charset "UTF-8";
* {
	margin: 0;
	Padding: 0;
	list-style-position: inside;
	list-style-type: none;
}
body  {
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	background: url(images/BGramp.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.thrColFix #container {
	position: relative;
	margin: 0px auto;
	width: 1400px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1100px;
	background-color: #889649;
	padding: 0px;
	text-align: center;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 1100px;
	background: url(images/Work-file-V7-3-slices_01.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	 /* padding keeps the content of the div away from the edges */
	background-repeat: no-repeat;
}
.thrColFix #sidebar2 {
	position: relative;
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 1100px;
	background: url(images/Work-file-V7-3-slices_03.jpg);
	margin-top: 0px;
	top: -1100px;
	background-repeat: no-repeat;
}
.thrColFix #mainContent {
	float: none;
	width: 800px;
	height: 1100px;
	margin-left: 300px;
	margin-right: 300px;
	background: url(images/Work-file-V7-3-slices_02.jpg);
	
}
.thrColFix #mainContentNoBox {
	position: relative;
	display: block;
	float: none;
	width: 800px;
	height: 1100px;
	margin-left: 300px;
	background: url(images/Work-file-V7-3-slices_02_nobox.jpg);
}	
.thrColFix #titre {
	position:relative;
	left:236px;
	top:233px;
	width:336px;
	height:22px;
	z-index:1;
}
.thrColFix #textMain {
	position:relative;
	left:236px;
	top:233px;
	width:336px;
	height:340px;
	z-index:1;
}
.thrColFix #textExtra {
	position:relative;
	left:30px;
	top:325px;
	width:740px;
	height:auto;
	z-index:2;
	overflow: visible;
}
.thrColFix #dreamland {
	position:relative;
	z-index:1;
	top: 260px;
	float: right;
	height: auto;
	width: auto;
	right: 5px;
}
.thrColFix #galery {
	position:relative;
	left:30px;
	top:325px;
	width:740px;
	height:auto;
	z-index:2;
	overflow: visible;
}
.thrColFix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

