body{
	margin: 0 4 0 4;/*  marge pour toute les pages*/
	color: #000000;
}

h1  { font-size: 25px; font-weight: bold; text-align: left }
h2  { color: #000000; font-size: 13px }
h3  { color: #bd5e36; font-size: 15px }
h4   { color: #bd5e36; font-size: 20px ; /*artistes du programme */}
h5   { color: #bd5e36; font-size: 9px ; /*mentions peux importantes*/}
p, body, td{
	font-family: Verdana, Arial, sans-serif; /* texte normale */
	color: #000; font-size: 14px;
}

a:hover{ /* couleur survol lien  */
	color: #bd5e36;
}

a.gras
   { font-size: 10pt; font-weight: bold; margin-bottom: 14px }

b.gras { font-size: 12pt; font-weight: bold; letter-spacing: 8px; margin-bottom: 14px; border: solid 2px #000 }

img.floating   { margin: 12px; float: left }

img.floating2 { float: left; border-color: #fff; margin-lright: 20px }
p.inden{
	text-indent: 2em;/* décalage en début de <p> + texte justifié */
	text-align: justify;
}

table.tarifs{ /* mise en forme des bordure de  tableau */
	margin-top: 2px;
	padding: 0px;
}

table.tarifs tr td{/* mise en forme des cellule de  tableau */
	padding: 6px;
	margin: 0;
	text-align: center;
	border: 1px inset #bd5e36;
}
td.form{
	font-size: 14px;
}
