/* CSS Document */
body {
background:#c01e45;
margin:0px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
#livre {
position:relative;
margin: 0px auto 0px auto;
background: url(fond.jpg) top center no-repeat;
width:800px;
height:600px;
}
#texte { 
position:absolute;
top:210px; left:435px;
width:220px; height:270px;
}
#bio { 
position:absolute;
top:96px; left:432px;
width:220px; height:393px;
}

#menu { position:absolute;top: 304px; left:250px;width:100px; height:200px;}

a.accueil, a.biographie, a.repertoire, a.agenda, a.contact {
display:block;
width:100px; 
height:25px;
}

h1 {font-size:16px; margin:0px;}
h2 {font-size:14px; margin:0px;}

#banac , #banbio , #banrep, #bancon ,#banage{
position:absolute;
width:119px; height:106px;
top:26px; left:569px;
}
#banac{background-image:url(accueil.gif);}
#banbio {background-image:url(bio.gif);}
#banrep {background-image:url(repertoire.gif);}
#bancon{background-image:url(contact.gif);}
#banage{background-image:url(agenda.gif);}

#photobio, #photoenf, #photoadu, #photopet, #photo1, #photo2 {
position:absolute;
width:161px; height:156px;
top:80px; left:162px;
}
#photobio{background-image:url(bio_photo.jpg);}
#photoenf{background-image:url(rep_enf_photo.jpg);}
#photopet{background-image:url(vallee.jpg);}
#photoadu{background-image:url(chateau.jpg);}
#photo1{background-image:url(photo1.jpg);}
#photo2{background-image:url(photo2.jpg);}


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