@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
img, h1, form
{
	border: 0;
	padding: 0;
	margin: 0;
}
#content
{
	width: 865px;
	padding-top: 20px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #827a77;
	text-align: left;
}
#content .ligne
{
	clear: both;
	/*padding-top: 20px;
	padding-left: 20px;*/
	height: 120px;
	margin-bottom: 16px;
	overflow: hidden;
}
#content a
{
	float: left;
	display: block;
	width: 120px;
	margin-right: 16px;
}

.separateur
{
	clear: both;
	height:1px;
	font-size: 1px;
}

 /*Info bull*/
.custom-tip, .custom-tipx, .custom-tipxy, .custom-tipy
{
	color: #726e6e;
	font-family: Arial, Helvetica, sans-serif;
	width: 153px;
	/*height: 140px;*/
	z-index: 13000;
}
 
.custom-tip
{
	background-image: url(../images/bulle.gif);
	background-repeat: no-repeat;
} 
.custom-tipx
{
	background-image: url(../images/bulle_x.gif);
	background-repeat: no-repeat;
} 
.custom-tipxy
{
	background-image: url(../images/bulle_xy.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.custom-tipy
{
	background-image: url(../images/bulle_y.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
 
.custom-title {
	display: none;
	font-weight: bold;
	color: #e41d68;
	font-size: 11px;
	margin: 0;
	padding: 0px 8px;
} 
.custom-text {
	font-size: 10px;
	padding: 0px 8px;
}
.custom-text strong{
	display: block;
	font-weight: bold;
	color: #e41d68;
	font-size: 12px;
} 

.custom-tip .custom-text, .custom-tipx .custom-text
{
	padding-top: 60px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b8b4ad;
}
.custom-tipy .custom-title, .custom-tipxy .custom-title
{
}
.custom-tipy .custom-text, .custom-tipxy .custom-text
{
	border-top: 1px solid #b8b4ad;
	padding-bottom: 105px;
	padding-top: 5px;
}
 
#encartPeople
{
	position: relative;
	width: 565px;
	height: 475px;
} 
#encartAdp
{
	width: 800px;
	height: 500px;
	overflow: auto;
	color: #686259;
	font-family: Helvetica, Verdana, Arial;
	font-size: 32px;
	font-weight: bold;
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#00FF99;*/
}
#encartAdp strong
{
	color: #E2007A;
}

div.tool-title
{
	background-color:#009999;
	color:#FF0000;
}

