﻿.blog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	overflow: auto;
	height: 300px;
	border: thin solid #333333;
	visibility: visible;
	background-position: right;
	width: 640px;
}
.divtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-left: 20px;
}
a.tooltip em {
	display:none;
	visibitily:hidden;
    }
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: -50px;
    left: 50px;
    padding: 5px;
    color: #000;
    border: 2px solid #ccc;
    background: #738fc4;
    width:200px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
	background: transparent url("bulle.gif");
    margin:0;
    padding: 0;
    border: 0;
}
.bloclien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	height: 33px;
	width: 884px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}