.menu {
	position:absolute;
	width: 105px;
	left: 0px;
	top: 20px;
}

	
.menu ul {
	list-style-type: none;
	padding:0;
	margin:0;

	} 

.menu li {
margin-bottom: 5px;
}
.menu a {
     margin: 0 2px;
     width: 105px;
     height: 20px;
     display: block;
     text-align:left;
     border: 1px solid #3399FF;
     text-decoration: none;
     color: #FFFFFF;
     background-color:#555555;
	 padding-left:0px;
	 }
	 
.menu a:hover {
     background: #757575;
     border: 1px outset #3399FF; 
	 color:#FFFFFF;
     }


.menu a:active {
	 background-color:#3399FF;
     border: 1px inset gray; 
     color: #FFFFFF;
     }
.contenu {
	position: absolute;
	left: 120px;
	top: 20px;
	width: 490px;
	height: 450px;
}

.news_affich {
	background-color: #EEEEEE;
	padding:5px;
	margin:0 0 1em 0;
	border: thin solid #333333;
}

.texte_affich {
	background-color: #EEEEEE;
	padding:5px;
	height:20px;
	margin:0 0 1em 0;
	border: thin solid #333333;
}
