body
{
	width: 844px;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: red;
	
   background-image: url(""); /* Le fond est l'image "skieur.gif" */
   background-repeat: no-repeat; /* Le fond ne se répète pas */
   background-position: bottom right;
   background-attachment: fixed; /* Le fond est fixé */
}




#corps
{
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 15px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   text-align: left;
   font-family: verdana, serif;
   color: black;
   font-size: 80%;
   border: 1px solid black;
   background-color: white;
}

#corps a
{
	color: blue;
	text-decoration: none;
}

#corps a:hover
{
	font-style: none;
	text-decoration: none; /* Le lien deviendra souligné quand on pointera dessus */
    color: red; /* Le lien sera écrit en rouge quand on pointera dessus */
}

h1
{
	font-size: 140%;
	text-align: center;
	color: black;
}

h2
{
	font-size: 110%;
	text-align: center;
	color: red;
}

h3
{
    font-size: 110%;
	text-align: left;
	color: black;
}

h4
{
	font-size: 110%;
	text-align: center;
	color: black;
}

a img
{
border: none;
} 
