@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8DC6FF;
	margin: 0px;
	/*background-color:#061140;*/
	background-color:#061041;
	background-image:url(../images/bckcontent.jpg);
	background-repeat:repeat-y;
}
p {
	margin: 0px;
}
.titre {
	font-size:14px;
	color: #FFFFFF;
}
.sous_titre {
	color:#ffffff;
	font-weight:bold;
}
a:link {
	color: #879275;
	text-decoration: underline;
}
a:visited {
	color: #879275;
	text-decoration: underline;
}
a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
a:active {
	color:#879275;
	text-decoration: underline;
}
ul {
	margin:0px;
}
