@charset "utf-8";
/* CSS Document */


/*CSS Lexicon*/

.lexicon-alphabar-instructions{
	font-style:italic;
	text-align:center;
	font-size:12px;
	}
	
.mot{
	color: #41599F;
    font-size: 16px;
    font-weight: bold;
    padding-right: 35px;
    text-align: left;
    width: 90%;
	}	
	
.definition{
	padding-bottom:15px;
	}	
	
.background_azindex {
    background-image: url("../images/az_index_back.jpg");
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    height: 8px;
	text-align:center;
    padding-bottom: 20px;
    padding-top: 6px;
    width: 627px;
	margin-left:-5px;
}	

.lexicon-term{
    text-decoration: none;	
	}

a.lexicon-term {
	border-bottom-color:#8CA0DB;
	border-bottom-style:dashed;
    color: #8CA0DB;
    cursor: help;
    text-decoration: none;
}


