body
{
    background-color: rgb(161,164,173);
    color: rgb(255,249,192);
}
h3
{
    font-family: copperplate, georgia, palatino, serif;
    font-variant: small-caps;
    font-weight: normal;
    text-transform: capitalize;
    text-indent: 5%;
}
/* CONFIGURATION DU BLOCK "EN-TĘTE"*/

#en_tete
{
    width: 100%;
    height: 15%;
    margin-top: 3%;
    margin-bottom: 3%;
    margin: auto;
}
#en_tete h3
{
    text-indent: 25px;
    font-size: 2em;
}
#trait
{
    width: 50%;
    border-bottom: 1px solid rgb(255,249,192);
    margin-left: 1%;
}
p
{
    font-size: 1.3em;
    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: 1px;
	width: 30%;
	height: 30%;
}
a img:hover 
{
    border: groove rgb(255,249,192);
}
 #mozaique
{
    margin-top: 5%;
    margin-left: 65%;
    margin-right: 5%;
    height: 60%;
}
#email
{
    font-size: 0.8em;
    margin-top: 5.5%;
    text-align: center;
}
