/*
 * Ceci est experimental
 *
 */

body
{
   background-color: #d0df2d;
}

/*
 * Specifique au musee
 */

.horreur
{
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 0;
   margin-bottom: 5px;
   padding: 10px;
   background: #ffa4a4;
   border: 1px solid #000000;
   overflow: auto;
}

.horreur-titre
{
   background: #ffffff;
   border: 1px solid #000000;
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 5px;
   margin-bottom: 0;
   text-align: center;
   font-size: large;
   font-weight: bold;
}