/* CSS Document */
Body {
background-position:right;
background-attachment:fixed;
background-repeat:no-repeat;
color: #FFFFFF; 
background-color : #000000;
font-family : Georgia, Times New Roman, Times, serif; 
}

.texte {
color: #FFFFFF; 
background-color: #00000;
font-size : 11px; 
line-height : 15px; 
font-family : Georgia, Times New Roman, Times, serif; 
}

.texte2 {
color: #FFFFFF; 
background-color: #00000;
font-size : 13px; 
line-height : 15px; 
font-family : Georgia, Times New Roman, Times, serif; 
}


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

