
/* ---------- Styles specific to pubmenus ----------- */

.fenetre_pub {
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 0px;
    font-size: 0.8em;
        	/*line-height: 1.6em;*/
	/*text-align: justify;*/
	/*text-justify: auto;*/
	color: #888888;
	width: 260px;
	height:413px;	background-color: #ffffff;
	border: 5px solid #404040;
	}
.fenetre_drag {
	height: 26px;
	width: 260px;
	background-color: #404040;
    cursor: pointer;
	}
.fenetre_bouton {
	position :absolute;
	top: 1px;
	left: 240px;
	cursor: pointer;
	}
.pub {
	padding: 10px;
	}
.pub a {
	color: #99cc66;
	text-decoration: underline;
	}
.pub a:hover {
	color: #99cc66;
	text-decoration: none;
	}
.pub img{
	border: 0px;
	}
.pub p {
        }
