html,body
{
font-family : Arial ;
margin:0px;
padding:0px;
width:100%;
height:100%;
}

.cadre_fiche
{
border : 3px inset white;
text-align:center;
padding:5px;
width:650px;
}

a
{
color:#7F0C59;
}
a:hover
{
color:#212D9A;
}

img
{
border:none;
}

h1
{
text-align:center;
font-size:25px;
color:red;
margin:0px;
padding:0px;
}

p
{
font-size:15px;
color:#212D9A;
}





#cadre { /* taille du cadre, à titre d'exemple */
width: 180px;
background-color: #FAA1F7;
}
/* propriétés communes à l'ensemble des 4 coins */
#hautgauche, #hautdroit, #basgauche, #basdroit {
height: 20px; width: 20px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#hautgauche {
background: url(hautgauche.gif);
}
#hautdroit {
float: right;
background: url(hautdroit.gif);
}
#basgauche {
background: url(basgauche.gif);
}
#basdroit {
float: right;
background: url(basdroit.gif);
}
#contenu p {
color: black;
margin: 0.5em; /*gestion des espaces interparagraphes */
}




#corp_livre_or
{
border : 3px inset white;
text-align:center;
padding:5px;
font-size:16px;
margin-top:30px;
width:650px;
}

.div_over
{
overflow: auto;
width:97%;
height:250px;
}

.plivror
{
border: 1px solid black;
margin:15px;
text-align:left;
padding:15px;
}




.tablo_copyright
{
border: 1px solid black;
color:black;
}
