/* CSS Document */


/* page et texte */

.centre
{
text-align:center;
}

/* corp */

.corp
{
width:100%;
margin-bottom:0px;
padding-bottom:10px;
background-color:#F5F5F5;  /* <<- couleur de fond pour page vente */
float:left; 
}		

/* liens */

.contact
{
font-weight:bold;
}

a.lien_ext:after { 
content: "\0000a0[\2197]"; 
}

a img
{
border:none;
}


a
{
text-decoration:none;
}

/* tableau de vente */

.vente
{
width:90%;
max-width:1000px;
margin-left:auto;
margin-right:auto;
}

.vente tr
{
border-style:none;
height:160px;
}

.vente th
{
border-style:none;
width:95px;
}

.vente td
{
padding:5px;
border-style:none;
background-color:#F5F5F5;
}

.vente2
{
width:90%;
max-width:1000px;
margin-left:auto;
margin-right:auto;
}

.vente2 tr
{
border-style:none;
height:160px;
}

.vente2 th
{
background-color:#F5F5F5;
border-style:none;
width:100px;
}

.vente2 td
{
padding:5px;
border-style:none;
background-color:#F5F5F5;
}


.vignette
{
border-style:none;
width:180px;
text-align:center;
}

.vignette img
{
text-align:center;
}

.prix
{
border-style:none;
width:80px;
text-align:center;
}

.vente2 .prix
{
width:150px;
}


/* menu bas */

.menu_bas a
{
display:block;
margin-left:5px;
margin-right:5px;
width:110px;
height:20px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}

.menu_bas 
{
width:95%;
margin-left:auto;
margin-right:auto;
text-align:center;
padding-bottom:3px;

}

/*.menu_bas ul
{
list-style:none;
}
*/
.menu_bas li
{
float:left;

}

#nav {  
 padding-top:3px;
 padding-bottom:0px;
  margin: 2 0 0 0;
		text-align: center; /* centrer le texte */ 
		font-size:0.75em;   
    }  
#nav li {  
        display: inline;  
        list-style: none; /* nécessaire pour IE7 */  
    }  
	
#nav a {  
    display:inline-block;  
    margin: 0 30px; }

/* menu chemin */

.menu_2 
{
font-family:"Times New Roman", Times, sans-serif;
}

.menu_2 ul
{
list-style:none;
}

.menu_2 li
{
white-space:nowrap;
float:left;

}


/* menu graphique */

#menu
{
width:100%;
height:83px;
background-image:url(images/cadre-vente_r1_c15.gif);
background-repeat:repeat-x;
min-width:950px;

margin-top:0px;
}

#menu ul
{
margin-top:0px;

}

#menu div
{
width:800px; margin-left:auto; margin-right:auto;
}

#menu a
{
display:block;
width:125px;
height:83px;
}

#menu img

{
display:none;
position:absolute;
left:-5000px
top:-5000px;
} 

.bouton_menu
{
width:125px;
height:83px;
margin-left:0px;
margin-right:20px;
margin-top:0px;
list-style:none;
float:left;
}

.bouton_menu span, .bord_menu span 
{
position:absolute;
left:-5000px
top:-5000px;
text-indent:-5000px;
}

a#occas
{
background-image:url(images/onglets-vente_r1_c1.gif); /* image pour onglets */
}


a#occas_2
{
background-image:url(images/onglets-vente_r1_c1_f3.gif); /* _2 = image pour onglet page en cours */
}

a#occas:hover, a#occas:focus 
{
background-image:url(images/onglets-vente_r1_c1_f2.gif);  /* image pour onglet survolé */
}

a#neuf
{
background-image:url(images/onglets-vente_r1_c3.gif);
}

a#neuf_2
{
background-image:url(images/onglets-vente_r1_c3_f3.gif)}

a#neuf:hover, a#neuf:focus
{
background-image:url(images/onglets-vente_r1_c3_f2.gif);
}

a#numer
{
background-image:url(images/onglets-vente_r1_c5.gif);
}

a#numer_2
{
background-image:url(images/onglets-vente_r1_c5_f3.gif);
}

a#numer:hover, a#numer:focus
{
background-image:url(images/onglets-vente_r1_c5_f2.gif);
}

a#access
{
background-image:url(images/onglets-vente_r1_c7.gif);
}


a#access_2
{
background-image:url(images/onglets-vente_r1_c7_f3.gif);
}

a#access:hover, a#access:focus
{
background-image:url(images/onglets-vente_r1_c7_f2.gif)}

a#livres
{
background-image:url(images/onglets-vente_r1_c8.gif);

}

a#livres_2
{
background-image:url(images/onglets-vente_r1_c8_f3.gif);

}

a#livres:hover, a#livres:focus
{
background-image:url(images/onglets-vente_r1_c8_f2.gif);
}

a#entreprise
{
background-image:url(../styles/images/fonctions/onglets_filage_r1_c9_f2.gif)
}

a#entreprise_2
{
background-image:url(../styles/images/fonctions/onglets_filage_r1_c9_f3.gif)
}

a#entreprise:hover, a#entreprise:focus
{
background-image:url(../styles/images/fonctions/onglets_filage_r1_c9.gif);
}


