* { 
    font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
    }

tt { 
     font-family: monospace;
     }

/* Caractéristiques générales du document */

body {
       background-color: black;
       color: orange;
       font-size: 90%
       }

/* Les liens */

A { color: #ff4c06;
    text-decoration: none;
    font-weight:    normal;
    }

A:hover { background: orange;
          color: black;
          text-decoration: none;
          }

A:visited { text-decoration: none;
            color: #e36635;
            }


/* Les div */

div.titre { 
            border: 2px solid orange;
            padding: 2px;
            text-align: center;
            font-size: 300%;
            }

div.imagecentre { 
                  text-align: center;
                  margin: 25px;
                  }


div.imagegauche { 
                  float: left;
                  margin: 20px;
                  }


div.imagedroite { 
                  float: right;
                  margin: 20px;
                  }



div.paragraphe { 
                 vertical-align: top;
                 padding: 2px;
                 margin: 2px;
                 width: 90%;
                 padding-left: 10px;
               }

div.paragraphenb { 
                   vertical-align: top;
                   padding: 5px;
                   margin: 5px;
                   width: 700px;
                   padding-left: 10px;
                   background: white;
                   color: black;
                   border: 1px dotted orange;
               }



div.plusdinfo{ 
               text-align: right;
               margin-top: 10px;
               padding-right: 3px;
               margin-right: 3px;
               border-right: 1px dotted orange;
               }

div.code { 
           text-align: center;
           margin: 5px;
           padding: 5px;
           border: 1px dotted orange;
           font-size: 120%;
           }

h1{ 
    clear: both;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 25px;
    }


li {
     text-align:     justify;
     padding-bottom: 1em;
     }

img {
      border: 0;
      }

