body, html {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

img {
	border-width: 0px;
	border-style: none;
}

.fond-bas {
	background-image: url(../img/img_fond_bas.jpg);
	background-color: #DF8F11;
	background-repeat: no-repeat;
}

.txt-23px-rouge {
	font-size: 23px;
	line-height: 35px;
	color: #9d0d15;
	text-decoration: none;
}

.txt-23px-jaune {
	font-size: 23px;
	line-height: 35px;
	color: #f2bc00;
	text-decoration: none;
}

.txt-12px-bold-bleu {
	width: 70px;
	font-size: 12px;
	line-height: 15px;
	color: #0f1b5f;
	font-weight: bold;
	text-decoration: none;
}

.txt-12px-bold-bleu  a{
	font-size: 12px;
	line-height: 15px;
	color: #0f1b5f;
	font-weight: bold;
	text-decoration: none;
}

.txt-12px-bold-blanc {
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.txt-14px-bold-blanc {
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.txt-11px-blanc {
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	text-decoration: none;
}

.txt-9px-blanc {
	font-size: 9px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
}
.txt-9px-marron {
	font-size: 9px;
	line-height: 15px;
	color: #DF8F12;
	text-decoration: none;
}
/*---------- Info bulle -----------*/
a.tt{
    position:relative;
	 font-size: 11px;
    z-index:24;
    color: Black;
	/*font-weight:bold;*/
    text-decoration:none;
	 /*	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #00CCFF;*/
}
a.tt span{ display: none; }

a.tt:hover{ 
	z-index:25;
text-decoration:none;
  background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble-img/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ 
	display: block;
	padding: 0 8px; 
	background: url(bubble-img/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble-img/bubble.gif) no-repeat bottom;
}