#Bleu {
	color: #0075ba; 
    }
   
   
#Blanc {
	color: #FFFFFF; 
   }
 
#Noir {
	color: #000000; 
   }


html {
	background: #FFFFFF;
	margin: 0 0px;
}

header {
   color: #FFFFFF; 
   background-color: #0075ba; 
   font-style: bold; 
   font-size: 26; 
   text-align: center;
   font: "Time"; 
}

body {
    color: #000000; 
    background-color: #e8e8e8; 
    font: "Time"; 
    text-align:left; 
    font-weight: normal; 
    font-size: 12; 
    max-width: 500px; 
    margin-left: auto;
    margin-right: auto;    
    margin: 0px auto 0px;
	 padding: 0px 0px 0px 0px;
	}



p, dd, dt{
	 text-align:left; 
     font-size: 12;
     line-height: 1.5;
     }

div {
    text-align:left; 
    font-size: 12;
     line-height: 1.5;
     }
     
ul, ol, dl  {
	text-align:left; 
    font-size: 12;
    line-height: 2px;
    text-indent: 15px
}

li  {
	text-align:left; 
    font-size: 12;
    line-height: 1.5;
    text-indent: 0px
} 

abbr {
	border: 0;
	font-variant: normal;
}



abbr {
	border: 0;
	font-variant: normal;
    font-style: italic; 
}


#Message {
    text-align:left;
    font-weight: bold; 
    font-size: 14
}

#Foot {
	color: #FFFFFF; 
    background-color: #0075ba; 
    font-style: normal; 
    font-size: 11; 
    text-align: center;
}

   
#Head {
	color: #FFFFFF; 
    background-color: #0075ba; 
    font-style: bold; 
    font-size: 42; 
    text-align: center;
    font-weight: bold; 
    font: "Time"
}
	
