/* CSS Document */
body {
	background-color : #FFFFFF;
	background-repeat : no-repeat;
	background-image :  url(../images/logoBg.gif);
	background-attachment: fixed;
	background-position: right bottom;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #28365D;
	
}
