@charset "utf-8";
.titre {
	color: #1877ba;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.adresse {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.titre strong {
	color: #FFF;
}

.nav {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.langue {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

body {
	background-color: #D7D7D7;
	text-align: center;
}
.txt {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}
.txtCentrer {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
a {
	font-size: 12px;
	color: #6699cc;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #6699cc;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFF;
	text-align: center;
}