@charset "UTF-8";
/* CSS Document */
body,td,th {
	background-color: #EEEEEE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: 616161;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited, a:active {
	color: fd0034;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	position: absolute;
	width: 933px;        /* selon la largeur voulue */
	margin-left: -381px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 584px;       /* selon la quantite de texte */
	margin-top: -320px;  /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
	background: #EEEEEE url('../img/exit_cie.jpg') no-repeat top left;
}
#content {
	width: 640px;
	height: 150px;
	margin: 290px 0px 0px 88px;
	position: relative;
}
.myspace {
	font-size: 16px;
}
.coords {
	color: 808080;
}
