/*
 * 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: Verdana, Arial, Sans, sans-serif; font-size: 10px;
}

.calendrier-helvetica16 {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	color: black;
}

div.navigation-calendrier {
	color: white;
	background-color: #a2a780;
	font-family: verdana, arial, sans,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: 680px;
 }

.calendrier-table-etroit {
	border: 0px;
	width: 450px;
 }

.calendrier-td-centre {
	width: 550px;
	padding-left: 25px;
	padding-right: 25px;
  	vertical-align: top;
 }

.calendrier-td {
	width: 14%;
  	vertical-align: top;
 }

.calendrier-th {
	width: 14%;
	padding: 5px;
	text-align: center;
  	vertical-align: center;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans, sans-serif;
 }

.calendrier-th a {
  color: black;
}

.calendrier-table-etroit  .calendrier-td-gauche {
	width: 0px;
  	vertical-align: top;
 }

.calendrier-table-large  .calendrier-td-gauche {
	width: 150px;
  	vertical-align: top;
 }

.calendrier-table-etroit  .calendrier-td-droit {
	width: 150px;
  	vertical-align: top;
 }

.calendrier-table-large  .calendrier-td-droit {
	width: 150px;
  	vertical-align: top;
 }

.calendrier-jour {
	position: relative;
	color: #999999;
	background-color: white;
	border: 1px solid #aaaaaa;
}

.calendrier-agenda {
	margin-left: 1px;
	margin-top: 1px;
	padding: 1px;
	text-align: center;
	background-color: white;
	-moz-border-radius: 5px;
 }

.calendrier-demiagenda {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	background-color: white;
	-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: #d2d7a0;
	-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: #d2d7a0;
	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: 0.3;
	filter: alpha(opacity=30);
}


.calendrier-png {
	width: 12px;
	height: 12px;
	behavior: url(win_png.htc);
}

.calendrier-icone {
	width: 14px;
	height: 7px;
	border: 0px;
}

.calendrier-noir  { 		/*  style anar */
	color: black;
}

.calendrier-nb  { 		/*  style cinemat(yp)ographe */
	background-color: white;
	border: 1px solid black;
	color: black;
}

.calendrier-couleur1 { 		/* Fushia */
		background-color: #FDE5F2;
		border: 1px solid #CD006F;
		color: #CD006F;
}
.calendrier-couleur1i { 		/* Fushia */
		background-color: #CD006F;
		border: 1px solid #FDE5F2;
		color: #FDE5F2
}
.calendrier-couleur2 { 		/* Bleu */
		background-color: #EDF3FE;
		border: 1px solid #5da7c5;
		color: #5da7c5;
}
.calendrier-couleur2i { 		/* Bleu */
		background-color: #5da7c5;
		border: 1px solid #EDF3FE;
		color: #EDF3FE
}
.calendrier-couleur3 { 		/* Bleu pastel */
		background-color: #EBE9FF;
		border: 1px solid #766CF6;
		color: #766CF6;
}
.calendrier-couleur3i { 		/* Bleu pastel */
		background-color: #766CF6;
		border: 1px solid #EBE9FF;
		color: #EBE9FF
}
.calendrier-couleur4 { 		/* Orange */
		background-color: #ffeecc;
		border: 1px solid #fa9a00;
		color: #fa9a00;
}
.calendrier-couleur4i { 		/* Orange */
		background-color: #fa9a00;
		border: 1px solid #ffeecc;
		color: #ffeecc
}
.calendrier-couleur5 { 		/* Rouge (Vermillon) */
		background-color: #FFEDED;
		border: 1px solid #FF0000;
		color: #FF0000;
}
.calendrier-couleur5i { 		/* Rouge (Vermillon) */
		background-color: #FF0000;
		border: 1px solid #FFEDED;
		color: #FFEDED
}
.calendrier-couleur6 { 		/* Orange */
		background-color: #FFF2EB;
		border: 1px solid #E95503;
		color: #E95503;
}
.calendrier-couleur6i { 		/* Orange */
		background-color: #E95503;
		border: 1px solid #FFF2EB;
		color: #FFF2EB
}
.calendrier-couleur7 { 		/* Jaune */
		background-color: #ffffee;
		border: 1px solid #ccaa00;
		color: #ccaa00;
}
.calendrier-couleur7i { 		/* Jaune */
		background-color: #ccaa00;
		border: 1px solid #ffffee;
		color: #ffffee
}
.calendrier-couleur8 { 		/* Vert pastel */
		background-color: #E2FDEC;
		border: 1px solid #009F3C;
		color: #009F3C;
}
.calendrier-couleur8i { 		/* Vert pastel */
		background-color: #009F3C;
		border: 1px solid #E2FDEC;
		color: #E2FDEC
}
.calendrier-couleur9 { 		/* Vert */
		background-color: #e5fd63;
		border: 1px solid #9DBA00;
		color: #9DBA00;
}
.calendrier-couleur9i { 		/* Vert */
		background-color: #9DBA00;
		border: 1px solid #e5fd63;
		color: #e5fd63
}
.calendrier-couleur10 { 		/* Rouge (Bordeaux) */
		background-color: #FFE0E0;
		border: 1px solid #640707;
		color: #640707;
}
.calendrier-couleur10i { 		/* Rouge (Bordeaux) */
		background-color: #640707;
		border: 1px solid #FFE0E0;
		color: #FFE0E0
}
.calendrier-couleur11 { 		/* Gris */
		background-color: #F2F2F2;
		border: 1px solid #3F3F3F;
		color: #3F3F3F;
}
.calendrier-couleur11i { 		/* Gris */
		background-color: #3F3F3F;
		border: 1px solid #F2F2F2;
		color: #F2F2F2
}
.calendrier-couleur12 {
		background-color: #aaaaaa;
		border: 1px solid black;
		color:black;

}
.calendrier-couleur12i {
		background-color: black;
		border: 1px solid #aaaaaa;
		color: #aaaaaa}
.calendrier-couleur13 { /* Caca d'oie */
		background-color: #FFFFE0;
		border: 1px solid #666500;
		color: #666500; 
}
.calendrier-couleur13i { 		/* Caca d'oie */
		background-color: #666500;
		border: 1px solid #FFFFE0;
		color: #FFFFE0
}
.calendrier-couleur14 { 		/* Marron */
		background-color: #F5EEE5;
		border: 1px solid #8C6635;
		color: #8C6635;
}
.calendrier-couleur14i { 		/* Marron */
		background-color: #8C6635;
		border: 1px solid #F5EEE5;
		color: #F5EEE5
}

.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: #d2d7a0;
}

.calendrier-creneau-today {
	background-color: #eeeeee;
	color: #eeeeee;
}
.calendrier-creneau-today a {
	color : #eeeeee;
	font-weight: bold;
}
.calendrier-creneau-today a:hover {
	background-color: #d2d7a0;
}

.calendrier-creneau-sunday {
/*	background-color: #ccff99;
	color: #d2d7a0;
	color: #ccff99;*/
}

.calendrier-creneau-sunday a {
	/*color : #ccff99;*/
	color : #dddddd;
	font-weight: bold;
 }

.calendrier-creneau-sunday a:hover {
	/*background-color: #dddddd;*/
	background-color: #d2d7a0;
}

.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;
}
