/* CSS Document */



/* ------------------------------INDEX DU LEXIQUE -----------------------------------------*/

.spacer{
clear:both;
border: none;
font-size:1px;
height:0;
line-height:0;
}

#lexique{
width:800px;
}


h2{
color:#ff6500;
font-family:Arial, Helvetica, sans-serif;
padding-left: 10px;
}

img{
padding-left: 10px;
}

#mot {

}

#sommaire-lettre a{
color: #00118f;
text-decoration: none;
}

#sommaire-lettre a:hover{ 
color: #FFF;
text-decoration: none;
}

/* ------------------------------PAGES DU LEXIQUE -----------------------------------------*/
/* balise qui englobe tout */
#page { 
padding: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

/* style des liens dans l'alphabet/menu  */
#alphabet {
display:block;
height:20px;
text-align:center;
background:#ff6500;
padding:5px;
margin-top: -15px;
}


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

#alphabet a:hover{
background:#ffa76e;
}

/* retour à l'index */
#retour {
float:right;
}

#retour a{ 
display:block;
color:#183293;
text-decoration:none;
font-weight:bold;
height:20px;
width:130px;
text-align:center;
background:#ffa76e;
line-height:18px;
}

#retour a:hover{ 
color:#FFFFFF;
background:#00118f;
}

/* sommaire des définitions en haut de la page */
#sommaire { 
color: #00118f;
margin: 10px 10px;
font-size:11px;
font-weight:bold;
text-align:justify;
}

/* propriétés des colonnes de la liste */
ul {
width: 46%;
list-style: none;
display: block;
}

/* placement des deux colonnes */
#definitions1 {
display:block;
float: left;
width:300px
}

#definitions2 {
display:block;
float: right;
width:300px
}

#definitions2 a, #definitions1 a {
color:#00118f;
}

#definitions2 a:hover, #definitions1 a:hover {
color:#ff6500;
}

/* style des liens du texte */
#element a{ 
color:#00118f;
text-decoration:none;
font-weight:bold;
}
#element a:hover{ 
color:#ff6500;
}