body{
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	font-size: 12px;
}
img {
	border: 0;
}
.accueilhaut {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 40px;
}
#accueil a:link, #accueil a:visited, #accueil a:hover, #accueil a:active, #accueil a:focus {
	color: black;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
/* menu */
/* le fond bleu du menu */
.menu_bleu {
	background-color: #004385;
}
/* liens du menu */
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active, #menu a:focus {
	color: white;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
/* tous les contenus */
/* toutes les cases des tableaux avec id contenu */
#contenu td {
	color: black;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;	
}
/* titres haut de page bleus */
h1 {
	color: #004385;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;	
}
.fondbeige {
	background-color: #FDE8C6;
}
strong.bleu {
	color: #004385;
	font-weight: bold;
}
#historique td {
	color: black;
	font-size: 12px;
}
#historique h1 {	
	font-weight: bold;
	padding: 5px;
	text-align: center
}
#historique a:link, #historique a:visited, #historique a:hover, #historique a:active, #historique a:focus {
	color: black;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;	
}
td.datesclef{
	background-color: #FDE8C6;
	color: black;
	font-size: 10px;
	font-style: italic;	
	font-weight: bold;
	padding: 10px;
}
td.droite {
	color: black;
	font-style: italic;	
	font-weight: bold;
}
strong.droite{
	font-weight: bold;
	font-size: 10px;	
}
td.gauche {
	padding: 10px;
}
strong.rouge {
	color: red;
	font-weight: bold;
	font-size: 12px;
}

strong.blanc {
	color: white;
	font-weight: bold;
	font-size: 12px;
}
#contact a:link, #contact a:visited, #contact a:hover, #contact a:active, #contact a:focus {
	color: #004385;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;	
}
#contact a.noir:link, #contact a.noir:visited, #contact a.noir:hover, #contact a.noir:active, #contact a.noir:focus {
	color: black;
}
.textecontact {
	color: #004385;
	font-weight: bold;
}
#footer{
  padding-top:20px;
  width:100%;
  text-align:center;
  
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: black;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}
