body {

	background-color: #dee5e8;
	font-family:Trebuchet MS;
	font-size:12px;
}

.container{
	background-color: #fff;
	position:absolute;
	left:200px;
	top:100px;
	height: auto;
	width: 550px;
	}

img {
	text-decoration:none;
	color:#000;
	border:0px solid #4b7282;
}

.header{
	position: relative;
	top:-30px;
	}
	
.menu{
	position: relative;
	top:-30px;
	}	
.menu ul {
	text-align: justify;
	list-style-type:none;
	}

.menu li {
color: #000000;
float:left; /*pour IE*/
} 

.menu li a {
 display:block;
 float:left;   
 width:150px;
 text-decoration:none;
 font-family: Calibri;
 font-size: 18px;
 color:#4b7282;
 
 }
 
.menu li a:hover{
	text-decoration:underline;
}

.text {
	top:10px;
	margin:20px;
	padding:20px;
}

h1 {
	color:#4b7282;
	font-size:14px;
	font-weight: normal;
	display: block;
	width: 100%;
	position:relative;
	line-height:35px;
	border-top: 1px solid #4b7282;
	border-bottom: 1px solid #4b7282;
}

a {
	color:#4b7282;
	text-decoration:none;
}

a:hover{
	color:#4b7282;
	text-decoration:underline;
}
