/* $Id: bloc.css 682 2008-04-24 09:44:41Z mike007.devpwsphp $ */

/* ici vous modifiez le haut du module, la partie où se trouve le titre */
.bloc_agenda_haut{
	/* largeur du bloc */
	width: 185px;
	/* alignement du module par rapport à la colonne */
	margin: auto;
	/* taille de la police (correction bug IE6) */
	font-size: 0px;
}

/* ici vous modifiez le contenu du module, la partie ou se trouve les liens */
.bloc_agenda_milieu{
	/* largeur du bloc */
	width: 176px;
	/* couleur de fond blanche #ffffff */
	background-color: #ffffff;
	/* répétition de l'image de fond suivant la verticale */
	background-repeat: repeat-y;
	/* alignement du module par rapport à la colonne */
	margin: auto;
	/* marges intérieures */
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	/* bordure du bloc */
	border: 2px solid #85ABD6;
}
.bloc_agenda_milieu li{
	/* décalage vers le bas */
	margin-left:20px;
}

/* ici vous modifiez le bas du module */
.bloc_agenda_bas{
	/* largeur du bloc */
	width: 184px;
	/* hauteur du bloc */
	height: 3px;
	/* image de fond */
	background-image: url('../../images/design/bloc_bas.png');
	/* pas de répétition de l'image de fond */
	background-repeat: no-repeat;
	/* alignement du module par rapport à la colonne */
	margin:auto;
	/* interligne entre chaque module de 15px */
	margin-bottom:15px;
	/* taille de la police (correction bug IE6) */
	font-size: 3px;
}

/* Contours général du calendrier */
.ContoursCal  {
	width: 100%;
	border: #cccccc solid 1px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
	border-collapse : collapse;
}

/* Barre de titre des calendriers*/
.TitreCal {
	height: 3em;
	border-bottom: #ccc dotted 2px;
	text-align: center;
}

.TitreCaractCal{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}


/* CALENDRIER  ANNUEL */
/**********************/

/* nom des mois */
.MoisCaractAn a {
	color: #3c85b8;
	font-weight: bold;
}


/* CALENDRIER MENSUEL */
/**********************/

/*Contours général du calendrier pleine page*/
.ContoursTable  {
	width: 100%;
	border: #3c85b8 solid 1px;
	text-align: center;
	background-color: #ffffff;
}

/*Format général du mini calendrier*/
.small_cal {
	border: none;
	text-align:center;
}

/*Format général du bloc mini calendrier*/
.small_cal_bloc {
	border: none;
	text-align:center;
	width: 100px;
}
/* Barre de titre */
.TitreTable {
	height: 3em;
	border: #3c85b8 solid 1px;
	text-align: center;
}
.TitreCaract{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #3c85b8;
}

/* en-tête : nom des jours */
.EntetesMois, .EntetesMoisSam, .EntetesMoisDim {
	height: 1.5em;
	text-align: center;
	border: #3c85b8 solid 2px;
	border-top: none;
}
.EntetesMoisSmall, .EntetesMoisSamSmall, .EntetesMoisDimSmall {
	height: 1.5em;
	font-size: 9px;
	text-align: center;
	background-color: #dddddd;
}
.EntetesMoisSam  {
	background-color: #f0f0fc;
}

.EntetesMoisDim {
	background-color: #ffeeee;
}

.EntetesMois span, .EntetesMoisSmall span,
.EntetesMoisSam span, .EntetesMoisSamSmall span,
.EntetesMoisDim span, .EntetesMoisDimSmall span  {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
.EntetesMois span, .EntetesMoisSam span, .EntetesMoisDim span  {
	font-size: 11px;
}
.EntetesMoisSam span, .EntetesMoisSamSmall span {
	color: #0000cc;
}
.EntetesMoisDim span, .EntetesMoisDimSmall span {
	color: #cc0000 ;
}

/* Numero de Semaine (grand calendrier)*/
.NumSem {
	height: 100px;
	border: #3C85B8 solid 2px;
	text-align: center;
}
.NumSem a {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
.NumSem a:hover {
	font-size: 11px ;
	font-weight: bold;
	color: #000000;
}

/* Numero des Semaines (petit calendrier)*/
.NumSemSmall, .NumSemSmall a {
	background-color: #f6f6f6;
	color: #999999;
	font-size: 9px;
}
.NumSemSmall a:hover {
	background-color: #f6f6f6;
	color: #000000;
	font-weight: bold;
	font-size: 9px;
}

/* jour en semaine sans évènement (grand calendrier) */
.JourNoEventMois {
	border: #3C85B8 solid 1px;
	vertical-align: top;
}
.JourNoEventMois a {
	font-size: 12px ;
	font-weight: normal;
	text-decoration: underline ;
}

/* jour en semaine sans évènement (petit calendrier) */
.JourNoEventMoisSmall {
	text-align: center;
	font-size: 9px;
}

/* Jour en semaine avec évènement (grand calendrier) */
.JourEventMois {
	border: #3c85b8 solid 1px;
	background-color: #fcfde0;
	vertical-align: top;
}
.JourEventMois a, .JourEventMois a:link, .JourEventMois a:visited {
	font-size: 12px;
	text-decoration: underline;
}
.JourEventMois a:hover {
	font-weight: bold;
}

/* Jour en semaine avec évènement (petit calendrier) */
.JourEventMoisSmall {
	background-color: #fcfde0;
	text-align: center;
	font-size: 9px;
}
.JourEventMoisSmall a {
	font-size: 9px;
	text-decoration: underline;
}


/*Samedi sans évènement (grand calendrier) */
.JourNoEventMois_6 {
	border: #3c85b8 solid 1px;
	background-color: #ccffff;
	vertical-align: top;
}
.JourNoEventMois_6 a {
	font-size: 12px ;
	font-weight: normal;
	text-decoration: underline ;
	color: #0000cc;
}

/*Samedi avec évènement*/
.JourEventMois_6 {
	border: #3c85b8 solid 1px;
	background-color: #bbeded;
}
.JourEventMois_6 a, .JourEventMois_6 a:link, .JourEventMois_6 a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #0000cc;
}
.JourEventMois_6 a:hover {
	font-weight: bold ;
}

/* Samedi sans évènement (petit calendrier) */
.JourNoEventMoisSmall_6 {
	background-color: #f0f0fc;
	text-align: center;
	font-size: 9px;
	color: #0000CC;
}

/* Samedi avec évènement */
.JourEventMoisSmall_6, .JourEventMoisSmall_6 a {
	background-color: #d9daee;
	text-align: center;
	font-size: 9px;
	color: #0000CC;
	text-decoration: underline;
}


/*Dimanche sans évènement*/
.JourNoEventMois_0 {
	border: #3c85b8 solid 1px;
	background-color: #ffeeee;
}
.JourNoEventMois_0 a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #cc0000;
}
/*Dimanche avec évènement*/
.JourEventMois_0 {
	border: #3c85b8 solid 1px;
	background-color: #fde3e3;
}

.JourEventMois_0 a, .JourEventMois_0 a:link, .JourEventMois_0 a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #cc0000;
}
.JourEventMois_0 a:hover {
	font-weight: bold;
}

/* Dimanche sans évènement */
.JourNoEventMoisSmall_0 {
	background-color: #fcefef;
	text-align: center;
	font-size: 9px;
	color: #cc0000;
}

/* Dimanche avec évènement */
.JourEventMoisSmall_0, .JourEventMoisSmall_0 a{
	background-color: #eedad9;
	text-align: center;
	font-size: 9px;
	color: #cc0000;
	text-decoration: underline;
}

/* anniversaire (grand & petit calendrier) */
.JourAnnivMois, .JourAnnivMois:link, .JourAnnivMois:visited,
.JourAnnivMoisSmall, .JourAnnivMoisSmall:link, .JourAnnivMoisSmall:visited  {
	background-color: #3c85b8;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.JourAnnivMoisSmall, .JourAnnivMoisSmall:link, .JourAnnivMoisSmall:visited  {
	font-size: 9px;
}
/* Aujourd'hui (grand & petit calendrier) */
#today, #today_bloc {
	border-style: dotted;
	border-width: 2px;
	border-color: #EE6633;
}

/* Cellules vides (petit calendrier) */
.VideTableAn {
	border: none;
	background-color: transparent;
}
/*Cellules vides (grand calendrier) */
.VideTable {
	border: #3C85B8 solid 1px;
	background-color: #EEEEEE;
}



/* CALENDRIER HEBDO */
/********************/

.DateTable {
	height: 5em;
	text-align: center;
	border: #3C85B8 solid 2px;
	background-color: #FFFFFF;
}

.ContenuTable {
	padding-left: 5px;
	text-align: left;
	border: #3C85B8 solid 2px;
	background-color: #FFFFFF;
}



/* OverLib */
/***********/
.overdiv {
	border: #000000 solid 1px;
}
.overfete {
	background-color: #cccccc;
	color: #cc6600;
	text-align: center;
	font-style: italic;
}
.overanniv {
	background-color: #d2e9ff;
	padding-top: 3px;
	padding-left:3px;
	color: #ff66ff;
}
.overevent {
	background-color: #fcfde0;
	/*color: #000000;*/
}
.overeventitre {
	background-color: #cdb79e;
	color: #ffffff;
}

