#une a {text-decoration: none}
#une .arabe {font-size: 55px; color: #000068}

#mot .arabe {font-size: 35px; color: #000068}
#mot .exemple-français {font-style: italic;}
#mot .phon {color: purple}

#wrap-arabe1 { /* wrap avec fond arabesque marron. Utilisé pour le dictionnaire grammatical */
 	padding:15px;
	clear: both; /* ??? */
	width: 960px; margin: 0 auto;  font-size: 120%; font-family: Arial, Helvetica, sans-serif;
	color: #673939; 	border:double #ccc; /* bordure double */
        background-image: url(algerie.gif);}

hr.arabe {
  border: 2px solid blue;
  border-radius: 5px;
}

/* test pour mettre un fond, fonctionne sur smartphone
 */
#fond-alger {background-image: url(algerie.gif);}


a.mot {
color: blue;
  /* outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
  background: #CDFEAA; */
}

a.mot:link {
  color: blue;
}

a.mot:hover {
  border-bottom: 1px solid;
  background: #CDFEAA;
}

.ref-ex {color: brown} /* référence du texte de l'exemple */

