
#global {
max-width : 800px;
margin : auto;
font-size : 18px;

}

header {
width : 100%;
border :5px green solid;
border-radius : 15px;
background : #c7fff3;
margin-bottom : 10px;
}

mark{
	background-color: #7ce66c;
}

#corps {
width : 99%;
border : blue solid;
border-radius : 15px;
padding-left : 5px;
padding-top : 0px;

}



#global h4 {
margin-left : 5px;
}

#global figure{
	text-align : center;
}



header a{
	text-decoration : none
}


#corps a{
	text-decoration : none;
}


a:visited{
	color:blue;
}

a:hover{
	text-decoration : underline;
}
/* pourquoi  prend sur l'en tête, et pas sur le corps ??? */

#corps a:hover{
	text-decoration : underline;
}






.center{
	display : block;
	margin-left : auto;
	margin-right : auto
}

.gris{
	color : gray;
}


.petitcaractere {
font-size : small;
}