/*general styles*/
div#global{
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background: #000000;
	}
body {
	font-family: Arial Unicode MS, Lucida Sans Unicode, sans-serif;
	font-size: 0.9em;
	color: #cccccc;
	background-color: #151515;
	margin-left: 0px;
	margin-top: 0px;
	}
li{
	list-style-type: none;
	}
/*header*/
#logo{
	border-bottom:1px solid #474646;
	height:60px;
	margin-bottom:20px;
	position:relative;
	width:1100px;}

/*contents*/
div#main_content{
	margin-left: 5%;
	}
#menu{
	float: left;
	margin-left: 5%;
	width: 300px;
	}
#content{
	margin-left: 350px;
	margin-top: 50px;
	padding: 10px;
	width: 550px;
	text-align: justify;
	}
#presse{
	text-align: center;
	}
#copyright{
	margin-left: 20px;
	}
ul#menu_haut {
	position: absolute;
    right: 0px;
    top: 20px;
	}
ul#menu_haut li {
    display: inline;
    padding-left: 10px;
	}
a:link {
	color: #009999;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #009999;
	}
a:hover {
	text-decoration: none;
	color: #006666;
	}
a:active {
	text-decoration: none;
	color: #cccccc;
	}

