/* --------------------------------------------------------
    Feuille de style globale
    global.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    General
   -------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    }

body, table, tr, td, p, div, dd, ul, li, input, select, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    background-color:#000000;
    }

input, select, textarea {
    color: #000;
    }
 
#wrapper    
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	display: block
}

#horizon    
{
	text-align:left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #cccccc;
	margin-left: -444px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 888px;
	height: 600px;
	
}

