  body { margin:0px 0px 0px 0px;
    padding:0px;
    background-color: rgb(255, 255, 255);
    font-family: "Trebuchet MS","Bitstream Vera Sans",lucida,arial,helvetica,sans-serif;
    font-size: 80%;
    }

  p { margin: 0px 0px 0px 0px; }

  p.justifie { padding: 5px;
    font-size: 110%;
    text-align: justify;
    }
    
  p.note { padding: 12px;
    font-size: 100%;
    font-style: italic;
    text-align: justify;
    }
    
  p.introduction { padding: 10px;
    margin-right: 40px;
    margin-left: 30px;
    font-size: 100%;
    text-align: justify;
    font-weight: bold;
    }
  p.reference { border-bottom: 1px solid rgb(41, 77, 105);
    margin-bottom: 2px;
    margin-right: 20px;
    margin-left: 50px;
    font-size: 120%;
    font-weight: bold;
    }
  p.commentaire {
    margin-bottom: 2px;
    font-size:80%;
    }
  p.centre {
    text-align: center;
    }

            
/*Section specifique pour navigateurs texte*/
#entete-texte { display: none;
	  color: rgb(20, 20, 20);
	  text-align: right;
    }
#pied-texte { display: none;
	  color: rgb(20, 20, 20);
	  text-align: right;
    }

  #container { margin: 0px auto;
    padding:0px;
    width: 673px;
    }

  #topright { float: right;
    height: 30px;
    width: 447px;
    text-align: right;
    font-size: 150%;
    color: rgb(153, 0, 51);
    }
    
  #imagetopright {float: right;
    height: 145px;
    text-align: right;
    }
    
  #top {
    width: 221px;
    height: 175px;
    text-align: center;
    }

  #pad { position: absolute;
    top: 175px;
    width: 673px;
    color: rgb(16, 16, 16);
    }

  #pad a:link, #pad a:visited, #pad a:visited { text-decoration: none;
    font-weight:bold;
    color: rgb(41, 77, 105);
    }

  #pad a:hover { text-decoration: none;
    font-weight:bold;
    background-color: rgb(41, 77, 105);
    color: rgb(225, 230, 235);
    }
    
  #pad h1 { color: rgb(255, 255, 255);
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 4px;
    font-size: 120%;
    background-color: rgb(51, 102, 153);
    text-align: center;
    }
 
  #pad h2 {
    margin: 0;
    padding: 10px;
    font-size: 110%;
    font-weight:bold;
    color: rgb(0, 0, 0);
    }
  
