body {
background-color: #666262 ;
color: #00000f;
font-size: 1em;
}

a:link { color: blue; font-weight: normal; text-decoration: none; font-size: 1em; }
a:active { color: yellow; font-weight: normal; text-decoration: none; font-size: 1em; }
a:visited { color: purple; font-weight: normal; text-decoration: none; font-size: 1em; }
a:hover { color: red; background-color: #ebf4f0; font-weight: normal; text-decoration: none; font-size: 1em; }

a.aide:link { color: blue; font-weight: normal; text-decoration: none; font-size: 1.5em; }
a.aide:active { color: yellow; font-weight: normal; text-decoration: none; font-size: 1.5em; }
a.aide:visited { color: purple; font-weight: normal; text-decoration: none; font-size: 1.5em; }
a.aide:hover { color: red; background-color: #ebf4f0; font-weight: normal; text-decoration: none; font-size: 1.5em; }

a.copy:link {
color: blue;
font-weight: normal;
text-decoration: none;
font-size: 0.8em;
}
a.copy:active {
color: yellow;
font-weight: normal;
text-decoration: none;
font-size: 0.8em;
}
a.copy:visited {
color: purple;
font-weight: normal;
text-decoration: none;
font-size: 0.8em;
}
a.copy:hover {
color: red;
background-color: #ebf4f0;
font-weight: normal;
text-decoration: none;
font-size: 0.8em;
  }

/* la barre de menu */
.menu_t
{
margin: auto;
margin-bottom: 10px;
text-align: center;
}
.menu {
background-color: #e8e1e1;
padding-left: 10px;
padding-right: 10px;
border-right: 1px #666262 solid;
border-left: 1px #666262 solid;
border-bottom: 1px #666262 solid;

}
.menu a:link { color: #3a3a3a; font-weight: normal; text-decoration: none; font-size: 1em; }
.menu a:active { color: yellow; font-weight: normal; text-decoration: none; font-size: 1em; }
.menu a:visited { color: #3a3a3a; font-weight: normal; text-decoration: none; font-size: 1em; }
.menu a:hover { color: black;  background-color: #e8e1e1; font-weight: normal; text-decoration: underline; font-size: 1em; }

/* le titre */
.titre {
text-align: center;
font-size: 2em;
color: red;
background-color: #ffff91;
border: 1px blue solid;
}
/*les titres des boites du haut */
h1.haut {
color: #9f15d6;
text-align: left;
font-size: 1em;
}
/* les formulaires */
.form {
color: #f00;
}

.fond_form {
background-color: #ebf4f0;
color: blue;
}

/* la boite qui permet d'afficher un passage ou faire une recherche */
.afficher {

margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
/*border: 1px black solid;*/
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
background-color: #fff;
color: black;

}


/* la boite qui affiche les requetes */
.centre {
/*position: relative;*/
border: 1px black solid;
margin: auto;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
background-color: #fff;
color: black;

}
.centre h1 {
text-align: center;
color: #9f15d6;;
font-size: 1.5em;
}
.centre h2 {
text-align:center;
font-size: 1em;
color: #0b8432;
}

/* la boite qui contient le n° de verset */
.versetn {
float: left;
width: 25px;
}
/* la boite qui contient le verset */
.verset {
/*position relative;*/
margin-left: 25px;
padding-left: 2px;

}

.affreq {
position: relative;
}

/* ici on met en valeur les résultat trouvé */
.bible_resultat1 {
font-weight: bold;
color: red;
}

.bible_resultat2 {
font-style: italic;
}

.bible_resultat3 {
font-weight: bold;
font-style: italic;
}

.spacer {
  clear: both;
}

/*les differantes versions au fond*/
.versionfond {
text-align: center;
}

/*la comparaison entre deux versions*/
.compargauche{
float: left;
width: 45%;


}
.compardroite{
float: right;
width: 45%;

}
/* les liens pour aller sur les différantes pages de résultat au fond*/
.page_fond {
text-align: center;
}
