/* Feuille de style : feuille_style_dionne.css */

.fond {
 background-image:url('carre.jpg');
 background-repeat:repeat;
 font-family: 'Book Antiqua', 'Bell MT', 'Bookman Old Style';
 background-color:#FF6;
 }

a:link {color:#663333;
  text-decoration: none;}

a:visited {color:#660033;
  text-decoration: none;}

.premier_paragraphe  {margin-left:240px;
  color:black;}

.paragraphes_suivants  {margin-left:10px;
  color:black;}

p.normal {margin:10px;
  line-height:20px;
  font-family:sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: black;}

.texte {margin:10px;
 line-height: 20px;}

.poeme {
   float:right; }  /* boite calee a droite */

.livres {
border:none;
 width:80px;
}

.livre_ouvert {
border:none;
 width:50px;
}

.normal {margin:10px;
  color:black;
  line-height:20px;
  font-family:sans-serif;
  font-size: 17px;
  font-weight: 400;}

.pied_page {
  color:black;
  vertical-align:bottom;
  line-height:18px;
  font-family:sans-serif;
  font-size: 13px;
  font-weight: 400;}

.fantaisie{
  font-family:fantasy;
  font-size: 24px;
  color:black;
  font-weight: 500;}
  
.lettrine {
   float: left;
   margin-right: 25px;
   margin-bottom: 40px;
   border:1px solid black;}
   
.lettrine2 {
   float: left;
   margin-right: 25px;
   margin-bottom: 100px;
   border:1px solid black;}
   
.reliure_agendas {
width:180px;
border:1px solid black;
margin-right:10px}

.couverture_agendas {
width:320px;
border:1px solid black;
margin-right:10px}


.centre {float:none; margin-left:auto; margin-right:auto; text-align:center;} 

.texte_centre {text-align:center;} 
.texte_just {text-align:justify;} 

table.agenda {
width:900px;
border:none;}

td.agenda1 {
width:18%;
text-align:left;
vertical-align:top;
}

td.agenda2 {
vertical-align:top;
text-align:justify;
}

hr.agenda {
width:100%;
text-align:center;
}





