/* Alignement******************************************************************* */
.AC {
	text-align: center;
}
.AG {
	text-align: left;
}
.AD {
	text-align: right;
}
.AJ {
	text-align: justify;
}

.separationG {
	clear: left;
	visibility: hidden;
}
.separationD {
	clear: right;
	visibility: hidden;
}
.separation {
	clear: both;
	visibility: hidden;
}

/* Base************************************************************************* */
body, form, img, div, ul {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana,Tahoma,Arial,Serif;
	background-color: #000;
	color: #fff;
}

/* Liens************************************************************************ */
a:link, a:visited {
	text-decoration:none;
	color: #fff;
}

a:hover, a:active {
	text-decoration: underline;
}

/* Page************************************************************************* */
div#page {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 400px;
	width: 800px;
	margin-top: -200px;
	margin-left: -400px;
}

p {
	text-align: center;
}

img {
	display: block;
	margin: 0 auto 1em;
}

.copyright {
	font-size: 60%;
	color: #ccc;
}