/* 
    Document   : calendrier
    Created on : 18/09/2008
    Author     : abonobo
    Description: style du module calendrier
*/
.list_events
{
    list-style-type : none;
    padding-left    : 0px;
}

.event
{
    
    background       : no-repeat url("../../images/list_image.png");
    padding-left     : 20px;
    margin-bottom    : 60px;
}
.gray
{
    color            : gray;
}

.green
{
    color            : #56bb0d;
}

.event_description
{
    margin-top       : 40px;
}

.event_invalid
{
    color            : #FF4500;
}

.event_invalid:hover
{
    text-decoration  : underline;
    color            : #FF4500;
}
