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

body
{
    width: 99%;
    background-color: rgb(96,48,0);
    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: 0%;
    margin-bottom: 3%;
    color: #B3B3B3;

}
.element_menu h3
{
    margin-top: 5%;
}
h2
{
    font-family: georgia, palatino, serif;
    font-size: 1em;
    margin-top: 7%;
    margin-bottom: 3%;
    text-indent: 5%;
    color: #B3B3B3;

}
p
{
    font-size: 1em;
    font-family: georgia, palatino, "times new roman", serif;
    color: rgb(255,249,192);
}
a
{
    text-decoration: none;
    color: rgb(210,85,19);
}
a:hover
{
    letter-spacing: 3px;
    font-weight: bold;
    color: rgb(210,85,19); 
}
.fauxlien
{
    font-weight: bold;
    color: rgb(210,85,19);
}

img
{
    border: none;
    margin: 0.5;
}
acronym
{
    text-decoration: none;
}
acronym:hover
{
    background: rgb(255,192,120);
    color: rgb(161,164,173);
}
/* CONFIGURATION DU BLOCK "EN-TÊTE"*/

#en_tete
{
    width: 100%;
    height: 15%;
    margin-bottom: 5%;
}
#en_tete h3
{
    text-indent: 25px;
    font-size: 2em;
}
#trait
{
    width: 400px;
    border-bottom: 1px solid rgb(210,85,19);
    margin-left: 1%;
}

/*insérer ici un menu, tout de même...*/

#menu 
{
    position: fixed;    
    left: 2%;   
    top: 25%;
    float: left; /* Le menu flottera à gauche */    
    width: 15%;
    background-color: rgb(76,29,0);
    border: 5px solid rgb(198,255,37);
}
#menu li
{
    text-indent: 0px;
    list-style-type: none;
    text-align: center;
    margin: 2%;
    font-weight: bold;
    padding: 2%;
}
.element_menu
{  
    margin-bottom: 20px; 
}
.element_menu h3 
{
    color: #B3B3B3;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
    text-align: center;
    text-indent: 4%;
} 
.element_menu ul 
{
    padding: 0px;
    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;
 }

/*CORPS DU DOCUMENT*/

#corps
{
    width: 60%;
    margin-left: 18%;
    margin-right: 5%;
    padding: 5%;
    padding-top: 3px;
    text-align: justify;
	margin-top: 1%;
    margin-bottom: 25%;
}
#corps h3
{
    text-align: center;
    text-indent: 0px;
    font-size: 1.3em;
}
#corps li
{
    margin-top: 5px;
    margin-bottom: 7px;
}
#corps a
{
    font-weight: bold;
}
#corps a:hover
{
    background: rgb(255,192,120);
	color: rgb(96,48,0);
    letter-spacing: 0px;
}
.cursus
{
	width: 65%;
	background-color: rgb(76,29,0);
    border: 5px solid rgb(198,255,37);
    padding-left: 4%;
    padding-right: 10%;
    padding-top: 3%;
    margin: 3%;
}
/*BLOCK DROIT*/
#retour 
{
    position: fixed;    
    right: 5%;
    left: 80%;   
    top: 25%;
    float: left;
    width: 13%;
    height: 27%;
    padding: 1%;
    text-align: center;
    background-color: rgb(76,29,0);
    border: 5px solid rgb(198,255,37);
}

#laby
{
	font-size: 0.9em;
}
#retour a:hover
{
	letter-spacing: 0px;
	font-weight: bold;
}

