@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
{
	position: absolute;
	top: 0px;
	left: 200px	
	width: 500px;	
	background-color: #FFFFCC;
	font-size: 18px; 
	font-family: 'Times New Roman', serif;
}

.affiche_schema {
	position: absolute;
	top: 50px;
	left: 300px;
	width: 600px;
	height: 600px;
	background-color: #FFF;
}
.c_est_quoi {
	position: absolute;
	top: 0px;
	left: 100px;
	background-color: #FFC;
	padding: 10px;
	width: 130px;
	height: 20px;
}
.c_est_pour_qui {
	position: absolute;
	top: 100px;
	left: 100px;
	background-color: #FFC;
	padding: 10px;
	width: 130px;
	height: 20px;
}
.quel_objectif {
	position: absolute;
	top: 200px;
	left: 100px;
	background-color: #FFC;
	padding: 10px;
	width: 130px;
	height: 20px;
}

.avec_quel_coach {
	position: absolute;
	top: 300px;
	left: 100px;
	background-color: #FFC;
	padding: 10px;
	width: 130px;
	height: 20px;
}
.comment_ca_se_passe {
	position: absolute;
	top: 400px;
	left: 100px;
	background-color: #FFC;
	padding: 10px;
	width: 130px;
	height: 20px;
}

#affiche_txt {	
	position: absolute;
	top: 0px;
	left: 200px;
	width: 500px;
 
}
