body {
	background-color: #DADADA;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: White;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
	color: Black;
}

.cadre_actu {
	font-size: 14px;
	background: "images/index_05.jpg";
	width:245px;
	height:190px;
	color:#000000;
	overflow:auto;
	scrollbar-base-color 		: #1D9F00;
	scrollbar-face-color 		: #1D9F00;		/* couleur principale							*/
/*	scrollbar-highlight-color 	: #996129;		/* bordure lumineuse (effet 3d) haut & gauche	*/
/*	scrollbar-shadow-color 		: #996129;		/* bordure sombre (effet 3d) bas & droite		*/
	scrollbar-3dlight-color 	: #000000;		/* bordure haut & gauche						*/
	scrollbar-darkshadow-color	: #000000;		/* bordure bas & droite							*/
	scrollbar-track-color 		: #1D9F00;		/* fond de la scrollbar							*/
	scrollbar-arrow-color 		: #DDDDDD;		/* fleches										*/
}

.cadre_news {
	font-size: 14px;
	background: "images/index_20.jpg";
	width:245px;
	height:353px;
	color:#000000;
	overflow:auto;
	scrollbar-base-color 		: #1D9F00;
	scrollbar-face-color 		: #1D9F00;		/* couleur principale							*/
	scrollbar-3dlight-color 	: #000000;		/* bordure haut & gauche						*/
	scrollbar-darkshadow-color	: #000000;		/* bordure bas & droite							*/
	scrollbar-track-color 		: #1D9F00;		/* fond de la scrollbar							*/
	scrollbar-arrow-color 		: #DDDDDD;		/* fleches										*/
}

.cadre_corps {
	font-size						: 14px;
	width								: 635px;
	height							: 435px;
	color								: #000000;
	overflow							: auto;
	scrollbar-base-color 		: #E27C00;
	scrollbar-face-color 		: #E27C00;		/* couleur principale							*/
/*	scrollbar-highlight-color 	: #996129;		/* bordure lumineuse (effet 3d) haut & gauche	*/
/*	scrollbar-shadow-color 		: #996129;		/* bordure sombre (effet 3d) bas & droite		*/
	scrollbar-3dlight-color 	: #000000;		/* bordure haut & gauche						*/
	scrollbar-darkshadow-color	: #000000;		/* bordure bas & droite							*/
	scrollbar-track-color 		: #E27C00;		/* fond de la scrollbar							*/
	scrollbar-arrow-color 		: #DDDDDD;		/* fleches										*/
	padding-left					:20px;
}

.titre {
	text-align						: center;	
	padding-top						: 50px;
	padding-left					: 20px;
	font-weight						: bold;
	color								: white;
	font-size						: 24px; 
}

.titre_cadre {
	color: White;
	font-size: 20px;
}

.texte {
	font-size: 14px;
}
