@charset "utf-8";
/* CSS Document */

.titre {
	color: #333333;
	font-size: 15px;
	font-weight:bold;
	font-family:"Times New Roman";
	text-decoration:none;
}


.txt {
	color: #333333;
	font-size: 13px;
	font-family:"Times New Roman";
	text-decoration:none;
}


.txt_link {
	color: #333333;
	font-size: 13px;
	font-family:"Times New Roman";
	text-decoration:none;
}
.txt_link:visited {
	color: #333333;
	font-size: 13px;
	font-family:"Times New Roman";
	text-decoration:none;
}
.txt_link:hover {
	color: #333333;
	font-size: 13px;
	font-family:"Times New Roman";
	text-decoration:underline;
}
.txt_link:active {
	color: #333333;
	font-size: 13px;
	font-family:"Times New Roman";
	text-decoration:none;
}




.txt_bas {
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana;
	text-decoration:none;
}
.txt_bas_link {
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana;
	text-decoration:none;
}
.txt_bas_link:visited {
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana;
	text-decoration:none;
}
.txt_bas_link:hover {
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana;
	text-decoration:underline;
}
.txt_bas_link:active {
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana;
	text-decoration:none;
}

