body
{
/*    Positionnement au centre      */
width: 760px; 

position: relative; 
left: 50%; 
margin-left: -380px;
}

/* HEADER  */
#header
{
height: 100px;
width: 760px;
color : #800000;
border-bottom-style: solid;
border-bottom-color: #800000;
border-width: 1px;
}

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

/* MENU  */
#menu
{
margin-top:0px;
top: 100px;
float: right;
width: 160px;
height: 267px         /* 300px; */
/* margin-top: 0%;       margin-top:    5%;   1%; */
/* margin-bottom: 0%;    margin-bottom: 5%;       */
/* margin left: 0%; */ 
/* border-left-style: solid; */
/* border-left-color: #800000; */
/* border-width: 1px; */

}

.element_menu  a
{
text-decoration: none;
}

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


/* CORPS    */
#corps
{
width: 590px;
height: 450px;
}

.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: 366px;
left: 0px;
width: 760px;
color: #800000;
border-top-style: solid;
border-top-color: #800000;
border-width: 1px;
}

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

#footer
{
text-align: center;
color : #800000;
/* border-top-style: solid; */
/* border-top-color: #800000; */ 
/* border-width: 1px; */
}

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

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

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

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

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


.photo
{
margin-top:15px;
}

/* Texte défilant actualités   */

#conteneur_defil 
{ 
    position: absolute;
    top: 100px;         /* 110 */
    left: 249px;
    width:345px; 
    height:267px;       /* 227 */
    overflow:auto;
/* scrollbar incompatible avec FireFox, Opera, Safari */ 
    scrollbar-face-color: white;
    scrollbar-track-color: ;
    scrollbar-arrow-color: #800000  ;
    scrollbar-shadow-color: white ;
    scrollbar-highlight-color: white ;
    scrollbar-3dlight-color: white  ;
    scrollbar-darkshadow-color: white  ;
    line-height:normal;
    color: #800000;
border-right: 1px solid #800000;
/* border-right-style: solid; */
/* border-right-color: #800000; */
/* border-width: 1px; */
/*    border-bottom: 1px solid #800000; */
}


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