.bouton {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #001265;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
body,td,th {
	color: #000000;
}
.texte_noir_18 {
	color: #000000;
	font-size: 18px;
}
.texte_noir_18_gras {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.texte_blanc_18_gras {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}
.texte_bleu_18_gras {
	color: #1e00ff;
	font-weight: bold;
	font-size: 18px;
}
.texte_vert_18_gras {
	color: #009900;
	font-weight: bold;
	font-size: 18px;
}
.titre_rouge {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}
.texte_couleur_page {
	color: #FEF7CD;
	font-weight: bold;
	font-size: 18px;
}
.titre_page 
{
	filter:alpha(opacity=85); /* Internet Explorer 6 */
	-moz-opacity:0.85; /* Mozilla 1.6 et infér. */
	opacity: 0.85; /* CSS3 et Mozilla récents */ 
	color : #001265;
	font-size: 24px;
	font-weight: bold;
	background-color: #FFFFFF;
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;	
}
.texte_bordeau_gras_18 {color: #CC0000; font-size: 18; font-weight: bold; }
table.text
{
	filter:alpha(opacity=85); /* Internet Explorer 6 */
	-moz-opacity:0.85; /* Mozilla 1.6 et infér. */
	opacity: 0.85; /* CSS3 et Mozilla récents */ 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;	
}
body {
	width: 100%;
        	margin: auto;
       	margin-top: 20px;
       	margin-bottom: 20px;  
	background-color : black;
	background-image: url("../images/fond_usa.jpg");
	align:center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center; 
}
