/* CSS LeLexique 7 */
 
#menugeneral {
	width: 285px; 
        position:fixed;
	top: 70px;
	right: 5px;
 	text-align: left;
	color: #00008D;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
	border: solid black 4px;
	background-color: white;
}

#menugeneral ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
} 

#menugeneral li {
	margin: 0px 0 0;
	padding: 2px;
} 

#menugeneral a {
	display: block;
	width:200px;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	border: 1px solid #000000;
	background: white;
	/*background: #dcdcdc; */
	text-decoration: none; /*lets remove the link underlines*/
	font-variant: small-caps;
} 

#menugeneral a:link, #menugeneral a:active, #menugeneral a:visited {
	color: #000000;
}
 
#menugeneral a:hover {
	border: 1px solid #000000;
	background: red;
	color: black;
} 



.mot
{
    color: black
}
a.mot
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.mot:hover
{
	color: #ff4500;
	text-decoration: underline;
}

.menu
{
    font-size: x-small;
	color: navy;
    text-align: center;
}
.menutitre
{
    font-weight: bolder;
    font-size: medium;
    color: maroon;
    text-align: center;
}
.tests
{
    border-bottom: double;
}
.exemple
{
    font-style: italic;
    font-family: 'Times New Roman';
}
.soulignement
{
    font-weight: bolder;
    color: red;
}
.petitesinfos
{
    font-size: x-small;
    color: gray;
    font-style: italic;
    text-align: right;
}
.titreinter1
{
    font-size: large;
    color: black;
    text-decoration: underline;
}
.minisommaire
{
    font-size: small;
    color: navy;
    background-color: white;
    text-align: left;
}




#goodyE {
	background-color: #b0e0e6;
	color: #330000;
	
	border: 1px dotted #00008D;
	padding: 10px; 
	margin-bottom: 2px;
	text-align: center;
}

#goodyI {
	background-color: #33ff66;
	color: #00008b;
	
	border: 1px dotted #00008D;
	padding: 10px; 
	margin-bottom: 2px;
	text-align: center;
}







table.lexique-histogram {
 	background-color: black;
	border: none;
}


table.ll_word_list {
	border: none;
}
table.ll_word_list tr td {
	margin: 12px;
	padding: 12px;
	font-size: large;
	font-weight: bold;
}


small.ll_small_language_code {
	font-size: x-small;
}

strong.ll_listed_translated_word {
	color: navy;
	font-weight: bold;
}

em.ll_listed_meaning {
	text-decoration: underline;
	background-color: inherit;
}

p.ll_question {
	font-size: x-large;
	background-color: silver;
	color: black;
	font-weight: bolder;
	margin: 13px;
	padding: 13px;
	text-align: center;
}

p.ll_bravo {
	font-size: x-large;
	background-color: lime;
	color: black;
	font-weight: bolder;
	margin: 13px;
	padding: 13px;
	text-align: center;
}

p.ll_perdu {
	font-size: x-large;
	background-color: red;
	color: white;
	font-weight: bolder;
	margin: 13px;
	padding: 13px;
	text-align: center;
}



/* Tableau de traduction */
table.ll_table {
	margin: 8px;
	border-collapse: collapse;
}
table.ll_table tr th, table.ll_table tr td {
	border: 2px dotted #00008D;
}
table.ll_table tr th {
	text-align: center;
}
table.ll_table tr td ul {
	margin-left: 5px;
	padding-left: 15px;
	padding-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
table.ll_table tr td ul li {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
}.ll_cell_fr {
	color: navy;
}
.ll_cell_es {
	color: black;
	background-color: #ffff8d;
}
.ll_cell_de {
	color: #191970;
	background-color: #ffa07a;
}
.ll_cell_ru {
	color: #00008b;
	background-color: #f8f8ff;
}
.ll_cell_sl {
	color: #00008b;
	background-color: #ffc0cb;
}
.ll_cell_it {
	color: #00008b;
	background-color: #33ff66;
}
.ll_cell_en {
	color: #330000;
	background-color: #b0e0e6;
}

