/* Style sheet pour actu */

body {
  background-color: #bbbbff;
}

#page {
  font-family: "Comic Sans MS";  
  font-size: 13pt; 
  position: relative;  
  width: 21cm; 
  margin: 10px auto;  
  padding: 1cm;  
  background-color: white;
  border: 3px double lightgrey;  
}

a img {  
  color: #99ffff;  
  text-decoration: none;
}

a:hover img {  
  color: #ff00cc;  
  text-decoration: none;
}

td {  
  font-size: 13pt;
}

h2 {  
  font-size: 22px;  
}

h3 {  
  font-size: 20px;
  text-align:center;
  font-weight:bold;
}

h4 {  
  font-size: 14px;  
  color: #ff00cc;
}

h5 {  
  font-size: 13px;
}

p {
text-indent: 1cm;
}

.button {  
  background-color: #ff00cc;  
  color: white;  
  font-weight: bold;
}

.noind {  
  text-indent: 0cm;
}

.red {color: red;
}


#legende {  
  font-size: smaller;
}

