/* ------------------------------------ *
 CSS    agendadetail.css
 styles spécifiques de agendadetail.tpl
 mercredi 24 août 2005 20:36:49
 HAPedit 3.1.11.111
 * ------------------------------------ */
.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: #006400;   /* DarkGreen */
    font-size: 0.9em; font-weight: 500;
}
.heure{
    color: #006400;   /* DarkGreen */
    font-size: 80%;
    font-weight: 300;
}
.local{
    color: #D2691E;  /* 210,105,30 Chocolate */
    font-size: 0.9em; font-weight: 500;
}
.localadresse{
    color: #D2691E;  /* 210,105,30 Chocolate */
    font-size: 0.8em; font-weight: 300;
}
.activite{
    padding: 10px 10px 0 0px;
    color: #CC9900;
    font-size: 90%;
    font-weight: bold;
}
.categorie{
    color: #556B2F;    /* 85,107,47 DarkOliveGreen */
    font-size: 80%;
}
.artiste{
    color: #8B0000;  /* 139,0,0 DarkRed */
    font-size: 1.1em;
    font-weight: bold;
}
.oeuvre{
    color: #FF8C00;  /* 255,140,0 DarkOrange */
    font-size: 13px;
    font-weight: bold;
}
.auteur{
    color: #2F4F4F;  /* 47,79,79 DarkSlateGray */
    font-size: 11px;
    font-weight: normal;
}
.description{
    color: #000000;
    font-size: 0.9em; font-weight: 300; font-family: courier, Verdana;
}
img.detail{
    vertical-align:text-bottom;
    border-width:0px;
}
