body {
    background-color: #0b1936;
    background-image: url("/javax.faces.resource/default/img/whole-bkg.jpg.xhtml");
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#header {
    font-weight: 400;
    font-size: 200%;
    padding: 10px 10px 20px 20px;
}
#header a {
    color: white;
    text-decoration: none;
}
#header-sub {
    font-weight: 200;
    font-size: 150%;
    padding: 10px 10px 20px 20px;
}
#header, #header-sub {
    color: white;
    display: table-cell;
    vertical-align: text-bottom;
}

#content {
    background-color: #ffffff;
    /*background-image: url("/javax.faces.resource/default/img/bkg-content.png.xhtml");
    background-position: bottom center;
    background-repeat: repeat-x;*/
}

#logo-icon {
    /*background-image:url("/javax.faces.resource/default/img/lunar-eclipse-small.png.xhtml");
    width: 50px;
    height: 50px;*/
    margin-right: 20px;
    vertical-align: middle;
    /*float: left; */
}

.calendar-inner-table {
    background-color: #3C6C9C;
    color: #ffffff;
}

/* Generated by http://css.spritegen.com CSS Sprite Generator */
/*#form\:calendar .sprite {*/
.sprite {
    /* le css étant appelé depuis JSF par outputStylesheet,
    toutes les url d'image doivent comporter resource etc */
    /*background-image:url("/javax.faces.resource/default/img/sprite.png.xhtml");*/
    background-image:url("/javax.faces.resource/default/img/sprite.png.xhtml");
}

/* Bar cells
=========================================================================================================================== */
.cal-date, .cal-decli, .cal-decli-legend, .cal-phase, .cal-phase-legend, .cal-cstl, .cal-type-jour, .cal-type-jour-legend, .cal-comment, .month-bar {
    background: url("/javax.faces.resource/default/img/bar-bkg-sprite.png.xhtml") repeat-x;
    opacity: 0.95;
}

/* Date
----------------------------- */
.cal-date {
    /*background: rgba(46, 116, 186, 0.90) url("/javax.faces.resource/default/img/bar-bkg-date.png.xhtml") 50% 50% repeat-x;
    opacity: 0.95;*/
    background-position: -0px -0px;/* width: 10px;*/ /* height:400px; */
    color:white;
}
.ui-state-active .cal-date {
    background-position: -0px -100px;
}

/*.cal-toggler a {
    color:white;
}*/

/* Decli, phase, cstl
----------------------------- */
.cal-decli, .cal-decli-legend, .cal-phase, .cal-phase-legend, .cal-cstl {
    /*background: rgba(1, 31, 83, 0.91) url("/javax.faces.resource/default/img/bar-bkg-traj.png.xhtml") 50% 50% repeat-x;
    opacity: 0.95;*/
    background-position: -0px -200px;
    color:#D3D3D3;
}
.ui-state-active .cal-decli, .ui-state-active .cal-phase, .ui-state-active .cal-cstl {
    background-position: -0px -300px;
}

/* Type
----------------------------- */
.cal-type-jour, .cal-type-jour-legend {
    /*background: rgba(12, 69, 0, 0.91) url("/javax.faces.resource/default/img/bar-bkg-type.png.xhtml") 50% 50% repeat-x;
    opacity: 0.95;*/
    background-position: -0px -400px;
}
.ui-state-active .cal-type-jour {
    background-position: -0px -500px;
}

/* Type
----------------------------- */
.cal-comment {
    /*background: rgba(20, 100, 3, 0.90) url("/javax.faces.resource/default/img/bar-bkg-comment.png.xhtml") 50% 50% repeat-x;
    opacity: 0.95;*/
    background-position: -0px -600px;
    color:#FF8515;
}
.ui-state-active .cal-comment {
    background-position: -0px -700px;
}

/* prevent the arrow icon (of bar) to be affected by transparence of date background */
.ui-icon-triangle-1-e, .ui-icon-triangle-1-s {
    z-index: 1;
}

/** Month rows (with id like 'row-dayIndex1.1') */
.month-bar {
    background-color: #1f578e;
    background: url("/javax.faces.resource/default/img/month-gradient.png.xhtml") repeat-x;
}
.month-name {
    color: #ffffff;
    padding: 2px 5px 5px 15px;
    margin: 0;
    font-size: 18px;
}
/** Day rows (with id like 'row-dayIndex1.1') */
tr[id*='row-day'] {
    border: 1px solid #004BCE;
}
/* Active bar glow */
#calendar .cal-accordion > .ui-state-active, #calendar .ui-accordion-content {
    -moz-box-shadow: 0 -5px 20px 0 rgba(250, 212, 0, 0.81);
    -webkit-box-shadow: 0 -5px 20px 0 rgba(250, 212, 0, 0.81);
    box-shadow: 0 -5px 20px 0 rgba(250, 212, 0, 0.81);
}
/* Active expan glow */
#calendar .ui-accordion-content {
    -moz-box-shadow: 0 5px 20px 0 rgba(250, 212, 0, 0.81);
    -webkit-box-shadow: 0 5px 20px 0 rgba(250, 212, 0, 0.81);
    box-shadow: 0 5px 20px 0 rgba(250, 212, 0, 0.81);
    z-index: 4;
}
/* glow effect : http://jsfiddle.net/2CSuM/ */

.expan-panel {
    background: url("/javax.faces.resource/default/img/ciel-etoiles.jpg.xhtml") no-repeat;
}



/* FOOTER
 ====================================================================== */
#footer-silhouette {
    background-image: url("/javax.faces.resource/default/img/whole-silhouette.png.xhtml");
    background-repeat: no-repeat;
}
#footer {
    /*background-image: url("/javax.faces.resource/default/img/footer-grass.png.xhtml");  */
    background-repeat: repeat-x;
}