body{
	color : #222222;
}
a{
	color : #222222;
}
#haut{
	position : fixed;
	top : 0px;
	
	background-image : url(../img/background.png);
	
	width : 100%;
	height : 81px;
}
#hautL{
	float : left;
}
#hautR{
	float : right;
}
.champ{
	width : 95%;
	box-shadow : 0px 0px 10px #aaaaaa;
}
.titre{
	background-image : url(../img/title.jpg);
	
	width : 100%;
	height : 30px;
	
	padding : 0px 10px 0px 10px;
}
.titre_bar{
	background-image : url(../img/title_bar.jpg);
	
	width : 100%;
	height : 30px;
	
	padding : 0px 10px 0px 10px;
}
.contenu{
	padding : 0px 10px 0px 10px;
	font-size : 14px;
	text-align : justify;
}