/* CSS Document */


h2{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	/*margin-bottom:15px;*/
}


#sommaireLettre{
	margin-top:20px;
	margin-bottom:30px;
}

p, div.lettreAffichee, div.lettreCachee{
	font-size:12px;
	text-align:left;
	margin-bottom:10px;
}

.definition{
	margin:15px 0;
}
	
.lettre{
	color:#ED8E00;
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
	margin-top:30px;
}

.mot{
	font-weight:bold;
	font-size:14px;
}


table{
	font-size:11px;
}



.lettreAffichee{
	
}


.lettreCachee{
	display:none;
}


.rouge{ background-color:#F00;}
.jaune{ background-color:#fdd121;}
.bleu{ background-color:#33669f;}

#contenu{
	height:auto;
}

table{
	margin:0 auto;
}


.definition a, .liste_terme, .lettreCachee a, .lettreAffichee a{
	color:#ED8E00;
}

.definition ul{
	margin:0 0 0 30px;
}

.definition li{
	margin:0 0 0 0;
}