/* couleurs de fond pour web Répertoire des luthiers : fond pâle #E5E19A  fond foncé #415E26 */

body {
	background-image: url("bg_pale.jpg");
	background-color: #E5E19A;
	font-family: Verdana;
}
.commun {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
.commun_blanc {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.fiches_nom {
	font-family: arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
ul {
	list-style-type: circle;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

.titre_page {
	font-family: arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.texte_index {
	font-family: arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}
a.entete {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.entete:hover {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.hyperliens {
	font-family: arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.hyperliens:hover {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.bodylink {
	font-family: arial,sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a.bodylink:hover {
	font-family: arial,sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}


.bleu {
		background-color: #2387B9;
		}
		
.texteblanc {
		font-size: 10pt;
		color: #FFFFFF
		}

.description {
		font-size: 10pt;
		color: #000000;
		}

.titres {
		font-size: 8pt;
		color: #301f0e;
		}
		
.ligne  {
		border-top-style: solid;
		border-top-color: #301f0e;
		border-top-width: 3px;
		}
		
		
.lienstitres {
		font-size: 8pt;
		color: #301f0e;
}
		

