﻿
.BtnRecherche
{
    background-position: center center;
    width:113px;
    background-image: url('Images/btn_search.png');
    background-repeat: no-repeat;
    border:none;
    background-color:inherit;
    cursor:pointer;
}

.SearchForm{
    float:right;
    position:relative;
}

.SearchLabel{
    color:#333;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    margin-left:10px;
    color:rgb(19, 143, 52);
}
.labelFormRecherche2
{
    color:#fff;
    margin-left:10px;
}
.TitreProfileRecherche a
{
    font-size: 12px;
    font-weight: bold;
    color: #37464e;
    text-decoration: none;
    cursor: pointer;
}

.EltRechercheContent
{
    width:500px;
    float:left;
    padding:0px 10px;

    color:#333;
}
.TitreProfileRecherche
{
    margin-bottom: 5px;
    min-width:130px;
    float:left;
    text-align:left;
    height:20px;
}

.TitreProfileRecherche span{
    font-size:12px;
    position:relative;
    top:-3px;
    height:12px;
    left:2px;
    display:inline-block;
}

.TitreProfileRecherche:hover
{
     text-decoration:underline;
}
.Elt_Recherche
{
    height:40px;
    line-height:40px;
    font-size:11px;
    clear:both;
    border-bottom: 1px dashed #ccc;
}

.LienStyle2 {
    color:#333;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

.LienStyle2:hover{
    text-decoration:underline;
}
.Elt_RecherchePub
{
    padding-bottom:20px;
}

.alternatif
{
   background-color:#eee;
}

.Elt_Recherche:hover
{
    background-color: #fbfafa;
}

.Elt_RecherchePub:hover
{
    background-color:#fff;
}
.SousTitre_Elt_Recherche
{
    font-weight:bold;
    color:#666;
}

.EltRechercheDosage
{
    float:  right;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
 
}

@media (max-width : 960px){

    .EltRechercheContent{
                    display:none;
                }
    .DescriptionLabel{
        display:none;
    }
}