

/* Style de la table principale contenant le calendrier */
table.petitcal_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Style du titre du calendrier (<< mois annee >>)  */
.petitcal_title_old {
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #8C0000;
	border-right-color: #8C0000;
	border-bottom-color: #8C0000;
	border-left-color: #8C0000;
	display: block;
	height: 25px;
}


/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.petitcal_title_month {
	background-color: #CCCCCC;
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.petitcal_title_month_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
.petitcal_title_left_arrow {
	text-align: left;
	background-color: #CCCCCC;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
.petitcal_title_right_arrow {
	text-align: right;
	background-color: #CCCCCC;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
.petitcal_title_left_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
.petitcal_title_right_arrow_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style global de la table du calendrier  */
.petitcal_table {
	border: none;
	border-collapse: collapse;
}

/* Style generique des cellules de la table du calendrier */
.petitcal_table td {
	border: 1px solid #8C0000;
	text-align: center;
	width: 20px;
	padding: 4px;
	margin: 2px;
}

/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.petitcal_table th {
	border: 1px solid #8C0000;
	background-color: #990000;
	font-weight: normal;
	text-align: center;
	color: #FFFF00;
}

.petitcal_table a,
.petitcal_table a:link,
.petitcal_table a:hover
{
	text-decoration: underline;
	font-weight: bold;
}


/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.petitcal_weekend {
	background-color: #D4D0C8;
}
                                       
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.petitcal_other_month {
	color: #999999;
}

/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.petitcal_other_month_clickable {
	color: #999999;
	text-decoration: underline;
}

/* Style du jour (non cliquable) representant aujourd'hui */
.petitcal_today {
	color: #ff0000;
	font-weight: bold;
}

/* Style du lien sur le jour representant aujourd'hui */
.petitcal_today_clickable {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

/* Style des liens des jours faisant partie du mois en cours d'affichage */
.petitcal_day_clickable {
	color: #000000;
	text-decoration: underline;
}

/* Style de la table principale contenant le calendrier */
table.grandcal_main {
	font-family: Arial, Times, serif;
	width: 100%;
}

/* Style du titre du calendrier (<< mois annee >>)  */
.grandcal_title {
	color: #FFFF00;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	display: block;
	height: 25px;
	letter-spacing: 0.2em;
	background-color: #990000;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.grandcal_title_month {
	background-color: #990000;
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.grandcal_title_month_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" et ">>" du titre         */
.grandcal_title_left_arrow,
.grandcal_title_right_arrow
 {
	text-align: center;
	background-color: #FFE700;
}


/* Style of the link "<<" of the header */
/* Style du lien "<<" et du lien ">>" du titre          */
.grandcal_title_left_arrow_clickable,
.grandcal_title_left_arrow_clickable a,
.grandcal_title_left_arrow_clickable a:link,
.grandcal_title_left_arrow_clickable a:visited,
.grandcal_title_left_arrow_clickable a:hover,
.grandcal_title_right_arrow_clickable,
.grandcal_title_right_arrow_clickable a,
.grandcal_title_right_arrow_clickable a:link,
.grandcal_title_right_arrow_clickable a:visited,
.grandcal_title_right_arrow_clickable a:hover
 {
	color: #FFFF00;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
}


/* Style global de la table du calendrier  */
.grandcal_table {
	border: none;
	border-collapse: collapse;
}

/* Style des lignes de la table du calendrier, contenant les jours */
.grandcal_table tr {
}


/* Style generique des cellules de la table du calendrier */
.grandcal_table td {
	border: 1px solid #8C0000;
	text-align: center;
	padding: 4px;
	margin: 2px;
	height: 100px;
	color: #000000;
	font-size: 80%;
	vertical-align: top;
}

/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.grandcal_table th {
	border: 1px solid #8C0000;
	background-color: #990000;
	font-weight: bold;
	text-align: center;
	height: 25px;
	font-size: large;
	vertical-align: middle;
	margin: 4px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	color: #FFFF00;
}

/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.grandcal_weekend,
.grandcal_weekendtoday 
{
	background-color: #D4D0C8;
}

/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)  et today                                                              */
.grandcal_weekendtoday {
	border: 2px solid #8B0000;
}
                                       
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.grandcal_other_month {
	color: #999999;
}

/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.grandcal_other_month_clickable {
	color: #999999;
	text-decoration: none;
}

/* Style de la cellule today (niveau td)      */
.grandcal_celltoday  { 
	border: 2px solid #8B0000;
}


/* Style du jour (non cliquable) representant aujourd'hui */
.grandcal_today {
	color: #ff0000;
	font-weight: bold;
}

/* Style du lien sur le jour representant aujourd'hui */
.grandcal_today_clickable {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

/* Style des liens des jours faisant partie du mois en cours d'affichage */
.grandcal_day_clickable {
	color: #000000;
	text-decoration: none;
}

.calday
{
	background: #DFDFDF;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-align: right;
	vertical-align: top;
}

.calweekday
{
	background: #DFDFDF;
	color: #666;
	font-size: 125%;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-align: center;
}

.calranged
{
	border: 2px outset #c2c2c2;
	background: #c2c2c2;
	padding: 4px;
}

.calitem
{
	border-bottom: 1px dotted #c2c2c2;
	padding: 4px;
}

.borderwrap h3,
.petitcal_title,
.maintitle,
.maintitle1,
.maintitlecollapse
{
	border: 1px solid #FFF;
	border-bottom: 1px solid #000000;
	color: #FFE700;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
	background-color: #990000; 
}

.borderwrap,
.borderwrapm
{
	background: #FFF;
	border: 1px solid #530000;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #920000;
	border-top: 1px solid #920000;
	font-size: 12px;
}

.borderwrapm
{
	margin: 5px;
}

.borderwrap .maintitle1 {
	font-size: 125%;
	letter-spacing: 0.1em;
	text-align: center;
}

.petitcal_title td,
.maintitle td
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.maintitlecollapse
{
	border: 1px solid #FFF;
}

.petitcal_title p,
.maintitle p,
.maintitlecollapse p,
.formsubtitle p
{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.petitcal_title p.expand,
.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members
{
	float: right;
	width: auto !important;
}

.petitcal_title a:link,
.maintitle a:link, 
.maintitle a:visited,
.maintitlecollapse a:link, 
.maintitlecollapse a:visited
{
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

.petitcal_title a:hover,
.maintitle a:hover, 
.maintitle a:active,
.maintitlecollapse a:hover, 
.maintitlecollapse a:active
{
	background: transparent;
	color: #F1F1F1;
}

.tablepad
{
	background: #F5F9FD;
	border: 1px solid #993333;
	padding: 6px;
	border: 0 !important;
	font-size: 80%;
}

ipbtable
{
	width: 100%;
}

table.ipbtable,
tr.ipbtable,
td.ipbtable
{
	background: transparent;
	color: #222;
	font-size: 11px;
	line-height: 135%;
}

.ipbtable td,
.divpad
{
	padding: 5px;
}

td.nopad
{
	padding: 0;
}

.bar,
.barb,
.barc
{
	background: #EDEDED;
	border: 1px solid #FFF;
}

.barc
{
	border-bottom: 0;
}

.bar p,
.barb p,
.barc p
{
	background: transparent;
	border: 0;
	color: #222;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	text-align: left;
}

.barb p
{
	text-align: right;
}

.bar p.over,
.bar p.overs,
.barc p.over,
.barc p.overs
{
	float: right;
}

.barb p.over,
.barb p.overs
{
	float: left;
}

.bar p.overs,
.barb p.overs,
.barc p.overs
{
	position: relative;
	top: 5px;
}

.weekday
{
	font-size: 14px;
	font-weight: bold;
}

.row1
{
	background: #DFDFDF;
}

.row2
{
	background: #EAEAEA;
}
#calCentre {
	display: inline;
}

