/*LINKS*/
a:link, a:visited
{
	color: #3e3e3e;
	text-decoration: none;
	}
a:hover, a:active
{
	color: #2898d8;
	text-decoration: none;
	}
/*END LINKS*/


/*RESTE ( merci Stanto! )*/
body
{
	font-family: Verdana;
	font-size: 75%;
	background-color: #aaaaaa;
	}
	
div#nianiania
{
	height: 620px;
	width: 980px;
	margin-left : auto;
	margin-right : auto;
	background-image: url(a.png);
	background-position: center;
	background-repeat: no-repeat;
}

h1
{
	font-family: Verdana;
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
/*END RESTE*/




/*MENU*/
div#menu
{
	width: 300px;
	height: 154px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
div#menu ul
{
	line-height: 22px;
	/*padding-left: 30px;*/
	padding-top: 7px;
	list-style-type: none;	
	}
div#menu li
{
	text-decoration: none;
	}
div#menu li a:link, div#menu li a:visited
{
	padding-left: 3px; /*en fait j'mets 3, juste pour t'embêter. j'ai le droit*/
	display: block;
	color: #3e3e3e;
	background-image: url(hop1.png);
	background-repeat: no-repeat;
	}
div#menu li a:hover
{
	display: block;
	color: #2898d8;
	background-image: url(hop2.png);
	background-repeat: no-repeat;
	}
div#menu li a:active
{
	display: block;
	color: #2898d8;
	background-image: url(hop2.png);
	background-repeat: no-repeat;
	}
/*END MENU*/





/*META*/
div#meta
{
	height: 50px;
	width: 150px;
	display: block;
	margin-top: 42px;
	margin-left: 796px;
	}
/*END META*/





/*COPYRIGHT*/
p#cr
{
	margin-top: 341px;
	margin-left: 45px;
	text-align: left;
	}
/*END COPYRIGHT*/