@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
	border: 1px solid #999;
	width: 400px;
	background-image: url(../images/aide.png);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: left center;
}
.tooltipBulle {
	filter:alpha(opacity:0.1);
	background-image: url(../portail/images/infobulle.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	padding-top: 30px;
	width: 220px;
	text-align: center;
}
.tooltipBulle1 {
	filter:alpha(opacity:0.1);
	background-image: url(../portail/images/infobulle.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	padding-top: 30px;
	width: 220px;
	text-align: center;
}

.tooltipContentContact {
	background-image: url(../images/contactez-nous.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	height: 90px;
	color: #E3DFDE;
}
.tooltipContentD {
	background-image: url(../images/dates.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 250px;
	height: 60px;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 14px;
}

.tooltipContentCatalogue {
	background-image: url(../images/catalogue.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	height: 85px;
}
.tooltipContentLille {
	background-image: url(../images/salles-formation/espace-tween/salles.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 505px;
	height: 236px;
}
