@charset "UTF-8";

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

h1 {
	color: #990000;
	font-size: 28px;
	font-weight: bold;
	font-variant: small-caps;
}

.sousTitre {
	color: #B42C00;
	font-size: 18px;
	font-weight: normal;
}

.sousTitreGris {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 3px;
}


a {
	outline:expression(hideFocus=‘true’); outline:0;}
a:link {
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	font-style: italic;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	font-style: italic;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
:focus{-moz-outline-style: none;}
