/* CSS Document */

body {
	background-color: #001C20;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titrebande {
font-family:"Trebuchet MS";
	font-weight: bold;
	color: #CADBE5;
}


.titexteblanc {
	font-size:0.8em;
	color: #FFFFFF;
    font-family:"Trebuchet MS";
	text-transform:none;
	text-decoration:none;
}
a.titexteblanc {
	font-family:"Trebuchet MS";
	font-size:0.8em;
	color:#FFFFFF;
	text-transform:none;
	text-decoration:none;

}
a:hover.titexteblanc {
	font-family:"Trebuchet MS";
	font-size:0.8em;
	color:#7D8D9D;
	text-transform:none;
	text-decoration:none;

}

.lienbleu {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #C9DAE1;
	text-decoration: none;
 }
a.lienbleu {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #C9DAE1;
	text-decoration: none;
 }
 
a:hover.lienbleu {
	font-family:"Trebuchet MS";
	font-weight: bold;
	color: #355A6E;
	text-decoration: none;
 }