
/* EN COMMENTAIRE CHACHÉ ENTRE TOUS CES 2 BALISES ÉTOILÉES */

/* Feuille de style - La Sainte Bible de Martin 1864
	 Lien en entête de chaque page :
	<link rel="stylesheet" type="text/css" href="style.css" />
	
	Les couleurs peuvent être leur nom précis en remplacement du numéro
	Ex.: #000000 = black
*/

/* Corps du document par défaut */
body {
/*	width: 700px; */ /* Largeur de page */
	margin: auto; /* page centrée */
/*	margin: 0px 500px 0px 500px; */
 	text-align: center; /* Enlignement de la Page et correction du bug de centrage IE */
	font-family: Georgia, Bookman Old Style, verdana, helvetica, sans-serif;
	font-size: 14pt; /* 18px */
	color: #000000; /* black */
	background:#FFFFFF; /* white */
	text-align: justify;
}

/* Liens par défaut */
a:link { color: #000000; text-decoration: none; } /* black */
a:visited { color: #FF0000; text-decoration: none; } /* underline -ou- overline */
a:active { color: #ADFF2F; text-decoration: none; } /* greenyellow */
a:hover, a:focus {
	color: #FF9966; /* orange sans nom */
	background: transparent;
	text-decoration: none; /* underline -ou- overline */
}

/* Fonts par défaut */
h1 {
	font-size: 18pt; /* 22px */
	font-weight: bold;
	color: #800000; /* maroon */
}

h2 {
	font-size: 16pt; /* 20px */
	font-weight: bold;
	color: #800000; /* maroon */
}

h3 {
	font-size: 14pt; /* 18px */
	font-weight: bold;
}

h4 {
	font-size: 12pt; /* 16px */
	font-weight: bold;
}

h5 {
	font-size: 10pt; /* 14px */
}

h6 {
	font-size: 8pt; /* 12px */
}

/* Liste des numéros de chapitre - <table id="no"> dans le texte */
#no {
	padding: 2px;
	text-align: justify;
	font-weight: bold;
	color: #F0000A; /* fuchsia */
	background: #E6E6FA; /* lavender */
	border: 1px solid #B0C4DE; /* lightsteelblue */
}

/* Couleurs différentes des liens de la liste des numéros si désiré - <table id="no">*/
#no a:link { color: #000000; text-decoration: none; } /* black */
#no a:visited { color: #FF0000; text-decoration: none; } /* red */
#no a:active { color: #000000; text-decoration: none; } /* greenyellow */
#no a:hover, a:focus {
	color: #800000; /* maroon */
	background: #FF9966; /* orange sans nom */
	text-decoration: none; /* underline -ou- overline */
}

/* Lignes par défaut */
hr {
	height: 1px;
	color: #800000;
	background-color: #800000; /* Firefox */
	border: 0px; /* Firefox */
}

/* Liste des chapitres - class="vs" dans le texte */
.lch  {
	width: 50%;
	margin: 1% 30% 1% 25%;
	text-align: center;
	padding: 2px;
	background: #FF9966; /* beige */
	border: #800000 solid 1px;
	font-weight: bold; /* normal -ou- lighter -ou- bold -ou- bolder -ou- 100 à 900*/
}

/* Chapitre - <h3 class="ch"> dans le texte */
.ch {
	text-align: center;
	font-weight: bold;
	background: #F5F5DC; /* beige */
	padding: 5px 5px 5px 5px;
}

/* Numéro de verset - class="vs" dans le texte */
.nvs {
	color: #FF0000; /* A9A9A9 darkgray */
	font-style: ; normal/* italic */
	font-weight: bold; /* normal -ou- lighter -ou- bold -ou- bolder -ou- 100 à 900*/
	background: #F5F5F5; /* F5F5F5 whitesmoke */
}

/* Verset - class="vs" dans le texte */
.vs {
	font-size: 14pt; /* 18px */
	font-weight: 600; /* bold -ou- lighter -ou- bold -ou- bolder -ou- 100 à 900*/
	text-align: justify;
/*	background: #F5F5F5; */ /* whitesmoke */
}

/* Strongs réduits - class="strong" dans le texte */
.strong {
	font-family: Bookman Old Style, Georgia, verdana, helvetica, sans-serif;
	font-size: 10pt; /* 10px */
	vertical-align: super;
}

/* Strongs - Lien Strong s'agrandissant au survol du curseur */
/* a.strong:link { color: #000000; } */ /* black */
/* a.strong:visited { color: #FF0000; } */ /* red */
/* a.strong:active { color: #ADFF2F; } */ /* greenyellow */
a.strong:hover, a.strong:focus {
	font-size: 10pt; /* 16px */
	text-decoration: underline overline; /* none */
}


/* Références bibliques misent automatiquement entre guillemets <q>« ... »</q> */
q { color: #800000; } /* maroon */

/* Mots bibliques en italique */
em { color: #C0C0C0; /* silver */
}
