body /* On travaille sur la balise body, donc sur TOUTE la page */
{
	background-image: url("fond_perso.jpg"); /* Le fond de la page sera noir */
}

p
{
	color: white;
	font-size: small;
	font-family: Arial;	
	text-align: left;
	/*	border: 1px solid white; */
	margin-left: 150px; /* Marge extérieure gauche de 50px */
	margin-top: 0px;
	margin-bottom: 10px;
	width : 40%;
	padding: 10px;

}

h1
{
	color: white; 
	font-size: xx-large;
	font-family: Comic Sans SMS;
	text-align: center;
	padding-bottom: 10px;
}

h4
{
	color: white;
	font-size: large;
	font-family: Comic Sans SMS;
	text-align: left;
	text-indent: 150px;
	padding-top: 10px;
}

h5
{
	color: white;
	font-family: Comic Sans SMS;
	text-align: left;
	text-indent: 150px;
	padding-top: 10px;
}

a
{
	color : white;
}

div
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 20px;
	font-family: Arial Black;
	font-style: italic;
	font-size: 16px;
}

.liens
{
	color : strong;
	font-size : 19px;
	color: white; /* Les liens seront en rouge au lieu de bleu */
}

.image
{
	;text-align: center;
	margin-left: 150px; /* Marge extérieure de 0px */
	margin-top: none;
	margin-bottom: none;
	width : none;
	padding: none;
}