	
	/** 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 : 51px;
	left : 990px;
	top : 104px;
	z-index : 25;
	background-image: url(images/template/down.gif);
	height: 50px;
	visibility: visible;











	} 
	
	#divDownControl {
	position : absolute;
	width : 51px;
	left : 990px;
	top : 232px;
	z-index : 24;
	background-image: url(images/template/up.gif);
	height: 50px;
	visibility: visible;







	}
	 
	#divContainer {
	position : absolute;
	width : 550px;
	overflow : visible;
	top : 30px;
	left : 400px;
	clip : rect(0 800 350 0);
	z-index : 23;
	height: 19px;
	visibility: visible;




	}
	 
	#divContent {
	position : absolute;
	top : 29px;
	left : 63px;
	width: 550px;
	z-index: 23;
	visibility: visible;
	overflow: visible;












	} 
	
	.KitContent {
		text-align : justify ;
	}
	
.communiqués {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
}
.comm {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}
.comique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}

