body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-style: italic;
	color: #CC6600;
	text-indent: -20px;
	padding-top: 35px;
}
h2 {
	font-size: 14px;
	color: #CC0066;
	text-indent: -20px;
	padding-top: 10px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	color: #000000;
	padding-top: 10px;
	font-weight: bold;
}
li {
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-image:  url(images/puce2.gif);
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.base {
	position: absolute;
}
.menuBas {
	font-size: 10px;
	color: #999999;
	z-index: 3;
	padding-left: 250px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.lienMenuBas {
	text-transform: uppercase;
}
.lienMenuBas:link{
	color: #999999;
	text-decoration: none;
}
.lienMenuBas:visited{
	text-decoration:none;
	color:#333333;
}
.lienMenuBas:hover{
	text-decoration:none;
	color:#333333;
}
.txt {
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.txtReserve {
	font-size: 11px;
	text-align: left;
	color: #FF9900;
	padding-left: 20px;
}
.lienReserve:link {
	text-decoration: none;
	color: #FF9900;
}
.lienReserve:visited {
	color: #FF9900;
	text-decoration: none;
}
.lienReserve:hover {
	color: #FF9900;
	text-decoration: none;
}
.champsMenu {
	font-size: 11px;
	width: 190px;
	border: 1px solid #000000;
	text-indent: 5pt;
	background-color: #FFFFFF;
	height: 18px;
}
.celluleChamps {
	height: 25px;
	width: 190px;
}
.btOK {
	height: 25px;
	width: 21px;
}
#envoi {
	width: 21px;
	height: 21px;
	margin: 0;
	cursor: pointer;
	cursor: hand;
	padding: 0px;
	border: none;
	background-image:  url(file:///C|/Documents%20and%20Settings/Chrystelle/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/MHZBIQ5T/images/ok.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
.bulleBase {
	position: absolute;
}
.bulle {
	position: absolute;
	font-size: 10px;
	background-color: #FFFFCC;
	border: 1px solid #990099;
	width: 250px;
	padding: 10px;
	left: 0px;
	top: 20px;
	overflow: visible;
	color: #000000;
	visibility: hidden;
}
.legende {
	font-size: 10px;
	font-style: italic;
	color: #660000;
}
.reserve {
	font-size: 11px;
}

#calendrier .evenement {
	background-color:#fef2ce;
}
#calendrier .date {
	display:block;
	width:110px;
	min-height: 30px;
	height: auto;
	_height: 30;
	float:left;
	text-align:left;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 3px 25px;
	background-image:  url(file:///C|/Documents%20and%20Settings/Chrystelle/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/MHZBIQ5T/images/puce1.gif);
	background-position:6px 2px;
	background-repeat:no-repeat;
	background-color:#fee9ae;
}
#calendrier .action {
	display:block;
	width:490px;
	min-height: 40px;
	height: auto;
	_height: 40;
	float:left;
	text-align:left;
	border: 1px solid #eeb000;
	margin: 5px 0px 10px 0px;
	padding: 3px;
	background-color:#fff;
}
#calendrier .objectif {
	display:block;
	clear:both;
	width:725px;
	text-align:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 5px 5px;
}

#annuaire em{
	font-size: 14px;
	font-style: normal;
	color: #CC6600;
}
.infobulle{
	position: absolute;
	font-size: 10px;
	background-color: #FFFFCC;
	border: 1px solid #990099;
	width: 250px;
	padding: 10px;
	left: 0px;
	top: 20px;
	overflow: visible;
	visibility: hidden;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#FFF;
    color:#000
    }

a.info:hover{z-index:25; background-color:#FFFFFF}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
	position: absolute;
	font-size: 10px;
	background-color: #FFFFCC;
	border: 1px solid #990099;
	width: 250px;
	padding: 10px;
	left: 0px;
	top: 20px;
	overflow: visible;
    	text-align: left;
    	text-decoration:none}