/*
 * Feuille de style cours HTML
 * D.Archambault 
 */

body {
  font-size: 1.2em;
  background-color : #e6ebef; 
  background-image : url(../images/fdblanc1b.jpg);

  color            : black;
}

.right {
}

H1 {
  font : bold xx-large "Bitstream Oz Handicraft",Arial, Helvetica ;
  color : rgb (216,80,80) ;
  margin-left:40px;
}

span.ptH1 {
  font : bold x-large "Bitstream Oz Handicraft",Arial, Helvetica ;
  color : rgb (216,80,80) ;
}

div.auteur {
  font : bold medium Arial, Helvetica ;
  color : rgb (216,80,80) ;
  margin-left:40px;
}

H2 {
  font: bold italic large Arial ;
}

hr { clear : left; }

p.entete {
  font-style : italic;
}

p.remarque {
  font-style : italic;
}

div.sommaire {
  border : solid thin;
  border-color : rgb(216,80,80) ;
  padding: 1em; 
  margin: 0.5em 0;
  background: white;
}

div.sommaire h2 {
  text-transform : uppercase;
  font: bold small Arial, Helvetica;
}


div.sommaire strong {
  font-weight : bold;
}

div.liens-rapides {

}

div.liens-rapides h2 {
  text-transform : uppercase;
  font: bold small Arial, Helvetica;
}

div.liens-rapides strong {
  font: normal medium "Arial Rounded MT Bold", Helvetica;
}

div.navig {
  margin-top : 2ex;
  margin-bottom : 2em;
}

code {
  font-family   : Courier;
  font-weight   : bold;
}

Div.exemple {
  border : solid thin;
  margin: 0em 2em;
  margin-right : 0pt;
  padding: 1em; 
  font-weight : bold;
  background-image : url(../images/quadrille.jpg);
/*  background: rgb(216,216,216)*/
}

div.ex-visu {
  border : solid thin;
  margin: 0em 2em;
  margin-right : 0pt;
  padding: 1em; 
  background: white
}

H1.ex-visu {
  font : bold large Times;
  color : black;
  margin-left : 0pt;
}

P.ex-visu {
  font : normal small Times;
  color : black;
  margin-left : 0pt;
}

div.exemple-simple {
  border : solid thin;
  margin-right : 0pt;
  margin-bottom : 1ex;
  background-image : url(../images/quadrille.jpg);
  font : bold xx-small Courier;
}

div.ex-simp-visu {
  border : solid thin;
  margin-right : 0pt;
  margin-bottom : 1ex;
  margin-top : 0ex;
  background: white
}

span.lien-exemple {
  text-align : right;
  font : xx-small Courier;
  text-transform : uppercase;
}

span.titre-exemple {
  text-transform : uppercase;
  font: bold small Arial, Helvetica;
  color : rgb (216,80,80) ;
}

span.titre-liste {
  font-style : italic;
  color : green;
}

p.fin-chap {
  font-style : italic;
}

blockquote {
  font-size : large;
  color : green;
}

blockquote.exemple {
  font-size : medium;
  color : black;
}

strong {
  font-style    : italic;
  font-weight   : bold;
  font-size     : larger;
  color         : rgb(136,136,136);
}

strong.exemple {
  font-style    : normal;
  font-weight   : bold;
  font-size     : medium;
  color         : black;
}

blockquote strong {
  font-size     : large;
}

a:link      { color : rgb (216,80,80) }
a:visited   { color : rgb (216,120,120) }

    
