body
{
    background-color: black;
    color: rgb(202,255,72);
    width: 100%;
    margin: auto;
}
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: rgb(202,255,72);
}
h2
{
    font-family: courrier, serif;
    font-size: 3em;
    font-variant: small-caps;
    font-weight: bold;
    text-transform: capitalize;
    
}
/* CONFIGURATION DU BLOCK "EN-TĘTE"*/

#en_tete
{
    width: 100%;
    height: 15%;
    margin-bottom: 5%;
    margin-top: 1%;

}
#en_tete h3
{
    text-indent: 25px;
    font-size: 2em;
}
#trait
{
    width: 400px;
    border-bottom: 1px solid rgb(202,255,72);
    margin-left: 1%;
}
/* CONFIGURATION DU BLOCK "CORPS"*/
#corps
{
    width: 90%;
    margin: auto;
    margin-top: 8%;
    margin-bottom: 5%;
	border: 1px solid rgb(202,255,72);
}
#contenu
{
	width: 100%
	background-color: black;
	padding: 2%;
	text-align: center;
	color: black;
	font-family: copperplate, georgia, palatino, serif;
    font-size: 1.2em;
    font-variant: small-caps;
    font-weight: normal;
    text-transform: capitalize;
}
#contenu img
{
    width: 300px;
    height: 300px;
	background-color: white;
	border: 10px solid black;
	margin: 1%;
}

