/* Effet collatéral de ceci : ça inhibe toutes les balises <b> et les rend pas plus gras que le reste... */

* {
font: 12px Arial,Verdana,MingLiU;
}


em {
font-style: italic;
font-size: 100%;
}


/* Le eacute du commentaire suivant ne doit pas être le dernier caractère... */
/* La couleur majoritaire : bleu foncé. */

.bleu {
background: #393E8D;
}


/* Les boutons des menus */

a.bouton {
font: bolder 16px Verdana,MingLiU;
text-decoration: none;
}

a.curbouton {
font: bolder 16px Verdana,MingLiU;
text-decoration: none;
/* background: darkred; */
}

a.bouton:link, a.bouton:visited {
color: white;
}

a.curbouton:link, a.curbouton:visited {
color: #F5B500;
}

a.bouton:hover {
color: #F6C94B;
/* text-decoration: overline underline; */
}

a.curbouton:hover {
cursor: default;
}


/* Le slogan */

.wetranslate {
font: bold 30px Verdana;
color: white;
position:absolute; top:20px; right:25%;
}

.wetranslate2 {
font: bold italic 16px Verdana;
color: white;
position:absolute; top:60px; right:25%;
}


/* Le titre d'une page */

.title {
font: bolder 32px Arial,Verdana,MingLiU;
background: #F5B500;
color: white;
text-align: center;
}


/* Les titres de paragraphes */

h1 {
font: bolder 18px Verdana;
color: #393E8D;
line-height: 17px; /* elle est un peu plus collée à la ligne suivante */
/* border-bottom-width: thin; // sans effet */
}



/* La mention de copyright */

.copyright {
font: normal 10px Arial,Verdana;
color: yellow;
position:absolute; left:20px;
}

.copyright2 {
font-size: 14px;
}


/* Le "Select your language". Il est cliquable, mais ça ne se voit pas. */

.select, a.select:link, a.select:visited {
color: white;
text-align: center;
font: italic 14px 'Verdana';
text-decoration: none;
cursor: text;
}
.lien, a.lien:link, a.lien:visited {
color: black;
text-align: center;
text-decoration: none;
cursor: text;
}
.petitlien, a.petitlien:link, a.petitlien:visited {
color: gray;
font: normal 7px Verdana;
text-align:center;
}
.liendiscret, a.liendiscret:link, a.liendiscret:visited {
color: #606060;
font: normal 9px Verdana;
text-align:center;
}



/*  Le "what is Esperanto" qui apparaît quand cette langue est sélectionnée */

.esperanto {
font: normal 11px Verdana;
color:red;
}

a.esperanto:link, a.esperanto:visited {
color: lightred;
text-decoration: none;
}

a.esperanto:hover {
color: lightblue;
}


/*  Les "success stories" */

.ss {
float:right;
margin:8px; /*  padding est sans effet sur IE */
}

.sstitle {
background:#E0A030;
font: bold 10px Verdana;
text-align:center;
}

.ssbody {
background:#D8E0FF;
font-size:10px;
}

.ssfooter {
background:#A8C0FF;
font-size:10px;
text-align:center;
}

/* Le FAQ */
.faq 
{
background:white;
font-size:9px;
text-align:center;
}
