/* jours pour Netscape */
.NSday
{
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	bold;
	font-size:	12px;
	color:		#000000;
	text-decoration: none;
}

/* tableau de l'heure */
.CDateHeure
{
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	font-size:	12px;
	text-decoration: none;
	border:	solid 1px #000000;
	background:	#72B0FC;
	width:		160px;
}

/* tableau des jours */
.Gtab
{
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	font-size:	12px;
	text-decoration: none;
	border:	solid 1px #000000;
	background:	#AAAAAA;
	width:		160px;
}

.Gtab tr
{
	border:none;
	background-color:#F9A000;
}
/* champs texte */
.Gname
{
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	bold;
	font-size:	12px;
	color:		#ffffff;
	text-decoration: none;
}

/* champs texte */
.Gtxt
{
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	font-size:	11px;
	color:		#000000;
	text-decoration: none;
	margin-left:	0px;
	margin:0px;
	padding:0px;	
}
/* en-tete semaine */
.Gh1, .Gh2, .Gh3, .Gh4, .Gh5
{
	width: 		20px;
	height: 	16px;
	font-size:	12px;
	background:	#F9A000;
	border:		solid 1px #F9A000;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	bold;
	color:		#ffffff;
	text-align:	center;
	line-height:	16px;
}
.Gh0, .Gh6
{
	width: 		20px;
	font-size:	12px;
	height: 	16px;
	border:		solid 1px #F9A000;
	background:	#F9A000;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	bold;
	color:		#ffffff;
	text-align:	center;
	line-height:	16px;
}

/* Colonne Numero de semaine */
.CSemaine
{
	width: 		20px;
	font-size:	12px;
	height: 	16px;
	border:		solid 1px #F9A000;
	background:	#F9A000;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	bold;
	color:		#ffffff;
	text-align:	center;
	line-height:	16px;
}


/* Style pour les jours ferrier */

.Gfree
{
	width: 		20px;
	height: 	16px;
	background:	#F9A000;
	border:		solid 1px #ffffff;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000000;
	text-align:	center;
	cursor: 	pointer;
	line-height:	16px;
}
.Gfreeon
{
	width: 		20px;
	height: 	16px;
	background:	#F9A000;
	border:		solid 1px #000000;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000000;
	text-align:	center;
	cursor: 	pointer;
	line-height:	16px;
}

/* Style pour la date du jour */

.Aujourdhui
{
	width: 		20px;
	height: 	16px;
	background:	#FFF3C6;
	border:		solid 1px #00FFFF;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000000;
	text-align:	center;
	cursor: 	default;
	line-height:	16px;
}

.Aujourdhuion
{
	width: 		20px;
	height: 	16px;
	background:	#FFFFFF;
	border:		solid 1px #00FFFF;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000000;
	text-align:	center;
	cursor: 	default;
	line-height:	16px;
}

/* Style pour jour du lundi au vendredi */

.Gc1, .Gc2, .Gc3, .Gc4, .Gc5
{
	width: 		20px;
	height: 	16px;
	background:	#F9A000;
	border:		solid 1px #F9A000;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000000;
	text-align:	center;
	cursor: 	default;
	line-height:	16px;
}

.Gc1on, .Gc2on, .Gc3on, .Gc4on, .Gc5on
{
	width: 		20px;
	height: 	16px;
	background:	#F9A000;
	border:		solid 1px #ffffff;
	font-family: 	Arial,Helvetica,sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#ffffff;	
	text-align:	center;
	cursor: 	pointer;
	line-height:	16px;
}

/* Style pour jour du Dimanche et Samedi */

.Gc0, .Gc6
{
	width: 		20px;
	height: 	16px;
	border:		solid 1px #F9A000;
	background:	#F9A000;
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#000000;
	text-align:	center;
	cursor: 	default;
	line-height:	16px;
}
.Gc0on, .Gc6on
{
	width: 		20px;
	height: 	16px;
	border:		solid 1px #ffffff;
	background:	#0c628a;
	font-family: 	Arial, Helvetica, sans-serif;
	font-weight: 	normal;
	padding:	0px;
	margin:		0px;
	color:		#ffffff;
	text-align:	center;
	cursor: 	pointer;
	line-height:	16px;
}