/***********************************/
/*********** MAIN CONTENT **********/
/***********************************/
#maincontent .agenda.fullwidth article .articlecontainer
{
    padding:        5px;
}
/* Pour la colonne qui est à droite */
#maincontent section.lastchild
{
    margin:         0;
}

/***********************************/
/********* RELATED CONTENT *********/
/***********************************/
#sidebar .todaydate
{
    display:        block;
    margin:         0 0 20px 0;
    text-align:     left;
}
#sidebar .meteo h3
{
    color:          #2275BB;
    //background:     url("../../images/icons/iconarrowmeteo.png") top left no-repeat scroll transparent;
    font-weight:    normal;
    font-size:      1em;
    //padding:        0 0 0 25px;
    border-bottom:  0 none;
    text-transform: none;
    margin-top:		0px;
}
#sidebar .meteo
{
    display:        inline-block;
    vertical-align: top;
    width:          42%;
    margin:         0 20px 0 0;
}
#sidebar .meteo.temp
{
    margin:         0;
}
#sidebar .meteo.snow
{
    margin:         0;
}
#sidebar .infospratiques div span
{
    display:        block;
    text-align:     center;
}
#sidebar .meteo .temp
{
    //background:     url("../../images/icons/iconthermo.png") 0 0 no-repeat scroll transparent;
    margin:         20px 0 0 40px;
    padding:        5px 0 5px 20px;
    text-align:     left;
}
#sidebar .meteo .snow
{
    background:     url("../../images/icons/iconsnow.png") 0 0 no-repeat scroll transparent;
    margin:         20px 0 0 0px;
    padding:        5px 0 5px 30px;
    text-align:     left;
}

#sidebar .zoneinternet a
{
    display:        block;
    text-align:     center;
}

