	/** Styles des liens hover **/
	body {
		width:100%
		}
	a {
		text-decoration : none;
		color : #7f0000;
	}
	a:link {
		color: #2A1FAA;
		text-decoration : none;
	}
	a:visited {
		color: #007F55;
		text-decoration : none;
	}

	/** Police par défaut pour tout le site **/
	div, td {
		font-family : arial ;
		font-size : 12px ;
		color : #550000 ;
	}
	
	/** Couleur des liens du menu bas **/
	#Bot a {
		color : #CCFFFF ;
		text-decoration : none ;		
	}
	#Bot a:link {
		color: #CCFFFF;
	}
	#Bot a:hover {
		color: #D47F00;
	}
	/** Ne touchez pas à ce qui suit si vous ne savez pas ce que vous faites !!! **/
	#divBan {
		position : absolute ;
		width : 460px ;
		height : 60px ;
		left : 20% ;
		top : 0px;
		z-index : 1 ;
	}
	
	#divUpControl {
		position : absolute ;
		width : 20px ;
		left : 95%;
		top : 30px;
		z-index : 10 ;
	} 
	
	#divDownControl {
		position : absolute ;
		width : 20px ; 
		left : 95%;
		top : 75%;
		z-index : 10 ;
	}
	 
	#divContainer {
		position : absolute ;
		width : 100% ;
		height :85% ;
		overflow : hidden ;
		top : 20px;
		left : 10px;
		clip : rect(0,100%,100%,0);
		visibility : visible ;
		z-index : 3 ;
	}
	 
	#divContent {
		position : absolute ;
		top : 260px;
	} 
	
	.KitContent {
		text-align : justify ;
	}
	

