/* CSS spécifique à l'index*/
#contenucentral
{
    float: left;
    width: 1156px;
    padding-left: 10px;
}
#colgauche
{
    width: 250px;
    float: left;
}
#colcentre
{
    float: left;
    width: 440px;
}
#coldroite
{
    float: left;
    width: 245px;
}
#colgauche h3, #coldroite h3
{
    color: #017479;
}
#coldroite h3
{
    margin-left: 10px;
}
#listepublications
{
    background-color: #DAEEED;
    width: 388px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 4px;
    padding-bottom: 12px;
}
#listepublications h4
{
    margin-top: 0;
    padding-top: 18px;
}
#listepublications img
{
    float: left;
    border: 1px solid #669999;
    margin-right: 12px;
    margin-bottom: 12px;
}
#colcentre h3
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.consulter
{
    clear: both;
    display: block;
    background-image: url(../images/front/consulter.gif);
    outline: none;
    text-indent: -3000px;
    background-repeat: no-repeat;
    height: 16px;
    background-position: top;
}
a.consulter:hover
{
    background-position: bottom;
}
a#toutes
{
    background-color: #76BBBC;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    text-align: right;
    width: 413px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
a#toutes:hover
{
    background-color: #EC065C;
    color: #FFFFFF;
    text-decoration: none;
}
#coldroite img
{
    padding: 0;
    margin: 0;
}
#coldroite #selectionnez
{
    width: 244px;
    display: block;
    height: 208px;
    outline: none;
    background-image: url(../images/front/selectionnez-ors.gif);
    text-indent: -3000px;
}
#formu
{
    display: block;
    width: 224px;
    height: 19px;
    background-image: url(../images/front/selectionnez-ors-sel.gif);
    padding-left: 20px;
    background-repeat: no-repeat;
    padding-top: 4px;
    padding-bottom: 6px;
}
#formu select
{
    width: 185px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#formu input
{
    width: 21px;
    height: 23px;
    margin: 0;
    float: left;
    padding: 0;
}

/* the news box when JavaScript is available */
#news
{
    background: #FAE3EE url(../images/front/bloc_actus.gif) no-repeat;
    width: 201px;
    padding: 10px;
    padding-top: 15px;
}
#news a
{
    color: #FF3366;
    font: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#basnews
{
    background: url(../images/front/bloc_actus.gif) no-repeat;
    height: 15px;
    background-position: bottom;
    width: 221px;
    clear: both;
}

#colgauche a
{
    margin-bottom: 5px;
}

#colgauche #indicateurs
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/indicateurs_off.jpg) no-repeat;
}

#colgauche #indicateurs:hover
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/indicateurs_on.jpg) no-repeat;
}

#colgauche #fiches
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/fiches_off.jpg) no-repeat;
}

#colgauche #fiches:hover
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/fiches_on.jpg) no-repeat;
}

#colgauche #outil
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/outil_off.jpg) no-repeat;
}

#colgauche #outil:hover
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/outil_on.jpg) no-repeat;
}

#colgauche #guide
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/guide_off.jpg) no-repeat;
}

#colgauche #guide:hover
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/guide_on.jpg) no-repeat;
}


#colgauche #video
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/video_off.jpg) no-repeat;
}

#colgauche #video:hover
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/video_on.jpg) no-repeat;
}

#colgauche #contextes
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/contextes_off.jpg) no-repeat;
}

#colgauche #contextes:hover
{
    display: block;
    width: 232px;
    height: 81px;
    background: url(../images/contextes_on.jpg) no-repeat;
}

#preload-images
{
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(../images/contextes_on.jpg);
    background-image: url(../images/video_on.jpg);
    background-image: url(../images/guide_on.jpg);
    background-image: url(../images/outil_on.jpg);
    background-image: url(../images/fiches_on.jpg);
    background-image: url(../images/indicateurs_on.jpg);
}

img.no_border
{
    border-width: 0px;
}

