.bouton {
	background-color: #FFFFFF;
	border: 1px solid #336699;
}
.tableau {
	border: 1px solid #336699;
}
.input {
	border: 1px solid #000000;
}
.txtNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
}
.cellule {
	background-color: #AACDF0;
}
a.liens{ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #336699; 
  text-decoration: underline; 
} 
a.liens:hover{ 
  text-decoration: underline;
}
.celluleTitre {
	background-color: #CCCCCC;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;

}
.celluleTitreHaut {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #CCCCCC;

}
.over {
   background: #AACDF0;
   border-top: 1px solid buttonhighlight;
   border-left: 1px solid buttonhighlight;
   border-bottom: 1px solid buttonshadow;
   border-right: 1px solid buttonshadow;
   margin: 0;
   
}

.out {
   background: #AACDF0; 
   border: 1px solid #CCCCCC;
   margin: 0;
}

.pressed	{
   border-top: 1px solid buttonshadow;
   border-left: 1px solid buttonshadow;
   border-bottom: 1px solid buttonhighlight;
   border-right: 1px solid buttonhighlight;
   background: #AACDF0;
   margin: 0;
}
.bordvertadmin {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003399;
}
.titreadmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

