/* CSS Document */
body {
	background-color: #022D1C;
	font-family: "Times New Roman", Times, serif;
}

a {
color: #022d1c; 
text-decoration: underline; 
font: sans-serif; 
font-size: 13px;
 font-style: normal;
 }
a:hover {
	color: #022d1c;;
	text-decoration: none;
}

.titregauche {
	color: #3d3d3d;
	font-size: 14pt;
}
.titredroite {
	color: #3d3d3d;
	font-size: 20pt;
}
.contenu {
	color: #3a3a3a;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}
.ssttgras {color: #3a3a3a; font-size: 14px; font-family: "Times New Roman", Times, serif; font-weight: bold; }
.copyright {
	font-size: 12px;
	color: #e4dca8;
}
.paginaweb {color: #f2ebdf}
.contenu_italique {
	color: #3a3a3a;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.langues {
	color: #E8E8E8;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.button { 
font-family : Tahoma, Times, serif;
font-size: 12px ;
color: white ;
background-color: #00492E;
top: 80% ;
border-width: 1pt ;
}