@charset "UTF-8";

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#fond {
position: absolute;
width: 360px;        /* selon la largeur voulue */
margin-left: -170px; /* moitie de width */
left: 50%;           /* constant, toujours 50% */
height: 200px;       /* selon la quantite de texte */
margin-top: -120px;   /* moitie de height */
top: 50%;            /* constant, toujours 50% */
}

a:link {
	color: #682873;
}
a:visited {
	color: #682873;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.mail {
	margin-left: 7px;
	background:url(../img/mail.png) left center no-repeat; 
	padding-left:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #494850;
}
.ppt {
	margin-left: 7px;
	background:url(../img/ppt.png) left center no-repeat; 
	padding-left:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #494850;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
