html, body { background-color:#73869c; }
body {
  font-family: arial, helvetica, sans-serif; 
  font-size: 0.9em; 
  margin: 0px;
  color: black;
}

abbr, acronym { cursor:help; }
a { color: #ffffff; }
a:visited { color: #cccccc; }
h1 { margin: 0px; }
p { text-align: justify;}

#entete {
  height: 66px; 
  color: #ffffff; 
  text-align: center; 
  background-repeat: no-repeat;
  padding-top: 10px; 
}

#contenu { margin-right: 17em; margin-left:0.7em; }  

#article, .article {
  padding: 1em; 
  border: 1px solid black; 
  background-color: #deefef;
  margin-bottom: 15px;
}
#article a, .article a { color: blue; }
#article a:visited { color: darkblue; }
#article h2 { margin: 0; text-align: center; font-size: 18px; }
#article h3 { font-weight: lighter; font-style: italic; text-align: center; font-size: 16px; }
#article h4 { font-weight: bold; }  
#article h5 { font-weight: lighter; font-style: italic; text-align: right; }

#menu {
  position: absolute; 
  right: 1em; 
  top: 76px; 
  width: 15em;
  padding: 0px; 
  background-color: #deefef; 
  border: 1px solid black;
}
#menu a { color:blue; }
#menu h2 {
	font-size: 1em;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center; 
	text-decoration: underline;
}

#pied { margin-top: 0.5em; font-size: 0.7em; margin-left: 0.9em; }

