
/* Typographies et couleurs */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000000;
	color: #000000;
	text-align: left;
	}

#page {
	background-color: #FFFFFF;
	text-align: left;
	background: url('./images/body.jpg') no-repeat top center;
    }

#content {
	font-size: 1.2em;
	margin-left: 40px;
    margin-top: 10px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0.3em;
	}

h2, h2 a, h2 a:visited {
	color: #000000;
	}
small, small a, small a:visited {
        color: #000000;
        }
small a:hover {
        color: #ff0000;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h2 a:hover, h2 a:visited {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover{
	color: #ff0000;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
	text-decoration: none;
	}
	
/* Fin typographie et couleurs */

/* D but Structure */

body {
	margin-top: 0px;
	padding: 0; 
	}

#page {
	margin: 0px auto;
	padding: 0;
	height: 914px;
	width: 663px;
	border: 0px;
	}

#footer {
	padding: 0;
	margin: 0px auto;
	width: 510px;
	height: 80px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
/* Fin Structure */

/*	D but Ent tes */

h2 {
	margin: 30px 0 0;
	}

/* End Ent tes */

/* D but Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/* Images classes */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* Fin Images */


/* D but diff rentes balises et classes */


.center {
	text-align: center;
	}


a img {
	border: none;
	}
/* Fin diff rentes balises et classes */