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

body
{
    width: 99%;
    background-color: rgb(255,249,192);
    color: rgb(161,164,173);
    background-image: url("images/hiroshigebackgroundimage(2).jpg");
    background-attachment: fixed;
}
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: 5px;
    font-weight: bold;
}
img
{
    border: none;
    margin: 0.5;
}

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

#en_tete
{
    width: 100%;
    margin-bottom: 3%;
    margin: auto;
}
#en_tete h3
{
    text-indent: 25px;
    font-size: 2em;
}
#jardin
{
    width: 40%;
    height: 15%;
    border: 1px solid black;
    background-color: rgb(255,249,192);
    margin-top: 7%;
    padding-bottom: 2%;
}

/*CONFIGURATION DU BLOCK "MENU"*/
#menu 
{
    position: fixed;    
    left: 2%;   
    top: 35%;
    float: left;
    width: 13%;
}
li
{
    margin: 3%;
    padding: 5%;
}
.element_menu
{  
    background-color: #626262;    
    border: 2px solid black;
    margin-bottom: 20px; 
}
.element_menu h3
{
    color: #B3B3B3;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
    text-align: center;
} 
.element_menu ul 
{
    padding: 5%; 
    padding-left: 20px;
    margin: 0px;
    margin-bottom: 5px;
} 
.element_menu a 
{
    color: rgb(255,249,192);
} 
.element_menu a:hover
{
    color: #B3B3B3;
    letter-spacing: 0px;
    font-weight: bold;
 }

/*CONFIGURATION DES BLOCKS DU CORPS*/
#corps
{
    width: 60%;
    margin-left: 20%;
    margin-top: 5%;
}
#corps li
{
    margin: 2px;
    padding: 2px;
}
.blockdecorps 
{
    margin: auto;
    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; 
}
#corps h3 
{
    color: rgb(255,249,192);
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif; 
}

#corps h3 a:hover
{
    letter-spacing: 1px;
    color: rgb(240,140,112);
}
#corps h2 /* Tous les titres h2 du corps */ 
{
    height: 30px;
    background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */    
    background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */        
    padding-left: 30px;    
    color: #B3B3B3;    
    text-align: left; 
}


/*CONFIGURATION DU BLOCK DROIT*/

#droit 
{
    position: fixed;    
    right: 2%;   
    top: 35%;
    float: left; /* Le menu flottera à gauche */    
    width: 15%; /* Très important : donner une taille au menu */
    padding: 3px;
}
#droit p
{
    text-align: center;
}
#droit li
{
    margin: 3%;
    padding: 5%;
}
#droit h3
{
    color: #B3B3B3;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
    text-align: center; 
    font-weight: normal;
}
#retour
{
    padding: 10%;
}
/*CONFIGURATION DU BLOCK "PIED_DE_PAGE" AVEC EMAIL AUTEUR*/

#pied_de_page
{
    width: 100%;
} 
#email
{
    width: 400px;
    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;
}
