@charset "utf-8";
/* CSS Document */


/*GENERALE	
*/
html {
	
}

body {
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background: black;
}
	/*a			{color: #3399FF;}
	a:link		{color: #3399FF;}
	a:visited	{color: #3399FF;}
	a:hover		{color: red;}
	a:active	{color: #993300;}*/

div#globale {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	min-height: 500px;
	width: 900px;
}

img {
border: 1px solid #000066;
}

