BODY {
    background-color:#000000;
	  scrollbar-arrow-color:white;
	  scrollbar-shadow-color:#000000;
	  scrollbar-face-color:#000000;
	  scrollbar-highlight-color:white;
	  scrollbar-dark-shadown-color:white;
	  scrollbar-3d-light-color:#000000;
	  font-family:Tahoma;
	  font-size:7pt;
	  color: black;	  
	  }


/*Classes pour le menu JS*/

A{
	font-weight:bold;
	color: black;
	text-decoration:none;
}

td{	

font-family:arial;
	font-size:10px;
	color: black;
	padding-top:2px;
	padding-bottom:2px;			
		
		
  }

/*table{
	/*border-bottom: #CCCCCC solid 1px;
/*}

/*
Pour le photodial
*/
.photodialTitre {
			background-color:#980000;
			color:white;
			font-size:11px;
			font-weight:bold;
}

.photodialSelect {
			font-size:9px;
}

.photodialTd {
			background-color:#f0f0f0;
			color:black;
			font-size:11px;
}
/* ajout style interne lstconnect.phpo */

.cf {color:blue;font-weight:bold}
		.im1 {
				width:16px;
				height:13px;
		}
 		.im3 {
				width:11px;	
				height:9px;
		}	
 		.im4 {
				width:10px;	
				height:10px;
		}		
		.ab {
				color:#959595;
		}
		.new {
				 color:green;
		}
		


		.divPho {
		position:absolute;
		left:50px;
		visibility:hidden;
		width:105px;
		height:105px;
		}
		.divPhoTable {
		border:1px solid #999999;
		background-color:#e1e1e1;
		}
		
		/* ajout css interne à la page contenant la liste */ 
		
		.lstTable {
					    border:1px solid #cccccc;
							background-color:#f5f5f5;
					}
				  .lstTableSep {
					    border-top:1px solid #cccccc;
					    border-bottom:1px solid #cccccc;
							background-color:white;
					}					
      		.lstTitreNb {
      				font-size:12px;
      				font-family:Arial, Helvetica, sans-serif;
      				font-weight:bold;
      				color:red;
      		}
      		.lstTitre {
      				font-size:12px;
      				font-family:Arial, Helvetica, sans-serif;
      				font-weight:bold;
							cursor:pointer;							
      		}
      		.lstSsTitre {
      				font-size:10px;
      				font-weight:normal;
      				color:blue;
							text-decoration:underline;
      		}
      		.lstTxt {
      				padding-left:10px;
      		}	
      		.lstTitreActive {
        		font-size:12px;
        		font-family:Arial, Helvetica, sans-serif;
        		font-weight:bold;
						cursor:pointer;
      		}	
      		.lstDial {
background-color:#ffffff;
        		font-family:verdana;
        		font-size:9px;
						border-bottom: 1px solid #EAEAEA;
      		}