/* CSS Document */

body { 	background-image: url("../skin/fond1.jpg");	
		background-attachement: fixed;
		background-position: 50% 0%;
		color: #000000;
		font-family: Verdana, Arial, timesNR;
		font-size: 8pt;
		SCROLLBAR-FACE-COLOR: #C3B493;
		SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
		SCROLLBAR-SHADOW-COLOR: #996666;
		SCROLLBAR-3DLIGHT-COLOR: #663300;
		SCROLLBAR-ARROW-COLOR: #336633;
		SCROLLBAR-TRACK-COLOR: #C3B493;
		SCROLLBAR-DARKSHADOW-COLOR: #C3B493	}


a:link { 	color: #336633;
			text-decoration: none; }

a:visited {	text-decoration: none;
			color: #336633;  }

a:hover { text-decoration: underline;
			color: red;  }
		
