/*Parametres generaux du site*/
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: 12px;
    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;
    margin-right: 20px;
    margin-left: 150px;
    font-size:80%;
    }
	  
hr { background-color: rgb(255, 255, 255);
    height: 5px;
    }
    
/*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;
    }

/*Pages principales du site*/    
#container { margin: 0px auto;
    padding: 0px;
    width: 673px;
    }

	  
  #topright { float: right;
    height: 140px;
    width: 447px;
    text-align: right;
    }
    
  #topright h1{ font-size: 180%;
    color: rgb(153, 0, 51);
    }
    
#top { color: rgb(255, 255, 255);
    width: 221px;
    height: 140px;
    background-color: rgb(51, 102, 153);
    text-align: center;
    }

#top a:link, #top a:visited, #top a:active, #top a:hover { text-decoration: none;
    color: rgb(255, 255, 255);
    }
    
#top h1 {margin: 0px;
	padding-top: 10px;
    font-size: 400%;
    font-weight: normal;
    color: rgb(255, 255, 255);
    }
      
#top h2 { margin: 0px;
	text-align: center;
    font-size: 160%;
    font-weight: normal;
    color: rgb(255, 255, 255);
    }
#top h3 { margin: 0px;
	text-align: center;
    font-size: 100%;
    font-weight: normal;
    color: rgb(255, 255, 255);
    }

  #gallery { width: 673px;
    padding-top: 5px;
    }
    
/*La boite de droite comporte un menu puis une suite de paragraphes dans le pad*/
  #boitedroite { width: 446px;
    float: right;
    margin-top: 5px;
    background-color: rgb(240, 245, 250);
    overflow: auto;
    }
    
  #menu { border-bottom: 5px solid rgb(255, 255, 255);
    padding: 13px;
    width: 420px;
    float: right;
    background-color: rgb(255, 204, 51);
    text-align: center;
    font-weight: bold;
    }

  #menu a:link, #menu a:visited, #menu a:active { padding: 13px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 204, 51);
    text-align: center;
    }

  #menu a:hover { padding: 13px;
    background-color: rgb(81, 115, 81);
    text-decoration: none;
    color: rgb(255, 255, 255);
    }

  #pad { 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 {
    margin: 0;
    padding: 10px;
    font-size: 160%;
    color: rgb(41, 77, 105);
    }
    
  #pad h2 { border-top: 5px solid rgb(255, 255, 255);
    margin: 0;
    padding: 10px;
    font-size: 160%;
    color: rgb(41, 77, 105);
    }
    
  #pad h3 {
    margin: 0;
    padding: 10px;
    font-size: 110%;
    font-weight:bold;
    color: rgb(0, 0, 0);
    }
    
/*La boite de gauche comporte une suite de paragraphes*/
  #boitegauche { padding: 4px;
    width: 213px;
    margin-top: 5px;
    background-color: rgb(41, 77, 105);
    color: rgb(255, 255, 255);
    overflow: auto;
    }
    
  #boitegauche a:link, #boitegauche a:active, #boitegauche a:visited { text-decoration: none;
    color: rgb(255, 204, 51);
    }
    
  #boitegauche a:hover { text-decoration: none;
    background-color: rgb(255, 204, 51);
    color: rgb(41, 77, 105);
    }
    
  #boitegauche h1 { border-bottom: 2px dotted rgb(247, 203, 51);
    margin: 4px;
    padding: 4px;
    font-size: 120%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    }

  #boitegauche h2 { font-size: 90%;
    color: rgb(255, 204, 51);
    }
    
  #footer { border-top: 5px solid rgb(255, 255, 255);
    padding: 12px;
    background-color: rgb(255, 204, 51);
    width: 649px;
    color: rgb(81, 115, 81);
    font-size: 90%;
    text-align: center;
    clear: both;
    }

  #footer a:link, #footer a:active, #footer a:visited { text-decoration: none;
    color: rgb(81, 115, 81); 
    }
  #footer a:hover { text-decoration: none;
    background-color: rgb(81, 115, 81);
    color: rgb(255, 204, 51); 
    }
    
/*Les articles sont presentes selon des regles independantes des pages principales*/    
  #entetearticle { margin: 0px;
    padding: 15px;
    background-color: rgb(51, 102, 153);
    font-size: 300%;
    color: rgb(255, 255, 255);
    }
    
  #toplinks { position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
    color: rgb(255, 255, 255);
    }

  #toplinks a { color: rgb(255, 255, 255);
    text-decoration: none;
    }

  #toplinks a:hover { color: rgb(50, 102, 142);
    background-color: rgb(255, 255, 255);
    }

  #article {
    position: absolute;
    left:250px;
    top:85px;
    margin-right: 50px;
    width: auto;
    font-size: 110%;
    text-align: justify;
    color: rgb(16, 16, 16);
    background-color: rgb(255, 255, 255);
    }

  #article a:link, #article a:visited, #article a:visited { text-decoration: none;
    font-weight:bold;
    color: rgb(41, 77, 105);
    }
    
  #article a:hover { text-decoration: none;
    font-weight:bold;
    background-color: rgb(41, 77, 105);
    color: rgb(255, 255, 255);
    }
    
  #article h1 { text-align: left;
    padding: 10px;
    font-size: 160%;
    color: rgb(41, 77, 105);
    }

  #article h2 { text-align: left;
    border-top: 5px solid rgb(41, 77, 105);
    margin-top: 10px;
    padding: 10px;
    font-size: 160%;
    color: rgb(41, 77, 105);
    }
    
  #article h3 { text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 120%;
    color: rgb(41, 77, 105);
    }
  #telechargement {
    position: absolute;
    left: 15px;
    top:175px;
    width: 200px;
    font-size: 90%;
    color: rgb(16, 16, 16);
    }

  #telechargement a:link, #telechargement a:visited, #telechargement a:hover, #telechargement a:visited { text-decoration: none;
    color: rgb(41, 77, 105);
    }
    
  #piedarticle { 
    margin-top: 15px;
    padding: 12px;
    background-color: rgb(255, 204, 51);
    color: rgb(0, 0, 0);
    font-size: 90%;
    text-align: center;
    clear: both;
    }

  #piedarticle a:link, #piedarticle a:active, #piedarticle a:visited { text-decoration: none;
    font-weight: normal;
    color: rgb(81, 115, 81); 
    }
    
  #piedarticle a:hover { text-decoration: none;
    background-color: rgb(81, 115, 81);
    color: rgb(255, 204, 51); 
    }
