/* CSS Document */
.FTTitre{
	font-size: 18px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	font-weight: bold;
}

.FTFondTitre{
	background-color:#FF77B8;
}

.FTBorderImg {
	border: 1px solid #FF0099;	
}

.FTFondDetail{
	background-image:url(../medias/FTRoseBackground.gif); 
	background-repeat:no-repeat;
	background-position:top left;
}

.FTTraitTitre{
	background-color:#BABABA;
}

.FTIntroduction{
	font-size: 11px;
	font-weight: normal;
	color: #BE0464;
}

.FTParagrapheTitre{
	color: #BE0464;
	font-size: 11px;
	font-weight: bold;
}

.FTParagrapheSousTitre{
	font-size: 11px;
	color: #FF6600;
}

.FTParagrapheDetail{
	font-size: 11px;
	color: #0052A0;
}


.aFTParagrapheUrl:link {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
.aFTParagrapheUrl:active {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
.aFTParagrapheUrl:visited {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}
.aFTParagrapheUrl:hover {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;
}

.FTTitreSommaire{
	background-color:#FF0099;
	color: #FFFFFF;
}

.FTSommaire{
	background-color:#FF8CFF;
	color: #000000;
}


