body{
   background-color : black;
   width: 450px;
}

/* ================================================================================ */
/*										EN TETE										*/
/* ================================================================================ */

header {
	color: rgb(193,207,186);
	font-size: 80px;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 50px;
}

/* ================================================================================ */
/*										INTRO										*/
/* ================================================================================ */

article {
	color: white;
	margin-bottom: 50px;
}
a{
	text-decoration: none;
	height: 100px;
	width: 340px;
	display: block;
}
a.missymyd {
	background-image: url(missymyd.jpg);
	font-size: 70px;
	color: rgb(72,47,112);
}
a.monderhal {
	background-image: url(monderhal.png);
	font-size: 30px;
	color: grey;
	text-align: right;
}
a.tempsreve {
	background-image: url(tempsreve.jpg);
	font-size: 30px;
	color : white;
	text-align: right;
}