#entetenews {
	background-color: #DEF;
	font-size: 110%;
	text-align: left;
	font-weight: normal;
     padding: 8px;
}


/* Menu de droite */
.tdmenu {
	width: 200px;
	vertical-align: top;
	border: solid 1px #6389D8;
	background-color: #def
}
dl.menu dt{
	background-color: #6389D8;
     padding-right: 0px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Sans Serif;
	color: #ffc; 
	text-align: center;
	height: 1.4em;
	vertical-align: middle;
	margin-top: 1em;
}
dl.menu dt#prems {
	margin-top: 0;
}
dl.menu dd {
	font-size: 10px;
	list-style-type: disc;
	margin: 1px 0;
	margin-top: 8px;
	padding-left: 7px;
}
dl.menu dd a{
	text-decoration: none;
}
dl.menu dd a:hover{
	text-decoration: underline;
}
dl.menu dd#rss {
	font-size: 12px;
	margin: 3px 0;
	margin-top: 8px;
	text-align: center;
}
