/* CSS Document */

.mini_text {
	text-align:center;
	font-size:12px;
	padding-right:10px;
	padding-left:5px;
	font-weight:bold;
	margin-bottom:5px;
}

.lien_ajout {
	display:block;
	background:url(../images/Add.png) 5px 2px no-repeat;
	padding-left:25px;
	position:relative;
	float:right;
	bottom:5px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	clear:both;
}

.lien_ajout_retour {
	display:block;
	background:url(../images/Close.png) 5px 2px no-repeat;
	padding-left:25px;
	position:relative;
	float:right;
	bottom:5px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	clear:both;
}

div#event_resume h2 {
	text-align:center;
	font-size:14px;
	text-decoration:underline;
}

div#event_resume a {
	border-bottom:1px dotted #000;
}

div#event_resume a:hover {
	color:#000;
	text-decoration:underline;
}

div#event_resume img {
	position:relative;
	display:block;
	left:80px;
}

div#event_resume a>img {
	border-bottom:none;
}

.pub_vignette {
	height:150px;
	margin-left:20px;
}

#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
#tooltip:after /* triangle decoration */
{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip.top:after
{
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}

#tooltip.left:after
{
	left: 10px;
	margin: 0;
}

#tooltip.right:after
{
	right: 10px;
	left: auto;
	margin: 0;
}