/*----Wait Please---------------------------*/
.wait		{font-family:arial; font-size:11pt;color:#333333;font-weight : bold;}
.wait2		{font-family:arial; font-size:8pt;color:#FFFFFF;}

/*--- text ---------------------------------*/
.text		{font-family:arial; font-size:9pt;color:#000000;}
.texts		{font-family:arial; font-size:11pt;color:#000000;}
.titre		{font-family:arial; font-size:10pt;color:#000000;}
.visiteur	{font-family:"Courier New", Courier, mono; font-size:9pt;color:#999999;}
.date		{font-family:"MS Sans Serif"; font-size:8pt;color:#666666;}
.menu		{font-family:"MS Sans Serif"; font-size:10pt;color:#666666;}
.title	    {font-family:MS Sans Serif; font-size:16pt;}
.small		{font-family:arial; font-size:7pt;color:#333333;font-weight : bold;}
.pagetxt 	{font-family: Arial;font-size: 14px;}

table, .rs {
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration:none;
	TEXT-ALIGN: left;
}

.input
{
	background-color: #ffffff;
	color: #0033cc;
	font-family: arial; 
	font-size: 10px; 
}
.bouton
{
	border : 1px Solid Gray;
	background : Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Gray;
	font-weight : bold;
	cursor: hand;
}

/*---links gen ----------------------------*/
/*A:link {color: red;text-decoration:none;}		/*--lien non-visité--*/
/*A:hover {color: yellow;text-decoration:none;}	/*--lien au passage de la souris--*/
/*A:active {color: green;text-decoration:none;}	/*--lien en cliquant dessus--*/
/*A:visited {color: blue;text-decoration:none;}	/*--lien visité--*/


/*----caractéristique des chiffres----*/
.chiffre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: blink;
}

/*----Bordure en pointillé du tableau principale----*/
TD.limite
{
border-top : 1px dotted #868F98; /* pointillé du haut */
border-left: 1px dotted #868F98; /* pointillé du gauche */
border-right: 1px dotted #868F98; /* pointillé du droite */
border-bottom : 1px dotted #868F98; /* pointillé du bas */
} 
TD.limite-top
{
border-top : 1px dotted #868F98; /* pointillé du haut */
border-left: 1px dotted #868F98; /* pointillé du gauche */
border-right: 1px dotted #868F98; /* pointillé du droite */
}
TD.limite-T
{
border-top : 1px dotted #868F98; /* pointillé du haut */
}
TD.limite-B
{
border-bottom : 1px dotted #868F98; /* pointillé du bas */
} 
TD.limite-bottom
{
border-left: 1px dotted #868F98; /* pointillé du gauche */
border-right: 1px dotted #868F98; /* pointillé du droite */
border-bottom : 1px dotted #868F98; /* pointillé du bas */
} 
TD.limite-entete
{
border-top : 1px dotted #868F98; /* pointillé du haut */
border-left: 1px dotted #868F98; /* pointillé du gauche */
border-right: 1px dotted #868F98; /* pointillé du droite */
border-bottom : 1px dotted #868F98; /* pointillé du bas */
} 
TD.limite-left
{
border-left: 1px dotted #868F98; /* pointillé du gauche */
} 
TD.limite-right
{
border-right: 1px dotted #868F98; /* pointillé du droite */
} 
TD.limite-L-R
{
border-left: 1px dotted #868F98; /* pointillé du gauche */
border-right: 1px dotted #868F98; /* pointillé du droite */
} 
TD.limite-bottom-R
{
border-top : 1px dotted #868F98; /* pointillé du haut */
border-right: 1px dotted #868F98; /* pointillé du droite */
border-bottom : 1px dotted #868F98; /* pointillé du bas */
} 
TD.limite-bottom-L
{
border-top : 1px dotted #868F98; /* pointillé du haut */
border-left: 1px dotted #868F98; /* pointillé du gauche */
border-bottom : 1px dotted #868F98; /* pointillé du bas */
} 
TD.limite-T-B
{
border-top : 1px dotted #868F98; /* pointillé du haut */
border-bottom : 1px dotted #868F98; /* pointillé du bas */
} 
TD.limite-L
{
border-left: 1px dotted #868F98; /* pointillé du gauche */
}
TD.limite-L-B
{
border-left: 1px dotted #868F98; /* pointillé du gauche */
border-bottom : 1px dotted #868F98; /* pointillé du bas */
} 
TD.limite-R-B
{
border-right: 1px dotted #868F98; /* pointillé du droite */
border-bottom : 1px dotted #868F98; /* pointillé du bas */
} 


/*----Style des tableaux des tarifs----*/
.tabtitre {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: midnightblue;
}
.tabsoustitre {
	color: #FF0000
}
.tabentete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.tabdonner {
	font-size: 14px; 
	font-weight: bold; color: #FFFFFF; 
	font-family: "Courier New", Courier, mono; 
}

