.titre {
	font-family: "Arial Black"; 
	font-size:24px;
	color:#ffffff;
}

.stitre {
	font-family: "Arial Black"; 
	font-size:16px;
	color:#333333;
}

.texte {
	font-family:"Arial";
	font-size:12px;
	color:#000000;
	margin-left: 2px;
		}
.textepetit {
	font-family:"Arial";
	font-size:10px;
	color:#000000;
	}

body { 
background-color: #1D0000;
ackground-image: url(../img/background.png);
border: 0;

}



div#header {
  width: 620px;
height: 190px;
background-image: url(../img/titre.png);
align : center;  
padding: 0;
  font-family : Verdana,Arial,sans-serif; 
  vertical-align: text-middle;
  font-size : 16pt;
  text-align: left;
   color:#333333;
	}

div#foot {
  width: 730px;
  height: 50px;
  padding-top: 0;
  padding-right: 0;
  background-image: url(../img/fond.gif);
  font-family : Verdana,Arial,sans-serif; 
  vertical-align: text-middle;
  font-size : 8pt;
  text-align: center;
  color:#888888;
	}

a:hover {
	font-family:Arial;
	font-size: 14px;
	color:#111000;
	text-decoration: none;
	font-weight: bold;
}


a:link {
	font-family:Arial;
	font-size: 14px;
	color:555555;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family:Arial;
	font-size: 14px;
	color:#222222;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-family:Arial;
	font-size: 14px;
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;
}

