/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	color: #0099FF;
	font-size: small;
}
body {
	background-color: #000000;
	background-image: url(../../images/moa_fond.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 90%;
}
.Copyright {font-size: xx-small
}
.Bordure_bas {
	position: fixed;
	bottom: 10px;
	width: 99%;
}
.Titre {
	font-size: medium;
	font-weight: bold;
	color: #0066FF;
}
.Police_large {
	font-size: x-large
}
.Bouton {
	font-size: small;
	border: thin outset #333333;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0066FF;
}
a.colors:link {
	text-decoration: underline;
	color: #0066FF;
}
a.colors:visited {
	text-decoration: underline;
	color: #0066FF;
}
a.colors:hover {
	text-decoration: blink;
	color: #0099FF;
	background-color: #666666;
}
a.colors:active {
	text-decoration: underline;
	color: #0066FF;
}
.Bleu_fonce {
	color: #0066FF
}
.Clignote {
	text-decoration: blink;
}
.Clignote_large {
	text-decoration: blink;
	font-size:large;
}
.Rouge {
	color:#FF3333
}