@import url("fond.php");
/* © Ligevum 2006 2007 2008 toute reproduction totale ou partielle est interdite */
/* Ligevum est developpe par Hugo Roy et Benjamin Herbomez membres de l'association nainwak */

/* Style général */

html {
  	min-width:800px;
 	height:100%;
	background-color:#000;
}

body {
	/*text-align:center;*/
	font-family: Georgia,"Times New Roman", Times, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FBFBC8;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	border:O;
  color: #DCC253;
  text-decoration: none;
}
a:hover {
  color: #6D8CA9;
}
a:active {
  color: #B22222;
}


#conteneur {
	margin-left: auto;
	margin-right: auto;
text-align:center;
margin-top: auto;
}

