 .logo { /*cette classe définit l'image à gauche, le fond de coul*/
	background-image: url(../images/logo_abonnement.png);
	background-repeat: no-repeat;
		background-color: #ea65a2;
}

.login {
	font-family: Georgia, "Bookman Old Style", serif;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #ea65a2;
	text-indent: 10px;
}

.filet {
	color: #ea65a2;
	border-color: #ea65a2;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 10px;
	line-height: 30px;
}

.collection-titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #990000;
}


.collection-phrase {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	margin-left: 15px;
}


.encadre2 {
	margin-left: 30px;
	margin-right: 30px;
	padding: 15px;
	background-color: #E1E1E1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-size: 11pt;
	line-height: 18px;

}
.encadre2 ul li {
	list-style-type: square;
}
.tableListe {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	
}

