@CHARSET "UTF-8";

body {
	text-align: center;
}

#corps{
	margin-top:5%;
}

#image{
     width:50%;
}

.bouton-retour{
	margin-top:1em;
}

.cadre-image-bord{
    border:solid black 1px;
	border-radius: 20px;
}

.cadre-image{
	border-radius:20px;
}

#image-detail{
	width:75%;
    border:solid black 1px;
}

.titre-image{
    font-size:large;
    font-style:italic;
    font-weight:bold;
}


h2{
    margin-top:0.5em;
	font-family: HoneyScript!important;
	font-size:4em;
    color:green;
}