	
	/** Kit graphique crée par Nicolas Laignel
		http://www.XLTouch.com
		Nicolas@XLTouch.com
		Téléchargé sur Kit Grafik
		http://www.kitgrafik.com
		le 11/11/2003
	**/

	/** Styles des liens hover **/
	a:hover {
		text-decoration : none ;
	}

	/** Police par défaut pour tout le site **/
	div, td {
		font-family : arial ;
		font-size : 11px ;
		color : #FFFFFF ;
	}
	
	/** 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 : 410 ;
		height : 320 ;
		overflow : hidden ;
		top : 80 ;
		left : 290 ;
		clip : rect(0,400,310,0);
		visibility : visible ;
		z-index : 3 ;
	}
	 
	#divContent {
		position : absolute ;
		top : 0px;
		left : 0px;
	} 
	
	.KitContent {
		text-align : justify ;
	}
	
