/* CSS Document */

/*----------agenda--------*/

#parametre_agenda {
	width:749px;
	/*display:block;*/
	display:none;
	margin:0 0 20px 0;
	float:left;
}
.agenda_bg_ht {
	background:url(../img/commun/agenda_bg_ht.gif) no-repeat;
	height:36px;
}
.agenda_bg_ctr {
	background:url(../img/commun/agenda_bg_ctr.gif) repeat-y;
	padding:0 0 0 10px;
}
.agenda_sep_orange {
	background:url(../img/commun/agenda_sep_orange.gif) bottom left no-repeat;
}
.agenda_sep_gris {
	background:url(../img/commun/agenda_sep_gris.gif) bottom left no-repeat;
}
.agenda_bg_bas {
	background:url(../img/commun/agenda_bg_bas.gif) no-repeat;
	height:5px;
}
.fermer,
.fermer_commentaire {
	background: url(../img/commun/alert_ajout_close.gif) no-repeat;
	display:block;
	float:right;
	text-indent:-10000px;
	width:16px;
	height:16px;
}

table .rdv {
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	/*border:1px dotted black;	*/
	display:block;
	/*overflow:hidden;*/
	position:absolute;
	text-decoration:none;	
	z-index:100;
	white-space: nowrap;	
	
}

table .rdv.fd_rouge,table .rdv.fd_vert,table .rdv.fd_orange,table .rdv.fd_anis{
	line-height:16px;
}

.visite table td {
	padding:0px;	
}

/*A voir si garder*/
.plann_txt_antra {	
	display:block;
	width:112px;
	height:auto;
}

.plann_txt_blanc {
	font-size:11px;
	width:112px;
	height:auto;	
}

.planning_info_dt, .planning_info_gch {
	/*margin:16px 0 0 115px;*/
	z-index:200;
}


.cont_planning_bt_info {
	z-index:200;
}

.fd_orange_fonce{
	background-color:#E74C12;
}