/* Global Styles */

body {
	background-color: #FFFFFF;
}
.copyright {
	font-size: 10px;
	color: #000000;
	font-family: Trebuchet MS, Verdana, sans-serif;
}
a:link {
	text-decoration: none;
	color: #095BA6;
}
a:visited {
	text-decoration: none;
	color: #095BA6;
}
a:hover {
	text-decoration: none;
	color: #FFD128;
}
a:active {
	text-decoration: none;
	color: #095BA6;
}
h1 {
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	color: #095BA6;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}
.texte_courant {
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	line-height: 15px;
	color: #000000;
}
.titre {
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	line-height: 16px;
	color: #095BA6;
	font-weight: bolder;
	font-variant: small-caps;
}
.sous-titre {
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	line-height: 16px;
	color: #095BA6;
	font-weight: bolder;
}
.jaune {
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	line-height: 16px;
	color: #FFD128;
	font-weight: bolder;
}
