/* CSS Document */

BODY {
	BACKGROUND-COLOR: #4D6F4E;
}

td {
font-family:tahoma;
font-size: 12px;
color:#003366;
font-weight: bold;
}

.heading {
	font-family:tahoma;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
}

.bigtitle {
	font-family:tahoma;
	font-size: 20px;
	font-weight: bold;
	text-transform: lowercase;
}

.rose {
	color:#ec008c;
}

.bleu {
	color:#00adef;
}

.jaune {
	color:#efe300;
}

.vert {
	color:#7ec731;
}

.mauve {
	color:#2e3192;
}

.orange {
	color:#f5821f;
}

.caption {
	font-family:tahoma;
	color:#003366;
	font-size: 14px;
	font-weight: bold;
}

.caption2 {
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
}
.topnav {
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.topnav:hover {
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

.content {
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	line-height: 18px;
}

.button {
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.button:hover {
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

.top {
	font-family:tahoma;
	color:#3D3D3D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.top:hover {
	font-family:tahoma;
	color:#3D3D3D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

.right {
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.right:hover {
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}