html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url(../images/fond.gif);
 scrollbar-face-color: #fcf7f1;
 scrollbar-shadow-color: #F7CE82;
 scrollbar-highlight-color: #F7CE82;
 scrollbar-3dlight-color: #F7CE82;
 scrollbar-darkshadow-color: #F7CE82;
 scrollbar-track-color: #B9BF91;
 scrollbar-arrow-color: #F7CE82;
} 
 
#pagewidth{ 
 width:950px; 
 text-align:left;
 margin-top:20px;  
 margin-left:30px; 
 margin-right:30px;
 margin-bottom:30px;
 background-color:#fcf7f1;
 border:#949C69 thin solid; 
} 
 
#header{
 position:relative; 
 height:154px; 
 background:url(../images/header.jpg) no-repeat;
 background-color:#fcf7f1;
 background-position:center;
 margin-left:2%;
 margin-right:2%;
 width:95.8%;
} 

#space1{
 position:relative; 
 height:70px; 
 background-color:#fcf7f1;
 background-position:center;
 margin-left:2%;
 margin-right:2%;
 width:95.8%;
} 
 
#leftcol{
 width:19%; 
 float:left; 
 position:relative;
 margin-left:2%;
 height:375px;
 background-color:#949C69;
 text-align:center center;
 padding-bottom:30px;
 }
 
#twocols{
 width:76%; 
 float:right; 
 position:relative; 
 margin-right:27px;
 background-color:#fcf7f1;
 }
 
#rightcol{
 width:34%; 
 float:right; 
 position:relative;
 height:390px;
 text-align:center;
 background-color:#fcf7f1;
 }
 
#maincol{
	background-color: #fcf7f1;
	float: left;
	display:inline;
	position: relative;
	height:379px;
	width:64%;
	background-color:#F3B643;
	border:#B9BF91 solid;
	padding-top: 20px;
 }

#space2{
 position:relative; 
 height:40px; 
 background-color:#fcf7f1;
 background-position:center;
 margin-left:2%;
 margin-right:2%;
 width:95.8%;
} 

#flash1{ 
 width:68%; 
 float:left; 
 position:relative;
 margin-left:2%;
 height:167px;
 text-align: center;
 vertical-align:middle;
 background-color:#F3B643;
 border:#B9BF91 solid;
 padding-top: 20px;
 }
 
#flash2{ 
 width:27%; 
 float:right; 
 position:relative; 
 margin-right:16px;
 height:167px;
 text-align:center;
 background-color:#fcf7f1;
 }
 
#footer1{
 height:50px;
 font-size: 0.8em;
 text-align:center;
 color:#fcf7f1;
 padding-top:5px;
 clear:both;
 } 

#footer{
 height:20px;
 font-size: 0.8em;
 text-align:center;
 color:#fcf7f1;
 padding-top:5px;
 background-color:#B9BF91;
 clear:both;
 } 
 
a:link, a:visited {
 text-decoration: none;
 color: #fcf7f1;
}

a .liens {
color: #006699;
font-size: 14px;
}

.droite {
color:#EF9F00;
text-align:right;
}

.centre {
text-align:center;
font-size:18px;
color: #006699;
}

.gauche {
color:#EF9F00;
text-align:left;
}


#halluin {
margin:0;
padding:10px;
background-color:#F7F0E6;
background-image:url(images/hback.gif);
background-repeat:no-repeat;
background-position: 80% 10%;
}

li {
list-style:none;
}
 
 /* *** Float containers fix:
 *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
.clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
