body {
background-image: url(images/Bf-109_2.jpg);
background-position: top center ;
margin: 0; /* suppression de toutes les marges */
padding: 0; 
}

img,table,td {
border: 0; 
}

/* TITRE GENERAL */

.titre {
font-family: Arial, Helvetica, sans-serif;
font-size: 46px; 
font-weight: bold;
font-style: italic; 
color: #CC0000; 
}

.titre1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
}

.titre2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}

a:hover {  /* lien survolé */
color: #FF0000; 
text-decoration: underline; 
}

p { 
color: #FFFFFF; 
}

.lienblancg { 
color: #FFFFFF; 
text-decoration: none; 
	font-weight: bold;
}

.lienblancg:hover { 
color: #FF0000; 
text-decoration: none; 
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0 none;
	color: #000000;
}

