/*************************************************************
* agenda.css
* Feuille de style pour le gabarit agenda
*************************************************************/

/**
* Specifique blocs
*/

#page .blocagenda
{
        margin-bottom:21px;
        padding-bottom:21px;
        background:url(../images/commun/pointille-gris.gif) repeat-x 0 bottom;
	min-height: 90px;
}

#page .blocagenda img
{
        float: left;
        margin-right: 14px;
        width: 127px;
        height: auto;
}

#page .blocagenda h2
{
        margin:0 0 2px 0;
        padding: 0;
        color:#444444;
        font-size:14px;
        line-height:16px;
        font-weight:bold;
}

#page .blocagenda h2 a
{
        color:#444444;
        font-size:14px;
        line-height:16px;
        font-weight:bold;
        text-decoration:none;
}

#page .blocagenda h2 a:hover
{
        text-decoration:underline;
}

#page .blocagenda h4
{
        color:#444444;
        font-size:12px;
        line-height:16px;
        margin:0 0 10px 0;
        font-weight:normal;
        padding:0px 0px 0px 0px;
}

#page .blocagenda h5
{
        color:#444444;
        font-size:11px;
        line-height:12px;
        margin:0 0 2px 0;
        font-weight:normal;
}

#page .blocagenda p
{
        font-size:12px;
        line-height:14px;
}

#page .blocagenda h3
{
        color:#005a9e;
        font-size:12px;
        line-height:16px;
        margin:0 0 6px 0px;
	padding: 0;
        font-weight:normal;
}




