body
{
	font-family: Comic Sans MS;
	background-color: #3ae2fb ;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
h2
{
	text-align: center;
	text-decoration: underline;
}

#cadre
{
	border-left: black solid 2px;
	border-right: black solid 2px;
	border-top: black solid 2px;
	border-bottom: black solid 2px;
	width: 25%;
	height: 65%;
	position: absolute;
	left: 1%;
	bottom: 20%;
	text-align: left;
	color: white;
	background-color: orange ;
}
#cadre2
{
	border-left: black solid 2px;
	border-right: black solid 2px;
	border-top: black solid 2px;
	border-bottom: black solid 2px;
	width: 58%;
	height: 65%;
	position: absolute;
	left: 33%;
	bottom: 20%;
	text-align: left;
	color: white;
	background-image: url("157.jpg") ;
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none; /* Le lien deviendra souligné quand on pointera dessus */
}

a:active /* Quand le visiteur clique sur le lien */
{
   background-color: black;
}

a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: black;}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: none;
}