.web {
	font-family: Tahoma;
	font-size: 9px;
	color: #CCCCCC;
	text-align:center;
}
a.web {
	font-family: Tahoma;
	font-size: 9px;
	color: #E0124F;
	text-align:center;
	text-decoration:underline;
}

body {
	background-color: #333333;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


#Layer1 {
	position:static;
	width:575px;
	height:400px;
	z-index:1;
	left: 100px;
	top: 145px;
	scrollbar-face-color: #333333;
    scrollbar-shadow-color: #E0124F;
    scrollbar-highlight-color: #333333;
    scrollbar-3dlight-color: #E0124F;
    scrollbar-darkshadow-color: #333333;
    scrollbar-track-color: #333333;
    scrollbar-arrow-color: #E0124F;
	overflow:auto;
}
.titre_page {
	font-family: Tahoma;
	font-size: 20px;
	color: #FFFFFF;
	text-indent: 20px;
	text-align:left;
}
.texte {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-align:left;
}
.texte_c {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
}
.titre_rub {
	font-family: Tahoma;
	font-size: 14px;
	color: #E0124F;
	text-align:left;
}
a.titre_rub:hover {
text-decoration:none;
}
img.references{
	border:1px solid #E0124F;
}

a.texte_liens {
	font-family: Tahoma;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration:underline;
}
a.texte_liens:hover{
		text-decoration:none;
}

.titre_rubrique_références {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 10px;
}
img.fl_gauche{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}