/**
 *	Feuille de style des pages d'affichages de dï¿½tails (actu, nouveautï¿½ etc...)
 *	Feuille de style appelï¿½e ï¿½galement pour le moteur de recherche
 */
#gauche{
	float: left;
	width: 167px;
	text-align: center;
}
#image_detail,
#resultats .image_produit {
	/*width: 167px;
	height: 105px;
	background: url(../images/fond_image.jpg) no-repeat top center;*/
	background: #FFF;
	border: 3px double #333;

	text-align: center;
	color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#droite{
	margin-left: 170px;
}

/**
 *	Bandeau du haut rï¿½capitulant les infos d'un ouvrage
 */
#haut{
	padding-left: 20px;
}
#haut a{
	text-decoration: underline;
}
#haut a:hover{color: #FFFFFF;}
#haut #h_gauche{
	float: left;
	font-size: 0.8em;
	width: 730px;
}
#haut #h_droite{
	float: left;
	width: 200px;
}

/**
 *	Moteur de recherche, champs de recherche
 */
#champs_rech fieldset{
	display: block;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	width: 425px;
	height: 90px;
	float: left;
	clear: none;
	text-align: center;
	border: none;
}
#champs_rech h1{
	text-align: left;
}
#champs_rech .txt{
	width: 80%;
	height: 20px;
	font-size: 12pt;
	border: 1px solid #000000;
}

/**
 * Résultats de la recherche
 */
#resultats .image_produit {
	float: left;
	margin-right: 10px;
}
#resultats .image_produit p {
	padding: 5px 10px;
}
#resultats #haut {
	margin-bottom: 10px;
	overflow: hidden;
}

