#phpdig {
	width: 695px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #000000;/**/
}
#phpdig a{
	text-decoration:underline;
	font-weight: bold;
}
#phpdig a:hover{
	text-decoration:underline overline;
	background-color: #000000;
}
div.formulaireRecherche{
	text-align: center;
}
div.resultatsBilan{
	color: #A19E99;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #ADB5B8;
	text-align: center;
	font-size: 1.3em;
	margin-top: 20px;
}
.resultatsPages{
	text-align: center;
	font-size: 1.2em;
	margin-top: 5px;
}
div.resultatRecherche{
	padding: 15px;
}
div.formulaireRecherche label {
	display: inline;
}
div.formulaireRecherche input.phpdiginputtext{
	width: 330px;
	margin-right: 5px;
}
div.resultatTitre{
	font-size: 1.5em;
	padding-left: 15px;
	background-image: url(images/color.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 4px;
}
div.resultatExtrait{
	font-size: 1.1em;
}
.phpdigHighlight{
	background-image:url(images/lightColor.jpg);
	padding-right: 3px;
	padding-left: 3px;
}
 
