/* CSS Document */
#contenu img{
margin-top:10px;
}
#contenu{
float:left;
width:590px;
background:url(../images/fond_contenu.gif) repeat-y;
font-size:11px;
margin-bottom:10px;
z-index:1;
 color:#6e6e6e;
padding-left:215px;
padding-right:20px;
}
 /*------------------------------Classes -----------------------------------------*/
.titreRouge{
 line-height:1.5em;
 color:#7f1b19;
 font-weight:bold;
 font-size:14px;
 }
 .rouge{
 color:#7f1b19;
 }
 
 /*------------------------------INDEX DU LEXIQUE -----------------------------------------*/
#sommaire-lettreVert a{
 color:#6e6e6e;
text-decoration: none;
}

#sommaire-lettreVert a:hover{ 
color: #7f1b19;
text-decoration: none;
}
#sommaire-lettreRouge a{
 color:#6e6e6e;
text-decoration: none;
}

#sommaire-lettreRouge a:hover{ 
color: #7f1b19;
text-decoration: none;
}
#sommaire-lettreBleu a{
 color:#6e6e6e;
text-decoration: none;
}

#sommaire-lettreBleu a:hover{ 
color: #7f1b19;
text-decoration: none;
}
#sommaire-lettreJaune a{
 color:#6e6e6e;
text-decoration: none;
}

#sommaire-lettreJaune a:hover{ 
color: #7f1b19;
text-decoration: none;
}
 /*------------------------------PAGES DU LEXIQUE -----------------------------------------*/

 /*style des liens dans l'alphabet/menu  */

#alphabet {
padding:15px;
margin-left:-35px;
width:600px;
text-align:right;
}


#alphabet a {
border-right: 1px solid #004189;
color: #7f1b19;
text-decoration:none;
font-weight:bold;
font-size: 14px;
padding: 0 10px;
}

#alphabet a:hover{
 color:#6e6e6e;
}

/* retour à l'index */
#retour {
float:left;
margin:5px;
}

#retour a{ 
clear:both;
display:block;
color:#7f1b19;
text-decoration:none;
font-weight:bold;
height:20px;
width:130px;
}

#retour a:hover{ 
color:#f5deb2;
}

/* sommaire des définitions en haut de la page */
#sommaire { 
clear:both;
 color:#6e6e6e;
font-size:11px;
font-weight:bold;
text-align:justify;
border-bottom:solid #7f1b19 1px;
margin-bottom:5px;
}
#sommaire a{ 
 color:#6e6e6e;
clear:both;
font-size:11px;
font-weight:bold;
text-align:justify;
margin-bottom:5px;
text-decoration:none;
}
#sommaire a:hover{ 
color: #7f1b19;
clear:both;
font-size:11px;
font-weight:bold;
text-align:justify;
margin-bottom:5px;
text-decoration:none;
}
/* propriétés des colonnes de la liste*/ 
ul {
width:290px;
list-style: none;
display: block;
}
ul img{
margin-top:7px;
margin-bottom:5px;
}
/* placement des deux colonnes */
#definitions1 {
width:280px;
float: left;
text-align:justify;
}

#definitions2 {
width:280px;
float: right;
text-align:justify;
}
#element a{
text-decoration:none;
 color:#6e6e6e;
font-weight:bold;
}
#element a:hover{
text-decoration:none;
 color:#7f1b19;
font-weight:bold;
}