body { 
		margin-left : 0px; 
		margin-top : 0px; 
		margin-bottom : 0px; 
		margin-right : 0px; 
		background-color : #4c3b21;
}
		
img { 
		border: none; 
}
	
table, tr, td { padding: 0px; }


.contentnav {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #cda76a;
}

.contentnav_on {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight: bold;
	color : #4C3B20;
}

.contenttitre {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight: bold;
	color : #C4E2D5;
}

.contenttexte {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #4C3B20;
}

.contenttexte .on {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight: bold;
	color : #4C3B20;
}

.mention {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #cda76a;
}

a.lien {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color : #ffffff;
	text-decoration:underline;
}

a {
	text-decoration : none;
}

div#hold	{ 
	position:relative; overflow:hidden;
	width:370px; height:300px; 
    z-index:5; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:370px; height:300px; 
	clip:rect(0px, 370px, 300px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:4; top:4;
  width:8px; height:290px; 
  font-size:1px; z-index:1;
  background-image:url(images/fd_scroll.gif)
  }
div#track { 
  position:absolute; left:2; top:5px;
  width:7px; height:280px;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:15px; top:3px;
  width:2px; height:20px; 
  background-color:#4C3B20;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2; }  
div#down { position:absolute; left:0; bottom:0; z-index:3; }

