/******************************************************************/
/*                  CSS TOOLTIP                                   */
/*               Added by Boris FELIX                             */
/******************************************************************/


a.info{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	cursor:help;
	font-weight: normal;
}

a.info:hover{
	z-index:25;
	color:#000000;
	text-decoration:none;
	}

a.info span.thidden{display: none}

a.info span.tooltip{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	width:100%;
	padding-left:2px;
	padding-right:2px;
    top:2em; left:2em;
	border:1px solid #000;
    background-color:#FFFFE1;
	color:#000;
    text-align: center
}

/*****************************************************************************/
/*                            CSS AIDE                                       */
/*****************************************************************************/

.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font: 1.2em "Trebuchet MS", sans-serif;
}
.navigation a, .navigation span {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
}

.navigation a:hover, .navigation a:focus, .navigation a:active {
	text-decoration: underline;
}

.subMenu{
	font-size: .8em;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
.subMenu a{
	background: none;
	padding: 3px 15px;
}

.subMenu2{
	color:grey;
	padding-left: 30px;
}

/*****************************************************************************/
/*                   EDITION DU LIBELLE                                      */
/*****************************************************************************/

.editGEDES{
	display: none;
}

.editGEDESshowed{
	display: block;
}

/*****************************************************************************/
/*                          CALENDRIER PERPETUEL                             */
/*****************************************************************************/

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #A6A6A6;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.ds_title {
	background-color: #A6A6A6;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 15px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}

.FondDate {
	background-image: url(../icons/calendier.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.FondTime {
	background-image: url(../icons/clock.gif);
	background-position: right;
	background-repeat: no-repeat;
}

