body {
	background-color: #272f62;
	background-image: url('img/menu_haut.jpg');
	background-repeat: repeat-x;
}

#main {
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position:relative;
	padding:0em;
	height:120px;
}

#menu_haut {
	width: 902px;
	height: 100px;
	background: url(img/menu-haut.jpg);
}

#navigation {
	margin: 0 ;
	padding: 0 ;
	list-style: none;	
}

#navigation li {
	float: left ;
	height: 100px;
	color: #fff;
}

#navigation li a {
	display: block ;
	color: #FFF;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	color: #FFF;
	text-decoration: none;
	background: url(img/menu-hover.png) repeat-x;
	background-position: 0px 0px;
}
.m:hover {
	color: #FFF;
	background: url(images/img/menu-hover.png) repeat-x;
	background-position: 0px 0px;
}

.space {
	height: 50px;
	visibility: hidden;
}

#logo {
	height: 90px;
	width: 350px;
	float: left;
	background-image: url('img/logo.png');
}

#content {
	position:relative;
	margin:0 auto;
	width:902px;
	background: #FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#marge {
	height: 20px;
}

#footer {
	width: 100%;
	height: 24px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	background-image: url('img/footer.gif');
}

#contactscontent {
	margin: 5px 35px;
	border-style: solid;
	border-width: 1px;
}

#ok {
	width: 50%;
	float: right;
	color: #FF0000;
}