/*CONFIGURATION GÉNÉRALE DE LA PAGE, CORPS, STYLES DE TEXTE (P - TITRE - IMAGES) ET LIENS*/

body
{
    width: 99%;
    background-color: rgb(161,164,173);
    color: rgb(255,249,192);
}
h3
{
    font-family: copperplate, georgia, palatino, serif;
    font-size: 1.2em;
    font-variant: small-caps;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 7%;
    margin-bottom: 3%;
    text-indent: 5%;
}
p
{
    font-size: 1em;
    font-family: georgia, palatino, "times new roman", serif;
}
a
{
    text-decoration: none;
    color: rgb(255,249,192);
}
a:hover
{
    letter-spacing: 1px;
    font-weight: bold;
}
img
{
    border: 1px solid black;
    margin: 0.5;
}

/* CONFIGURATION DU BLOCK "EN-TÊTE"*/

#en_tete
{
    width: 100%;
    height: 15%;
    margin-bottom: 3%;
    margin: auto;
}
#en_tete h3
{
    text-indent: 25px;
    font-size: 2em;
}
#trait
{
    width: 40%;
    border-bottom: 1px solid rgb(255,249,192);
    margin-left: 1%;
}
/*POUR LE MENU DÉROULANT */

#menu 
{position: fixed;top: 37%;left: 1%;width: 20%;
}
dl, dt, dd, ul, li 
{margin: 0;padding: 0;list-style-type: none;}#menu dt 
{cursor: pointer;margin: 2px;height: 10%;line-height: 20px;text-align: center;font-weight: bold;border: 1px solid gray;color: rgb(255,249,192); /*couleur des titres de liste*/
}#menu dd 
{border: 1px solid gray;}#menu li 
{text-align: center;
color: rgb(255,249,192);
}#menu li a, #menu dt a 
{color: #000;text-decoration: none;display: block;border: 0 none;height: 100%;}#menu li a:hover, #menu dt a:hover 
{    color: rgb(255,249,192); /*couleur des éléments liste au passage de la souris*/
}

/*CONFIGURATION DES BLOCKS DU CORPS : "POUR_CE_SITE" ET "AUTRES_PROGRAMMES"*/
#corps
{
    width: 72%;
    margin-top: 8.1%;
    margin-left: 4%;
}
.corps p a 
{
    color: rgb(255,249,192);
} 
.corpsmenu p a:hover 
{
    color: #B3B3B3;
    letter-spacing: 0px;
    font-weight: bold;
 }

.corpsmenu 
{
    margin-left: 27%;
    margin-top: 3.1%;
    padding-top: 1%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5%;
    color: #B3B3B3;
    background-color: #626262;
    border: 2px solid black; 
}
#corps p
{
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: justify; 
}
.imageflottante
{
    float: right;
    margin-left: 3px;
    margin-bottom: 3px;
    clear: both;
    width: 15%;
}
#corps h3
{
    color: #B3B3B3;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif; 
}

/*CONFIGURATION DU BLOCK IMAGE GIF DE PHD*/

#gif
{
    position: fixed;    
    right: 2%;   
    top: 37%; 
    width: 20%;
    text-align: center;
}
#gif img
{
    border: 2px solid black;
    width: 75%;
}

/*CONFIGURATION DU BLOCK "PIED_DE_PAGE" AVEC EMAIL AUTEUR*/

#pied_de_page
{
    width: 100%;
} 
#email
{
    width: 45%;
    margin: auto;
    height: 5%;
    margin-top: 25%;
    color: #B3B3B3;
    background-color: #626262;
    border: 2px solid black;
    text-align: center;
    font-size: 0.8em;
}
# email a:hover
{
    letter-spacing: 5px;
    font-weight: bold;
}
