/* @override 
	http://ks36387.kimsufi.com/~bakasab/plugins/memobox/memobox.css
	http://www.snuipp45.net/squelettes/memobox.css
*/

/*Change the style as you desire*/
/*The drop box*/
#selection_perso {
	margin-top: 18px;
	width: 190px;
	background: #ff0 url(habillage/selection.png) no-repeat left top;padding-top: 60px;
}
#memobox {width:190px;background: #ff0 url(habillage/bas_jaune.png) no-repeat left bottom;font-size:0.8em;padding-bottom: 4px;}
/*The drop box heading*/
#memobox_heading {display: none;}
/*The ul that will receive link items*/
#memobox ul {padding:5px;color: #690;
}
/*The listitems in the box*/
#memobox ul li {position:relative;
	list-style-type: disc;
}
/*The delete link*/
.memobox_delete {right:0px;position:absolute}
/*The delete link text - to consent not to show it and place an image as background*/
.memobox_delete span {}
/*The draggable items. This class is added only if javascript is active*/
.memobox_drag {background:#ffc}
/*The memobox link, if MEMOBOX_MODE is link*/
.memobox_link {font-size:80%;margin:-18px 0 0 0;} 
.entry-title a{
	color: #fedf00;
	}
.entry-title img {
	margin: -9px 0 9px 0;
	z-index: 100;
}
