/*
*       Feuille de style realisee par Jean Montane
*       pour le compte des Editions References.
*       
*/

html
 { font-family: Verdana, Arial, sans-serif;
 }
table
 { font-family: Verdana, Arial, sans-serif;
 }
body 
 { background-color: #FFC45F; 
   margin: 0pt 0pt;
 }
h1
 { color: #CC3300;
   font-size: 1.8em;
   font-weight: bold;
   padding-left: 50px;
   padding-bottom: 25px;
   letter-spacing: 2px;
 }
h2
 { color: #CC3300;
   font-size: 1.3em;
   font-weight: bold;
   font-style: italic;
   letter-spacing: 1px;
 }
h3
 { color: #CC3300;
   font-size: 1em;
   font-weight: bold;
   font-style: italic;
 }
span.sousTitre
 { font-size: .7em;
   font-style: italic;
 }
a
 { text-decoration: none;
   color: #333399;
 }
a:focus, a:active, a:hover, a.menu:focus, a.menu:active, a.menu:hover
 { background-color: #FFCE69; 
 }
a.auteur 
 { font-weight: bold;
   font-style: italic;
   cursor: pointer;
   text-decoration: none;
 }
a.livre 
 { color: black;
   cursor: pointer;
   text-decoration: none;
 }
a.menu 
 { background-color: #FFC45F;
   font-family: Verdana, Arial, sans-serif;
   padding: 3px;
   text-align: left;
 }
a.menu-down
 { color: #CC3300;
   background-color: #FFC45F;
   font-family: Verdana, Arial, sans-serif;
   padding: 3px;
   text-align: left;
 }
p.biblio
 { font-weight: bold;
   font-style: italic;
   text-align: right;
 }
p.auteur 
 { color: #CC3300;
   font-weight: bold;
   font-style: italic;
 }
p.c2 
 {text-align: center;
 }
div.c1 
 { text-align: center; }
div.content
 { margin-left: 5px;
   border-left: 1px solid #f00; 
   padding: 40px;
 }
div.fixed 
 { background-color: #FFC45F; 
 }
img 
 { border: 2px;
   border-style: solid;
   background-color: #FFC45F;
   border-color: #FFD873 #D79C37 #D79C37 #FFD873; 
 }
img.float
 {  
   float: left; 
   margin-right: 10px; 
 } 
img.right
 {  
   float: right; 
   margin-left: 10px; 
 } 
td.button 
 { padding: 2px 13px;
   font-size: 9pt;
   color: black;
 }
td.button-down 
 { color: #CC3300;
   padding: 2px 10px;
   font-size: 9pt;
 }
span.footer
 { font-size: 8pt;
 }
