html {font-size: 100%;} /* Evite un bug d'IE 6-7.*/

body {
	background: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8125em; /* Soit 80% de la taille de la police par défaut du navigateur (par défaut 16px) - Voir http://riddle.pl/emcalc/ pour calculer la taille des polices en cascade */
	color: #002a69; /* Couleur des texte dans Speedsales */
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.68em;
	color: #002a69;
	text-transform: uppercase;
	font-weight: normal;
	background-color: white;
	padding: 20px 0 20px 10px;
}

h2 {
	font-size: 1.125em;
	text-align: left;
	color: white;
	text-transform: uppercase;
}


p {
	font-size: 0.9em;
	text-align: left;
	clear: both;
	padding: 1.3em 0;
	line-height: 1.3em;
}


/* ###########################################################
######################## FOOTER ##############################
########################################################### */
#backColor {
	background-color: #324b9b;
	padding: 10px 0 10px 0;
}

#contentAdresse {
	color:  #8ca5f7;
	font-size: 1.0em;
	margin: 0 auto;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#contentAdresse a { color: #8ca5f7; text-decoration: none; }
#contentAdresse a:hover { color: white; text-decoration: underline; }