.dictionary_word { 
	clear:both;
    padding:10px 15px;
    padding-bottom:10px;
	margin-bottom:5px;
    clear:both;
    text-align:justify;
	border:1px #cccccc solid;
	 -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
	background:#F7F8F5 url(images/contentbg.png) repeat-x;
}
.dictionary_definition {
	padding-top:5px;
	margin-top:7px;
	border-top:1px #cccccc solid;
	overflow-y:auto;
}
.dictionary_pagination{
	text-align:center;

}
.dictionary_ajout{
	padding-top:0px;
	text-align:left; 
	font-weight:bold;
	padding-left:9px;
}

.dictionary_letter{
/*background:#F7F8F5 url(images/contentbg.png) repeat-x;
    background:#F2F7FB;
    border:1px solid #C4CED6;
    padding:6px;
    margin-bottom:-1px;
	
	text-decoration:none;
	height:25px;
	background:url(images/msg_top.png) repeat-x;
	padding-left:6px;
	margin-left:20px;
	margin-right:15px;
	padding-top:9px;
	color:#FFFFFF;
	font-weight:normal;
	border-bottom:none;*/
	background:#5D7C94 url(images/msg_top_row.png) repeat-x;
	padding:6px;
	border:2px solid #CCCCCC;

}
.dictionary_letter2{
color:#FFF;
font-weight:bold;
font-size:14px;
}
.module_top_dictionary_l{ /* Barre supérieur des modules */
	margin-right:0px !important;
	margin-right:-3px;
	width:29px;
	height:34px;
	background:url(images/msg_top_l.png) no-repeat left;
	float:left;
}
.module_top_dictionary_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:21px;
	height:34px;
	background:url(images/msg_top_r.png) no-repeat right;
	float:right;
}
