﻿/*
    CSS pour la page Resultats.aspx
    auteur : mvu, amassi
    Dernière MAJ : 21/08/2007
*/
img {
    border : 0;
}

#resultats_cont {
    margin-top : 0px;
    float : left;
}
    
#resultats_left {
    width: 520px;
    float: left;
    padding: 10px;
}

#resultats_right {
    background-image : url('../../images/fond_recherche.jpg');
    background-repeat : no-repeat;
    background-position : 0px 6px;
    color : #FB5928;
    font-size : 11px;
    font-weight : bold;
    padding : 10px;    
    width : 195px;
    float : left;
}

.google_ads {
    margin : 10px;
    float : left;
}

#resultats_tableau {
    clear : both;
}

.table_res
{
   font-family: Verdana;
   font-size:10px;
   font-weight:bold;
   color:#333;
   width:100%;
}
   
.tr_res{
    text-align:center;
    height:30px;
}

.tr_nom
{
    font-size:11px; 
    text-align:center;
    color: #FFFFFF;
}

.td_nom
{
background-color: #FF6529; 
background-repeat:no-repeat; 
border: 1px solid #333; 
/*border-right:1px solid #333; */
padding: 5px 5px 5px 5px;
}

.cadre{
    border:1px solid #333;
    font-size:10px;
    padding: 10px 10px 10px 10px;
}
.cadre a {
	color : #FE5820;
	font: 10px;
	font-weight: bold;
}
.cadre a:hover{
    color:#00006D;
}  

.bas_tableau {
    float:left;
    height: 100px;
    width: 100%;
    text-align:center;
    margin-top:40px;

}
.bas_tableau_image {
    float:left;
    height:100%;
    width:125px;
    margin-left:100px;
    background-image:url('../../images/test-fond.jpg');
    background-repeat:no-repeat;
    background-position:0px 10px;
}
.bas_tableau_texte {
    float:left;
    height:80px;
    width:280px;
    padding:10px;
    text-align:left;
}
.bas_tableau_texte a {
    font-size:14px;
    color:#FB5928;
    text-decoration:underline;
    font-weight:bold;
}
.bas_tableau_texte a:hover {
    text-decoration:none;
}

.resultat_pub_texte {
    font-size:11px; color:#00006D;    
}

td.logo
{
    background-color:White;
    border:1px solid #333;

    }
    

h2.cliquez_sur_go {
    background-image:url(../../images/cliquez_sur_go.jpg);
    background-repeat:no-repeat;
    color:white;
    font-size:14px;
    height:87px;
    margin:0pt;
    padding:27px 0pt 0pt 0;
    width:781px;
}


h2.titre_resultat
{
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    
    }