 /* Feuille de style de la page FESTIVAL */
body{
	width: 100%;
	height: 100%;
}
#liste {						
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	width: 1210px;
}

#droite {						
	position: absolute;
	background: url(../background/BG_01.JPG);
	margin-top: 1px;
	margin-left: 1211px;
	width: 300px;
	z-index:3;
}
 
 /*les titres */
p.titre {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
}

  /*limite d'inscription */
p.limite {
	font-family: Verdana;
	font-size: 10pt;
	color: #CC0000;
}

 /*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 festivals */
p.bouq {
	font-family: Van dijk, Verdana;
	font-size: 16px;
	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;
}
