/* jours pour Netscape */
.NSday
{
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	bold;
	font-size:	12px;
	color:		#0000cc;
	text-decoration: none;
}
/* tableau des jours */
.Gtab 										/* TITRE (Fermer)*/
{
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	font-size:	12px;
	text-decoration: none;
	border:	solid 1px #000;
	background:	#000;
	width:		152px;
}
/* champs texte */
.Gname
{
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	bold;
	font-size:	12px;
	color:		#fff;
	text-decoration: none;
	cursor:		pointer;
}

/* champs texte */
.Gtxt 										/* Champs dans combo box (mois et années) */
{
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	font-size:	12px;
	color:		#540000;
	text-decoration: none;
	margin-left:	0px;
}
/* en-tete semaine */
.Gh1, .Gh2, .Gh3, .Gh4, .Gh5 				/* Titre Jour de Semaine */
{
	width: 		20px;
	height: 	16px;
	font-size:	12px;
	background:	#aaa;
	border:		solid 1px #aaa;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	bold;
	color:		#fff;
	text-align:	center;
	line-height:	16px;
}
.Gh0, .Gh6 									/* Titre Week end */
{
	width: 		20px;
	font-size:	12px;
	height: 	16px;
	border:		solid 1px #aaa;
	background:	#aaa;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	bold;
	color:		#fff;
	text-align:	center;
	line-height:	16px;
}
.Gfree 										/* Jour ferie */
{
	width: 		20px;
	height: 	16px;
	background:	#ddd;
	border:		solid 1px #ddd;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000;
	text-align:	center;
	cursor: 	pointer;
	line-height:	16px;
}
.Gfreeon 									/* Jour ferie Mouseover*/
{
	width: 		20px;
	height: 	16px;
	background:	#540000;
	border:		solid 1px #000;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#fff;
	text-align:	center;
	cursor: 	pointer;
	line-height:	16px;
}
.Gc1, .Gc2, .Gc3, .Gc4, .Gc5 				/* Jour Semaine */
{
	width: 		20px;
	height: 	16px;
	background:	 #eee;
	border:		solid 1px #eee;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000;
	text-align:	center;
	cursor: 	default;
	line-height:	16px;
}
.Gc1on, .Gc2on, .Gc3on, .Gc4on, .Gc5on 		/* Jour Semaine Mouseover*/
{
	width: 		20px;
	height: 	16px;
	background:	#540000;
	border:		solid 1px #fff;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#fff;	
	text-align:	center;
	cursor: 	pointer;
	line-height:	16px;
}
.Gc0, .Gc6 									/* Week end */
{	
	width: 		20px;
	height: 	16px;
	border:		solid 1px #ddd;
	background:	#ddd;
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000;
	text-align:	center;
	cursor: 	default;
	line-height:	16px;
}
.Gc0on, .Gc6on 								/* Week end Mouseover*/
{
	width: 		20px;
	height: 	16px;
	border:		solid 1px #fff;
	background:	#540000;
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#fff;
	text-align:	center;
	cursor: 	pointer;
	line-height:	16px;
}
.Gc											/* Date du jour */
{
	width: 		20px;
	height: 	16px;
	border:		solid 1px #fff;
	background:	#540000;
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#fff;
	text-align:	center;
	cursor: 	default;
	line-height:	16px;
}
.Gcon										/* Date du jour Mouseover */
{
	width: 		20px;
	height: 	16px;
	border:		solid 1px #540000;
	background:	#fff;
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000;
	text-align:	center;
	cursor: 	pointer;
	line-height:	16px;
}

