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


/* ---------------------------------------- */
/*                 CONTENU                  */
/* ---------------------------------------- */




/* ---------- CORPS ---------- */
#corps {
	margin: 25px;
	padding: 15px;
	border: 1px solid #D4D4D4;
}



/* ---------- CRÉDITS ---------- */
#credits {
	margin-top: 25px;
}



/* ---------------------------------------- */
/*                   LIENS                  */
/* ---------------------------------------- */
#pied_de_page a:link {
	color: #666666;
	text-decoration: none;
}
#pied_de_page a:visited {
	color: #666666;
	text-decoration: none;
}
#pied_de_page a:hover {
	color: #1A1A1A;
	text-decoration: none;
}
#pied_de_page a:active {
	color: #DDDC00;
	text-decoration: none;
}