body          { 
background-color : #44627A; 
width : 99%; 
margin: auto;
font-family: Arial, "Times New Roman"; 
} 
* { 
margin : 0px; 
padding: 0px;
} 
a img { 
border : none; 
}
img {
margin: 5px;
}
.gauche { 
float : left; 
} 
.droite { 
float : right; 
} 
.dessous { 
clear : both; 
}
.en-tete{
margin: auto;
}
.auteurs {
float : left;
width : 171px;
height: 250px;
background-image: url('auteurs.gif');
margin : 5px;
}
.auteurs a{ 
color : #4C6181; 
font-size : 12px; 
} 
.cadre {
float : left;
width : 140px;
height: 240px;
margin : 5px;
}
.cadre1 { 
float : left; 
width : 240px; 
height: 500px;
background-image: url('menu.jpg');
} 
// cadre interieur du menu auteur
.cadre2 { 
width : 220px; 
height: 480px;
 margin : auto; 
line-height: 14px;
} 
.cadre2 a{ 
color: black; 
} 
.photo { 
float : right; 
width : 547px; 
height: 300px;
background-image: url('livres.jpg');
} 
.photo1 { 
width : 500px; 
margin: auto;
padding-top : 30px; 
} 

.pied { 
margin: auto; 
} 
a { 
font-weight : bold; 
color : #E1DFCF; 
} 

h1 { 
font-size : 14px; 
color : black; 
text-align : center; 
} 
h2 { 
font-size: 13px; 
color : #E1DFCF; 
text-align : center; 
} 
h3 { 
color: #E1DFCF; 
text-align : center; 
font-size : 12px; 
font-weight : bold; 
} 
h4 { 
color : #E1DFCF; 
text-align : left; 
font-size : 11px; 
} 
p { 
font-size : 11px; 
}