 /* Feuille de style de la page BOUQUINISTE */

 /*Bandeau déroulant */
p.band {
	font-family: Verdana;
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
	color: #BD8D03;
}

 /*Département */
p.dep {
    font-family: Van dijk, Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
	 text-decoration:underline;
	 text-align: center;
    color: #BD8D03;
}

 /*Nom des bouquinistes */
p.bouq {
	font-family: Van dijk, Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: Fuchsia;
}

 /*Adresse des bouquinistes */
p.ad {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	color: Black;
}

/*Code Postal des bouquinistes */
p.cp {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	color: Black;
}

/*Ville des bouquinistes */
p.vil {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	color: Black;
}

/*Telephone des bouquinistes */
p.tel {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: Navy;
}

/*liens vers les sites des bouquinistes */
p.lien {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	color: Navy;
}

/*texte de remerciement */
p.rem {
	font-family: Geneva, Verdana, Helvetica, Arial;
	font-size: 12px;
	text-align: justify;
	color: #657482;
}
