body {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 100%;
   background-image: url('images/background.jpg');
   background-repeat: repeat;
}

a:link {
   color: #006699;
   text-decoration: none;
   /*font-weight: bold;*/
}
   
a:visited {
   color: #006699;
   text-decoration: none;
}
   
a:hover {
   color: #ff9900;
   text-decoration: none;
}

.commandeKrisis {
   font-weight: bold;
   text-align: center;
}
   
.numeroKrisis {
   font-size: 130%;
   font-weight: bolder;
   color: #ff9900;
   background-color: navy;
   padding: 10;
}
   
.titreKrisis {
   font-size: 130%;
   font-weight: bolder;
}
   
.dispoKrisis {
   font-weight: bold;
}

.notesLiens {
   font-size: 120%;
   text-align: center;
}

.TitreActivite {
   text-decoration: underline;
}

.reserve {
   font-size: smaller;
   font-style: italic;
   color: #990033;
}

.basket {
   clear: both;
   padding: 10px;
}

.rubriques-phares {
   margin-bottom: 10px;
}

.textes_en_ligne {
   text-align: center;
   margin-bottom: 50px;
   font-size: 150%;
}

sup {
   font-size: 0.5em;
   vertical-align: top;
}
