﻿/* bloc A*/

.blocAsecond .content .marges
{
    margin-left: +15px; /* en plus des spec de gabarits.css */
}

.moteur .recherche
{
    height: 23px;
}

.moteur .recherche .textbox, .moteur .recherche .btn
{
    float:left;
    margin-left:8px;
}

.moteur .recherche .textbox
{
    width:190px;
    color:#000;
    font-size:12px;
    padding-left:5px;
}

.moteur .resultats
{
    margin-top:11px;
    margin-bottom:9px;
}

.moteur .resultats p, .moteur .resultats p span
{
    color:#97b446;
    font-weight:bold;
}

/* liste de document : list-doc */

.liste-doc table
{
    width:620px;
   border-bottom: 1px solid #c8c8c8;
}

.liste-doc table h2
{
    padding-top:25px;
    font-weight:bold;
    color:#464646;
    font-size:13px;
    text-transform: uppercase;
     border-top: 1px solid #c8c8c8;
}

.liste-doc table h2 a
{
    font-weight:bold;
    color:#464646;
    font-size:13px;
    text-transform: uppercase;
     text-decoration:underline;
}

.liste-doc table h2 a:hover
{
   color:#000;
}

.liste-doc table h3
{
    padding-top:10px;
    font-weight:bold;
    color:#898989;
    font-size:12px;
}

.liste-doc table p
{
    color:#464646;
    font-size:12px;
    padding-bottom:15px;
}

/* pagination */

.pagination
{
    text-align: center;
    height: 20px;
    margin-top:25px;
}

/* < modifé le 23/03/2010 > */
.pagination span, .pagination span a
{
    color: #646464;
    font-size: 12px;
    /*font-weight: bold;*/
}
/* </ modifé le 23/03/2010 > */

.pagination span.img a
{
    padding-left: 8px;
    padding-right: 8px;
}

/* < modifé le 23/03/2010 > */
.pagination span.actif
{
    font-weight: bold;
    color: purple;
    font-size: 14px;
}
/* </ modifé le 23/03/2010 > */
