@charset "UTF-8";
/* CSS Document */

/* ------------------------------------ */
/*                                      */
/* Strucutre 2 colonne OUTIL CALENDAR   */
/*                                      */
/* ------------------------------------ */

#colonne1 #leftcalendar {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 600px;
	float: left;
}

 #colonne1 #rightcalendar {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 232px;
	float: right;
}


/* ------------------------------------ */
/*                                      */
/*            DIV CALENDAR              */
/*                                      */
/* ------------------------------------ */


.leftmois{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 290px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #577ea4;
	border-right-color: #577ea4;
	border-bottom-color: #577ea4;
	border-left-color: #577ea4;
	background-color: #cbe1ff;
}

.rightmois{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 290px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #577ea4;
	border-right-color: #577ea4;
	border-bottom-color: #577ea4;
	border-left-color: #577ea4;
	background-color: #cbe1ff;
}



.bordurecalendar {
	background-image: url(../img/calendar/fond_contenucalendar.gif);
	background-repeat: repeat-y;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



 .interieurcalendar {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 267px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-repeat: repeat;
	background-image: url(../img/calendar/cadrillage_mois.gif);
}

.cadregeneralbleu {
	width: 290px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #577ea4;
	border-right-color: #577ea4;
	border-bottom-color: #577ea4;
	border-left-color: #577ea4;
	background-color: #cbe1ff;
	}

.titremois {
	background-image: url(../img/calendar/fond_mois.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 24px;
	background-color: #FF0000;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	}
	
.nomdujour{
	font-size: 12px;
	text-align: center;
	height: 20px;
	font-weight: bold;
	color: #4b6d8d;
	
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 267px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
			}

/* Intérieur calendrier  */


.jour{
	font-size: 11px;
	text-align: center;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
			}
			
.jourweekend{
	font-size: 11px;
	text-align: center;
	color: #333333;
	line-height: 16px;
	background-color: #E5E5E5;
	font-weight: bold;
			}

			
.couleurblanc{
	line-height: 10px;
	background-image: url(../img/calendar/fond_blanc.gif);
			}

.couleurbleu{
	line-height: 10px;
	background-image: url(../img/calendar/fond_bleu.gif);
	background-repeat: repeat-x;
			}
			

.couleurrouge{
	background-color: #FF0000;
	line-height: 10px;
			}

.couleurnoir{
	background-color: #000000;
	line-height: 10px;
			}
			
	.couleurbleunoir{
	line-height: 10px;
	background-image: url(../img/calendar/fond_bleu_noir.gif);
	background-repeat: repeat-x;
			}
			
			
/* Données Installés / remplaçants  */

.installe{
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
	line-height: 14px;
	background-image: url(../img/calendar/backround_installe.gif);
	background-repeat: repeat-x;
			}
			
.remplacant{
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
	line-height: 14px;
	background-image: url(../img/calendar/backround_remplacant.gif);
	background-repeat: repeat-x;
			}
			
/* Fin de mois  */
		
			
.finjour{
	font-size: 11px;
	text-align: center;
	color: #CCCCCC;
	line-height: 16px;
	font-weight: bold;
			}
		
					
.fincouleur{
	background-color: #CCCCCC;
	line-height: 10px;
			}
			
			
.fininstalle{
	font-size: 9px;
	text-align: center;
	color: #CCCCCC;
	line-height: 14px;
	background-repeat: repeat-x;
			}
			
.finremplacant{
	font-size: 9px;
	text-align: center;
	color: #CCCCCC;
	line-height: 14px;
			}


/*       Cartouche BLANC DROIT     */


.titrenoir{
	line-height: 14px;
	font-size: 1.5em;
	font-variant: small-caps;
	color: #000000;
	letter-spacing: 0.03em;
	font-weight: bold;
			}
	
.contenunoir{
	line-height: 14px;
	font-size: 10px;
	font-variant: normal;
	color: #666666;
	font-weight: normal;
}
	
.contenubleu{
	line-height: 14px;
	font-size: 10px;
	font-variant: normal;
	color: #3366FF;
	font-weight: normal;
}





.hautblanc {
	background-image: url(../img/calendar/cartouche_blanc/haut.gif);
	background-repeat: no-repeat;
	height: 8px;
}

.contenublanc {
	background-image: url(../img/calendar/cartouche_blanc/fond_contenu.gif);
	background-repeat: repeat-y;
}


.contenutexteblanc {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 16px;
	width: 212px;
	}

.basblanc {
	background-image: url(../img/calendar/cartouche_blanc/bas.gif);
	background-repeat: no-repeat;
	height: 19px;
}

.separateurright {
	background-image: url(../img/separateur/separateur.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 214px;
}
.couleurbleujourfixe{line-height: 10px; background-image: url(../img/calendar/fond_bleu_jour_fixe.gif); background-repeat: repeat-x; } 
