/*
 * Styles du calendrier
 */

.calendrier-arial9 {
	font-family: Arial, Sans, sans-serif; font-size: 9px;
}

.calendrier-arial10 {
	font-family: Arial, Sans, sans-serif; font-size: 10px;
}

.calendrier-arial11 {
	font-family: Arial, Sans, sans-serif; font-size: 11px;
}

.calendrier-verdana10 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;; font-size: 11px;
}

.calendrier-helvetica16 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: black;
}

div.navigation-calendrier {
	text-transform: uppercase;
	color: #333;
	background-color: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.navigation-calendrier img {
	border: 0px;
	vertical-align: middle;
	margin: 1px;
}

a.calendrier-annee {
	background-color: #aaaaaa;
	padding: 3px;
	margin: 1px;
	font-family: verdana, arial, sans,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	-moz-border-radius: 5px;
}

a.calendrier-annee:hover {
	color: black;
	background-color: white;
}

.calendrier-table-large {
	border: 0px;
	width: 500px;
 }

.calendrier-table-etroit {
	border: 0px;
	width: 70%;
 }

.calendrier-td-centre {
	width: 100%;
  	vertical-align: top;
 }

.calendrier-td {
	width: 71px;
  	vertical-align: top;
 }

.calendrier-th {
	width: 71px;
	padding: 5px;
	text-align: center;
  	vertical-align: center;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans, sans-serif;
 }

.calendrier-th a {
  color: #EFEFEF;
}

.calendrier-table-etroit  .calendrier-td-gauche {
	width: 0px;
  	vertical-align: top;
 }

.calendrier-table-large  .calendrier-td-gauche {
	width: 0%;
  	vertical-align: top;
 }

.calendrier-table-etroit  .calendrier-td-droit {
	width: 57px;
  	vertical-align: top;
 }

.calendrier-table-large  .calendrier-td-droit {
	width: 10%;
  	vertical-align: top;
 }

.calendrier-jour {
	position: relative;
	color: #999999;
	background-color: none;
	border: 1px solid #aaaaaa;
}

.calendrier-agenda {
	margin-left: 1px;
	margin-top: 1px;
	padding: 1px;
	text-align: none;
	background-color: none;
	-moz-border-radius: 5px;
 }

.calendrier-demiagenda {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	background-color: none;
	-moz-border-radius: 5px;
 }


.calendrier-tripleagenda {
	vertical-align: top;
	width: 33%;
 }

.calendrier-cadreagenda {
	visibility: hidden;
	width: 100%;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
	background-color: #ccff99;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
 }

.calendrier-titre {
	padding: 5px;
	text-align: center;
	font-weight: bold;
 }

.calendrier-evenement {
	padding: 2px;
	margin-top: 2px;
 }

.calendrier-heurepile {
	position: absolute;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	width: 100%;
 }

.calendrier-heurepile a {
	color : #777777;
	font-weight: bold;
 }

.calendrier-heurepile a:hover {
	position: absolute;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	background-color: #ccff99;
	width: 100%;
 }

.calendrier-heureface {
	position: absolute;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px solid #cccccc;
 }

.calendrier-mozleft {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
 }

.calendrier-mozright {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
 }

.calendrier-moztop8 {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

.calendrier-mozbottom8 {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

.calendrier-moztop6 {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

.calendrier-mozbottom6 {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

.calendrier-opacity {
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


.calendrier-png {
	width: 12px;
	height: 12px;
	behavior: url(win_png.htc);
}

.calendrier-icone {
	width: 14px;
	height: 7px;
	border: 0px;
}

.calendrier-creneau,
.calendrier-creneau-today,
.calendrier-creneau-sunday {
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 0px ;
	border-right: 0px ;
	border-bottom: 0px ;
	border-left: 0px ;
	font-weight: bold;
	background-color: #dddddd;
	color: #dddddd;
	width: 100%;
 }

.calendrier-creneau a {
	color : #dddddd;
	font-weight: bold;
}
.calendrier-creneau a:hover {
	background-color: #ccff99;
}

.calendrier-creneau-today {
	background-color: #eeeeee;
	color: #eeeeee;
}
.calendrier-creneau-today a {
	color : #eeeeee;
	font-weight: bold;
}
.calendrier-creneau-today a:hover {
	background-color: #ccff99;
}

.calendrier-creneau-sunday {
/*	background-color: #ccff99;
	color: #ccff99;*/
}

.calendrier-creneau-sunday a {
	/*color : #ccff99;*/
	color : #dddddd;
	font-weight: bold;
 }

.calendrier-creneau-sunday a:hover {
	/*background-color: #dddddd;*/
	background-color: #ccff99;
}

.calendrier-plage,.calendrier-plage-selection { 		/* Orange */
		background-color: #FFF2EB;
		border: 1px solid #E95503;
		color: #E95503;
}
.calendrier-plage-selection{
		border: 3px solid #E95503;
}
.calendrier-reunions { 		/* Bleu pastel */
		background-color: #EBE9FF;
		border: 1px solid #766CF6;
		color: #766CF6;
}

.calendrier-evenement,.calendrier-evenement-selection { 		/* Vert pastel */
		background-color: #eeeeee;
		border: 0px solid #009F3C;
}
.calendrier-evenement-selection{
}

.calendrier-anniversaire { 		/* Jaune */
		background-color: #ffffee;
		border: 1px solid #ccaa00;
		color: #ccaa00;
}
.calendrier-rappel { 		/* Rouge (Vermillon) */
		background-color: #FFEDED;
		border: 1px solid #FF0000;
		color: #FF0000;
}

.calendrier-plage-info { 		/* Jaune transparent*/
		background-color: #ffffee;
		border: 1px solid #ccaa00;
		color: #ccaa00;
		filter:alpha(opacity=50);
		opacity: 0.5;
		-moz-opacity:0.5;
}
.activite-couleur15 { 		/* Fushia */
		background-color: #FDE5F2;
		border: 1px solid #CD006F;
		color: #CD006F;
}
.activite-couleur9 { 		/* Bleu pastel */
		background-color: #EBE9FF;
		border: 1px solid #766CF6;
		color: #766CF6;
}
.activite-couleur14 { 		/* Bleu pastel */
		background-color: #EBE9FF;
		border: 1px solid #766CF6;
		color: #766CF6;
}
.activite-couleur5 { 		/* Vert pastel */
		background-color: #E2FDEC;
		border: 1px solid #009F3C;
		color: #009F3C;
}
.activite-couleur12 { 		/* Orange */
		background-color: #ffeecc;
		border: 1px solid #fa9a00;
		color: #fa9a00;
}
