/*styli.css*/
body{
    background:url("bg.png");
    text-align:center;}
#content{
	width:300px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 250px;
	}
#entrez{
	background-image:url("dictionnairedupaysage.png");
	background-repeat:no-repeat;
	border-bottom:1px solid #22B573;
	width:300px;
	height:20px;
	}
#entrez:hover{
	background-image:url("dictionnaireBlanc.png");
	background-repeat:no-repeat;
	border-bottom:1px solid #22B573;
	width:300px;
	height:20px;
	}
#jsp{
	background-image:url("jsp.png");
	background-repeat:no-repeat;
	width:35px;
	height:29px;
	float:right;
	}
#jsp:hover{
	background-image:url("jspg.png");
	background-repeat:no-repeat;
	width:35px;
	height:29px;
	

	}
	
