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

body {
	background-color: #000000;
}
.border_black {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.link_black_pink {
	font-family: "Trebuchet MS", Arial;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.link {
	font-family: "Trebuchet MS", Arial;
	font-size: 9px;
	color: #FFFFFF;
}

.link A {
	font-family: "Trebuchet MS", Arial;
	font-size: 9px;
	color: #FFFFFF;
}

.link A:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 9px;
	color: #FFFFFF;
}
.black_link {
	color: #6B2A30;
	text-decoration: none;
}
.black_link A {
	color: #000000;
	text-decoration: none;
}
.black_link A:hover{
	color: #000000;
	text-decoration: none;
}

.main { cursor: hand; }

.link2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF99FF;
	text-decoration: none;
}

.link2  A:hover{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF3399;
	text-decoration: none;
}
.link2  A{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF99FF;
	text-decoration: none;
}

.txttitre {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #B23A78;
}
