/* ------------------------------------ *
 CSS     agenda.css
 jeudi 25 août 2005 11:51:07
 HAPedit 3.1.11.111
 * ------------------------------------ */

/* Styles pour la colonne gauche */
 .aligncentre {
    text-align : center;
}
.categorie{
    color: #CCCCCC;
    font-size: 80%;
}
.menucat{
    line-height: 11px;
    font-size: 11px;
    text-align: right;
    padding: 5px 5px 5px 5px;
    color: #FFFFFF;
    z-index: 11;
}
a.menucat:link { color: #FFFFFF; font-weight: 500;}
a.menucat:visited { color: #FFFFFF; font-weight: 500; }
a.menucat:hover{ color: #FFFF99; font-weight: 600}
span.menucat{ font-weight: 500; color: #A9A9A9; }

/* Styles pour la colonne centrale */
/* for Mozilla/Safari/Opera */
*>.box1 {
    padding-top: 100px;
    min-height: 1px;
}
*>.box2 {
    margin-top: -100px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .box1 {
    height: 100px;
}
/* end filter */
.centreg{
    float: left;
    width: 130px;
    text-align: right;
    vertical-align: top;
    padding: 3px 3px 0 0px;
    border-top: 2px inset grey;
}
.centred{
    text-align: left;
    vertical-align: top;
    padding: 3px 5px 5px 140px;
    margin: 0 10px 10px 5px;
}
.date{ color: #CCCC00; font-size: 80%; font-weight: 300;}
.heure{color: #FFFFCC; font-size: 80%; font-weight: 300;}
.local{color: #FFCC33; font-size: 80%; font-weight: 300;
}
.activite{
    padding: 10px 10px 0 10px;
    color: #CC9900; font-size: 90%; font-weight: bold;
}
.categorie{ color: #CCCCCC; font-size: 80%;}
.artiste{ color: #9966CC; font-size: 90%; font-weight: bold;}
.oeuvre{ color: #FFFFCC; font-size: 13px; font-weight: bold;}
.auteur{ color: #CCCC00; font-size: 11px; font-weight: normal;
}
.resume{
    color: #FFFFFF; font-size: 12px; font-family: Courier New, Courier, mono; font-weight: 500;
    margin-right: 5px;
}
a.resume:link{ color: yellow; text-decoration: none; }
a.resume:visited{ color: yellow; text-decoration: none; }
a.resume:hover{ color: #FFFFFF; text-decoration: none; }
.illustr{ float: right; }
img.detail{
    vertical-align:text-bottom;
    border-width:0px;
}

/* Styles pour colonne droite (résumé des nouvelles) */
.titrart{
    color: #F0E68C;  /* 240,230,140 Khaki */
    font-size: 1em; font-weight: bold;
    line-height: 12px;
    padding: 5px 5px 0 8px;
    position: relative;
    text-align : left;
}
a.titrart:link{ color: #ffffff; }
a.titrart:hover{ color: #ffffff; }
a.titrart:visited{ color: #ffffff; }
.datart{
    color: #FFFACD;  /* 255,250,205 LemonChiffon */
    font-size: 9px; font-weight: 300;
}
.resume_nouv{
    color: #FFFFFF; font-size: 10px; font-weight: 300;
    text-align: left;
    padding: 0 5px 0 8px;
}