@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;
}
img {
	display:block;
}

html, body {
	height: 100%; /* debug selection de texte */
	color: #FFFFFF;
	background-color: #000000;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong  {
	font-weight:bold;
}

#global {
	width:100%;
	height:100%;
	overflow:hidden;
}

#content {
		width:246px;
		margin:auto;
		margin-top:100px;
		text-align:center;
}

#content p {
		color:#997a7a;
		margin-top:40px;
}

#footer {
		margin:auto;
		width:600px;
		margin-top:60px;
}

#footer p {
		text-align:center;
		color:#997a7a;
		font-size:12px;
}

#footer p a {
		color:#997a7a;
		font-size:12px;
}

#footer p a:hover {
		text-decoration:underline;
}
