body{
	margin:0 0 0 0;
	background: #FFF url('../images/fond-kritatif.jpg') repeat-x fixed;	
	color:#000;
	font: normal 0.8em Arial, sans-serif;
}
#menu{
	float:left;
	position:relative;
	margin-top:75px;
	width:300px;
}
#contenu{
	float:left;
	position:relative;
	width:650px;
	margin-top:25px;
}
#llj{
	position:static;
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.replaced{
	visibility: hidden;
}

img{
	border: 0px;
}
img.photo{
	padding:7px;
	border: 1px solid #999;
	background: #FFF;	
	color:inherit;
}

p{
	float:left;
	position:relative;
	text-align: justify;
	width:500px;
}

a.liens{
	text-decoration: none;
	color:#000;
}
a.liens:hover{
	background:#000;
	color:#FFF;
}