

	/** Styles des liens hover **/
	a {
		text-decoration : none ;
	}
	a:hover {
		text-decoration : underline ;
		color : #7BBBE7 ;
	}

	h1 {
		font-family : arial ;
		font-size : 10 ;
		color : #000000 ;
	}
	
	/** Police par défaut pour tout le site **/
	div, td {
		font-family : arial ;
		font-size : 11px ;
		color : #000000 ;
	}
	
	/** Couleur des liens du menu bas **/
	#Bot a {
		color : #FFFFFF ;
		text-decoration : none ;
	}
	
	
	/** Ne touchez pas à ce qui suit si vous ne savez pas ce que vous faites !!! **/
	
	#divUpControl {
		position : absolute ;
		width : 40 ;
		left : 715px;
		top : 65px;
		z-index : 10 ;
	} 
	
	#divDownControl {
		position : absolute ;
		width : 40 ; 
		left : 715px;
		top : 313px;
		z-index : 10 ;
	}
	 
	#divContainer {
		position : absolute ;
		width : 400 ;
		height : 410 ;
		overflow : hidden ;
		top : 140 ;
		left : 40 ;
		clip : rect(0,400,410,0);
		visibility : visible ;
		z-index : 3 ;
	}
	 
	#divContent {
		position : absolute ;
		top : 0px;
		left : 0px;
	} 
	
	.KitContent {
		text-align : justify ;
	}
	
	.lnkmnu {
		font-size: 12px;
		font-family: Tahoma;
		font-weight: bold;
		text-decoration : none ;
	}
	.lnkmnuon {
		text-decoration : underline;
	}