	
	/** 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 : 40px ;
		left : 715px;
		top : 65px;
		z-index : 10 ;
	} 
	
	#divDownControl {
		position : absolute ;
		width : 40px ; 
		left : 715px;
		top : 313px;
		z-index : 10 ;
	}
	 
	#divContainer {
		position : absolute ;
		width : 443px;
		height : 330px;
		overflow : hidden ;
		top : 68px;
		left : 250px;
		clip : rect(0,400,310,0);
		visibility : visible ;
		z-index : 3 ;
	}
	 
	#divContent {
	position : absolute;
	top : 0px;
	left : 0px;
	height: 202px;
	width: 411px;
	visibility: visible;
	} 
	
	.KitContent {
		text-align : justify ;
	}
	
