/* CSS Document */
body {
	padding:10px; margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	color: #011a30; /* eb006f; df3164;  FF0066; */
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	scrollbar-arrow-color:#e01059;
	scrollbar-track-color:#01152c;
	scrollbar-shadow-color:#666666;
	scrollbar-face-color:#f9e1f4;
	scrollbar-highlight-color:#f51b2f;
	scrollbar-darkshadow-color:#5d5d5d;
	background:url(design/Night_sky.jpg) bottom no-repeat;
	background-attachment:fixed;
	background-color:#01010b;
 }

/* Titre Référencement */

h1 {
	font-family:Garamond; 
	font-size:16px;
	color:#ce0d16;
	line-height:24px;
	margin:10px 0 0 0 ;
	padding:0;
}

/* Liens navigation */
a {
	color:#FF0000;
	font-family:"Microsoft Sans Serif";
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

a:hover{
	color:#FF0000;
	text-decoration:underline;
}

a.rub {
	color:#d30f00;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-style:normal;	
	}

a:hover.rub {
	text-decoration:underline;
	}


