body
{
/*    Positionnement au centre plein ecran    */
width: 970px; 
position: relative; 
left: 0%; 
top: 0%;
margin-left: 0px;
margin-top: 0px;
}

/* HEADER  */
#header
{
height: 100px;
width: 880px;
/* color : #993400; */
color : #800000;

/* Bordures */
border-bottom-style: solid;
border-bottom-color: #800000;
border-width: 1px;
}

/* Ajouter aux favoris  */
.link
{
color: #800000;
}

/* MENU  */
#menu
{
float: right;
width: 150px;
height: 300px;
/*  margin-top: 5%; */
/* margin-bottom: 5%; */
margin-top: 1%;
margin-bottom: 0%;
}

.element_menu  a
{
text-decoration: none;
}

.element_menu li
{
color: #800000;
text-align: left;
}


/* CORPS    */
#corps
{
width: 600px;
height: 420px;
/* height: 400px; */

/* Bordures */

border-right-style: solid;
border-right-color: #800000;
border-width: 1px;
}

.lettrine
{
float: top;
font-size: 3em; /*  Hauteur de 3 lignes  */
font-family: Georgia, "Times New Roman", Times,serif;
font-weight: bold; /* Ecris en gras  */
margin-right: 0px; /*  Marge de 5px à droite pour ne pas trop coller au texte  */
color: #800000;
}

.bio
{
position: absolute;
top: 360px; 
left: 5px;
color: #800000;
text-align:left;
}

.indent
{
float: right;
margin-right: 200px;
text-decoration: none;
}

#footer
{
text-align: center;
color : #800000;


/* Bordures */
border-top-style: solid;
border-top-color: #800000;
border-width: 1px;

}

/*  Liens Hypertexte   */
a:link
{
/* color: #800000; */
color: #800000;
/* text-decoration: none; */
text-decoration: underline;
}

a:visited
{
/* color: #800000; */
color: #800000;
text-decoration: underline;
}

a:hover
{
color: #800000;
text-decoration: underline;
}

a:active
{
color: #800000;
text-decoration: underline;
}

/* h5 h3 h1 et h0 */
h5
{
background-color: #800000;
color: white;
/*  Hauteur de 1 ligne */
font-size: 1em; 
text-align: center;
}
h3
{
background-color: #800000;
color: white;
/*  Hauteur de 2 ligne */
font-size: 2em; 
text-align: center;
}
h1 
{ 
font-family: Arial; font-size: 30px; background-color: #800000;
color: white; text-align: center
}

.photo
{
margin-top:1px;
}

/* Texte défilant actualités   */

#conteneur_defil 
{ 
    position: absolute ;
    top: 160px;         
    left: 350px;
    width:600px; 
    height:200px; 
    overflow:auto;
/* scrollbar incompatible avec FireFox, Opera, Safari */ 
    scrollbar-face-color: #800000;
    scrollbar-track-color: white ;
    scrollbar-arrow-color: #800000  ;
    scrollbar-shadow-color: #800000 ;
    scrollbar-highlight-color: white ;
    scrollbar-3dlight-color: white  ;
    scrollbar-darkshadow-color: #800000  ;
    line-height:normal;
    color: #f1f0d3;
    background-color:#800000 
/*    background-color: white;   */
}
#fin_actu 
{
    position: absolute ;
    top: 360px;         
    left: 350px;
    width:600px; 
    height:12px; 
    border-top: 1px solid #800000;
    border-bottom: 1px solid #800000;
    background-color:#800000 
    line-height:normal;
    color: #800000;
}


/* Autres pages   */
.temp u, h4, h2, hr, b
{
color : #800000;
}