/* CSS Document */
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/fond_horizontal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C71873;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C91473;
}
a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #990000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC1974;
	text-align: left;
}
.contour-noir-1px {
	border: 1px solid #333333;
}
.contour-noir-1px-tiret {
	border: 1px dashed #333333;
}
#retro_list a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AF1F76;
	text-decoration: none;
	display: block;
}
#retro_list a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AF1F76;
}

