

.cadre_texte 
{
	position		: relative;
	visibility		: visible;
	height			: 470px;
	top				: 0px;
	overflow		: scroll;
	scrollbar-base-color:#52102B;
	scrollbar-3dlight-color:#52102B;
	scrollbar-arrow-color:AD0632;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#52102B;
	scrollbar-highlight-color:#52102B;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#691436;

	overflow-x:auto; 
	font-family: Verdana;	font-size: 12px;	font-style: normal;	color: #CCCCCC;
	text-align: left;
}

H1 {
	font-family: Verdana;	font-size: 12px;	font-weight: bold;	color: #CCCCCC;
	text-align: left;
	}
.link
	a:link {
	color: #993400;
	text-decoration:none;
}
	a:hover {
	color:#00BBCA;
    text-decoration:underline;
    font-weight:bold;
}
	a:visited {
	color: #993400;
	text-decoration:none;
}	
	a:active {
	color: #F3E91D;
	text-decoration:underline;
}

