@charset "utf-8";
/* CSS Document */

body {
background-color:#000000
}
abbr, acronym {
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-bottom: dotted #000 1px;
}
.bubbleTooltip {
	width: 200px;
	color: #000;
	font: 0.7em sans-serif;
	text-decoration:none;
	text-align:center;
}
.bubbleTooltip span.top {
	padding: 30px 8px 0;
	height: 200px;
	background: url(../images/bubble.gif) no-repeat top;
}
.bubbleTooltip span.bottom {
	padding:3px 8px 15px;
	color: #000;
	background: url(bubble.gif) no-repeat bottom;
}


tr.premier {
	color:#0F4276;
	background-color: #CCCCCC;
	text-align:center;
}
tr.deuxieme {
	color:#0F4276;
	background-color: #E6E6E6;
	text-align:center;
}
.titre {
color: #333399;
font-weight: bold;
font-family: Tahoma;
font-size: 24px;
}
.titre_petit {
color: #333399;
font-weight: bold;
font-family: Tahoma;
font-size: 18px;
}

.text_normal {
font-family: Tahoma;
font-size: 14px;
}

.menu {
	font-family: Tahoma;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.text_normal_gras {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color:#000000;
}

.text_mini_gras {
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma;
	color:#000000;
}

.text_info_rapide {
	font-family: Tahoma;
    color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
