@CHARSET "ISO-8859-1";

html, body{
	margin: 0;
	padding: 0;
	
	height: 100%;
	
	font: 11px verdana, arial, sans-serif;
	color: #3e3d40;
	
	background-image: url('../images/bgBois.jpg');
	background-attachment: fixed;
}

#header{
	width: 990px;
	height: 186px;
	margin: 0 auto;
	margin-left: 19.8%;
	margin-right: -150px;
	right: 150px;
	
	background-image: url('../images/bgHeaderAct.png') !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://www.seosgroup.com/images/bgHeaderAct.png');
   	background-image:none;
}


#content{
	background: none;
	background-color: #fff;
	height: 490px;
}

#contentInt{
	/*border: 1px solid green;*/
	margin-left: 160px !important;
	padding-right: 60px;
	padding-left: 25px;
}

.vscrollerbasebeg {
background: url('../images/flecheHaut.jpg') no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url('../images/flecheBas.jpg') no-repeat;
height: 15px;
width: 15px;
}