body {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: normal; 
  color: #333333;
}
td {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: normal; 
  color: #333333;
}
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: normal; 
  color: #333333;
}
form {
	margin: 0px;
	border: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
}

/* bouton carré */
.bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #CCCCCC;
	height: 25px;
	border-top: 1px solid #AAAAAA;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #AAAAAA;
	cursor: pointer; 	
}
/* liens */
.dummylink {
	white-space: nowrap;
	cursor:pointer;
	color:#333333;
	text-decoration:none;
}
.request0 {
	cursor:pointer;
	color:#FF0000;
	text-decoration:underline;
}
.request1 {
	cursor: pointer;
	color: #FF0000;
	text-align: center;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
}
/* faux boutons */
.request2 {
	cursor: pointer;
	color: #333333;
	text-align: center;
	background-color: #F0F0F0;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top: 1px solid #AAAAAA;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #AAAAAA;
}
.request3 {
	cursor: pointer;
	color: #333333;
	text-align: center;
	background-color: #E0E0E0;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top: 1px solid #AAAAAA;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #AAAAAA;
}
.request4 {
	color: #333333;
	text-align: center;
	color: #888888;
	background-color: #F0F0F0;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top: 1px solid #AAAAAA;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #AAAAAA;
}
/* boite de liste */
.selectbox {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 8pt;
	color: #333333;
	border: 1px solid #888888;
}
/* cadre en haut */
.topcadreong {
	background-color: #F8F8FF;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #AAAAAA;
}
.topcadre {
	background-color: #F8F8FF;
	border-top: 1px solid #AAAAAA;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #AAAAAA;
}
/* cadre grisé */
.cadre {
	background-color: #F8F8FF;
  border: 1px solid #C0C0C0;
}
.box {
	background-color: #F8F8FF;
  border: 1px solid #C0C0C0;
	overflow: hidden;
}
.block {
	white-space: nowrap;
	overflow: hidden;
}
.liste {
	background-color: #F8F8FF;
  border: 1px solid #C0C0C0;
	overflow-y: scroll;
}
.titre {
	font-size: 11pt;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
}
/*--------------------------------------------------------*/
/*   Calendrier			                       								*/
/*--------------------------------------------------------*/
/*  cases de la grille de référence */
.cal0 {
	width:90px ;
	height: 20px ;
	float:left ;	
	text-align: center;
  font-weight: bold; 
  border: 1px solid #C0C0C0 ;
	background-color: #F0F0F0;
}
.cal1 {
	width:90px ;
	height: 20px ;
	float:left ;	
	text-align: center;
  border: 1px solid #C0C0C0 ;
	background-color: #F0F0F0;
}
.cal2 {
	width:90px ;
	height: 20px ;
	float:left ;	
	text-align: center;
  border: 1px solid #C0C0C0 ;
	background-color: #D0D0D0;
}
.cal3 {
	width:90px ;
	height: 40px ;
	float:left ;	
  font-size: 7pt; 
  font-weight: normal; 
	text-align: left;
  color: #888888;
  border: 1px solid #C0C0C0 ;
}
.cal4 {
	width:90px ;
	height: 40px ;
	float:left ;	
  font-size: 7pt; 
  font-weight: normal; 
	text-align: left;
  color: #888888;
  border: 1px solid #C0C0C0 ;
	background-color: #F0F0F0 ;
}
/*  rectangles représentant des évènements sur un calendrier */
.event {
	width:80px ;
	height: 40px ;
	position: absolute;
  font-size: 6pt; 
  font-weight: normal; 
	overflow: hidden;
	text-align: left;
  color: #444444;
}
/*--------------------------------------------------------*/
/*  Popup					         	              								*/
/*--------------------------------------------------------*/
.popup {
	position: absolute;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-color: #F4F4F4;	
	border-top: 1px solid #AAAAAA;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #AAAAAA;
}
/*--------------------------------------------------------*/
/*  listes					                       								*/
/*--------------------------------------------------------*/
.user0 {
	width: 270px;
	height:20px;
	cursor:pointer;
}
.user1 {
	width: 170px;
	float: left;
	text-align: left;
	overflow: hidden;
}
.user2 {
	width: 100px;
	float: left;
	text-align: left;
	overflow: hidden;
}

.scan1 {
	width: 30px;
	float: left;
	text-align: left;
	overflow: hidden;
}
.scan2 {
	width: 470px;
	float: left;
	text-align: left;
	overflow: hidden;
}

/*--------------------------------------------------------*/
/*  popup détail		                       								*/
/*--------------------------------------------------------*/
.detail {
	width: 200px ;
	height: 100px ;
	position: absolute; 
	z-index: 100;
	visibility: hidden; 
	background-image:url(../img/aud/bulle.png); 
	overflow: hidden; 
}
/*--------------------------------------------------------*/
/*  Bulles					                       								*/
/*--------------------------------------------------------*/
.bulle0 {
	position: absolute; 
	z-index: 100;
	visibility: hidden; 
	overflow: hidden; 
}
.bulle1 {
	width: 10px;
	height: 10px;
	float: left;
	overflow: hidden;
	background-image:url(../img/bulle/bulle1.png); 
	background-repeat:no-repeat;
}
.bulle2 {
	height: 10px; 
	float: left; 
	overflow: hidden; 
	background-image:url(../img/bulle/bulle2.png);
	background-repeat:repeat-x;
}
.bulle3 {
	width:13px; 
	height:10px; 
	float:left; 
	overflow:hidden;
	background-image:url(../img/bulle/bulle3.png);
	background-repeat:no-repeat;
}
.bulle4 {
	width:10px; 
	float:left; 
	overflow:hidden;
	background-image:url(../img/bulle/bulle4.png);
  background-repeat:repeat-y;
}
.bulle5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color:#FFFFFF; 
	text-align:left; 
	float:left;	
	overflow:hidden;
}
.bulle6 {
	width:13px; 
	float:left; 
	overflow:hidden;
	background-image:url(../img/bulle/bulle6.png);
	background-repeat:repeat-y;
}
.bulle7 {
	width:10px; 
	height:30px; 
	float:left; 
	overflow:hidden;
	background-image:url(../img/bulle/bulle7.png);
	background-repeat:no-repeat;
}
.bulle8 {
	height:30px;
	float:left;
	overflow:hidden;
	background-image:url(../img/bulle/bulle8.png);
	background-repeat:repeat-x;
}
.bulle9 {
	width:13px;
	height:30px;
	float:left;
	overflow:hidden; 
	background-image:url(../img/bulle/bulle9.png);
	background-repeat:no-repeat;
}
/*--------------------------------------------------------*/
/*  TreeViewList		                       								*/
/*--------------------------------------------------------*/
.container0 {
	width: 520px;
	height: 20px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.container1 {
	width: 520px;
	height: 20px;
	overflow: hidden;
	background-color: #F0F0F0;
}
.internal {
	width: 20px;
	height: 15px;
	overflow: hidden;
	float: left;
}
/*--------------------------------------------------------*/
/*   Side Menu			                       								*/
/*--------------------------------------------------------*/
.sidemenu1 {
	width: 170px;
	height: 5px;
  background-color: #F0F0F0;
	border-top: 1px solid #888888;
	border-right: 2px solid #888888;
	border-left: 1px solid #888888;
}
.sidemenu2 {
	width: 170px;
	height: 32px;
	overflow: hidden;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: bold; 
	vertical-align: -10px;
  background-color: #F0F0F0;
	color: #333333 ;
	border-right: 2px solid #888888;
	border-left: 1px solid #888888;
}
.sidemenu3 {
	width: 170px;
	height: 8px;
  background-color: #F0F0F0;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	border-left: 1px solid #888888;
}

/*--------------------------------------------------------*/
/*  Popupmenu				                       								*/
/*--------------------------------------------------------*/
.popupmenu0 {
	position: absolute; 
	z-index: 100;
	width: 150px; 
	background-color:#FFFFFF; 
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #AAAAAA;
	visibility: hidden; 
	overflow: hidden; 
}
.popupmenu1 {
	width: 140px; 
	margin: 5px; 
}
.popupmenu2 {
	width: 20px; 
	height: 25px; 
	float: left;
	cursor:pointer;
}
.popupmenu3 {
	width: 115px; 
	height: 25px; 
	overflow: hidden; 
	line-height:200%;
}
.search {
	width: 520px;
	height: 20px;
	text-align: left;	
	overflow: hidden;
}
/*--------------------------------------------------------*/
/*  Dropdown				                       								*/
/*--------------------------------------------------------*/
.dropdown0 {
	position: relative;
	height: 20px;
	border: 1px solid #C0C0C0;
	background-color:#FFFFFF; 
	overflow: hidden; 
}
.dropdown1 {
	position: absolute;
	width: 320px;
	height: 200px;
	z-index: 100;
	border: 1px solid #C0C0C0;
	background-color:#FFFFFF; 
	visibility:hidden ;
}
.dropdown2 {
	width: 300px;
	height: 160px;
  border: 1px solid #C0C0C0;
	overflow-y: scroll;
}
