div.AfficheDateSelect {
	position: relative;
	VISIBILITY: visible;
	z-index: 0;	
}
div.AfficheDateSelect td{
	color: #1C4DB2;
  font-weight: bold;	
}

div.calendrier_div{
	background-color: #0066CC;
	/*border: 1px solid #0066CC;*/
	padding: 1px ;
}    
        
/*entete */
/*td.dat_entete_calendr {
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	color: #000064;
	background-color:transparent;
}                */
table.suiv_prec{
	background-color:transparent;
  }    
table.suiv_prec td{
	margin: 0px;
	padding: 0px;
  background-color:transparent;
}

table.calend{
  width: 100%;
	background-color:transparent;	
}
table.suiv_prec table.calend td{
  color:white;	
	text-align: left;
	padding-top: 4px;
	font-weight: bold;
	height: 23px;
	background-color:transparent;
} 
table.suiv_prec table.calend td.right_a{
	text-align: right;
}
/*FINN entete */


/*30jours*/
table.jour_30 {
  text-align: left;
  width: 175px;
  background-color:transparent; 
 
}
table.jour_30 a {
  color: #1C4DB2;
	text-decoration: none;
	font-weight: bold; 
	background-color:transparent;
}
table.jour_30 a:hover {
  color: orange;
	text-decoration: underline;	
	border: 1px solid orange;
	padding:2px;
}
table.jour_30 th {
	color: black;
	padding: 5px 5px 3px 5px;
	background-color:white;
}   
table.jour_30 td {	
	text-align: center;
	background-color:white;
}          
table.jour_30 td.pas_jour_mois{
	/*background-color: #EFEFEF; */
	background-color:white;
}
table.jour_30 td.dnow {
  background-color:#1C4DB2 ;
 	border: 1px solid white;
}
td.dnow a{
	color: orange;		
}
table.jour_30 td.dclick {
 	/*border: 1px solid white;*/
}
td.dclick a {
	color: red; 
}
table.jour_30 td.aujourdui{
padding: 3px; 
border-top: 1px solid #0066CC;
}

/*FIN 30jours*/

/*/////////////////*/
.cadrecalendrier {
	POSITION: absolute;
	VISIBILITY: hidden;
	z-index: 8;        
}                    
#calque1calendrier {
   margin: 3px; 
	position: relative;
	z-index: 7;
}
.cadreDate {
	POSITION: absolute;
	VISIBILITY: hidden;
	z-index: 8;
}
#cadre1Date {
	position: relative;
	z-index: 7;
}                    
