﻿a:link
{
    text-decoration: underline;
    color: #000000;
}
a:visited
{
    text-decoration: underline;
    color: #000000;
}
a:hover
{
    text-decoration: none;
    font-style: normal;
    color: #000000;
}
a:active
{
    text-decoration: none;
}


body
{
    font-family: Tahoma , Verdana,; /* nom de la police */
    font-size: 10pt; /* taille des caractères */
    margin: 15px 0px 0px 0px;
    height: 100%;
}

h1
{
    font-family: Arial; /* nom de la police */
    font-size: 14pt; /* taille des caractères */
    text-align: left;
    margin: 5px 0px 5px 0px;
    z-index: 4;
}

h2
{
    font-size: 13pt; /* taille des caractères */
    text-align: center;
    z-index: 4;
}

h3
{
    font-size: 11pt; /* taille des caractères */
    z-index: 4;
}

div.Interface
{
    position: relative;
    width: 900px; /* Définit la largeur de la zone en pixel */
    min-height: 100%;
    z-index: 1; /* Définit l’ordre d’affichage sur l’axe Z */ /*border: solid 1px #D1D1D1; /* Définit la bordure de la zone */
    margin: 0px auto; /* Définit la marge extérieure */
    background-color: #FFFFFF;
        background-image: url('/Images/Centre-Fond.png');
    background-repeat: repeat-y;
 
}

div.Centre
{
    background-image: url('/Images/Centre-Fond.png');
    background-repeat: repeat-y;
    width: 900px;
    min-height: 100%;
}

.DropDownListRecherche
{
    font-size: 9pt; /* taille des caractères */
}

.Cellule
{
    font-family: Tahoma;
    font-size: 10px;
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    min-width: 200px;
}

div.VEHICULE_Photo
{
    background-image: url('Images/ListeItem-Photo.png' );
    height: 68px;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
}


.PhotoPopUpAccessoire span
{
    display: none;
    background-color: White;
}
.PhotoPopUpAccessoire:hover
{
    border: 0;
}
/* bug IE6 */
.PhotoPopUpAccessoire:hover span
{
    display: block;
    position:absolute;
    border: 1px;
    left:150px;
    border-style: solid;
    border-color: Black;
    width: 590px;
    z-index:1;
}

.PhotoPopUpJockey span
{
    display: none;
    background-color: White;
}
.PhotoPopUpJockey:hover
{
    border: 0;
}
/* bug IE6 */
.PhotoPopUpJockey:hover span
{
    display: block;
    position:absolute;
    border: 1px;
    left:150px;
    Top: 150px;
    border-style: solid;
    border-color: Black;
    width: 590px;
    z-index:1;
}



.PhotoPopUp
{
    padding-top:10px;
    border: 0px solid Black;
        z-index:1000;
}

.PhotoPopUp span
{
    display: none;
}
.PhotoPopUp:hover
{
    border: 0;
}
/* bug IE6 */
.PhotoPopUp:hover span
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid Black;
    z-index:1000;
}


.FiltreFond
{
    width: 710px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

.Bouton
{
    border: 1px;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Up, .Detail-Descriptif-Up, .Detail-Contact, .Down, .Detail-Descriptif-down
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: White;
    height: 25px;
    padding-left: 5px;
}

.TitreOccasion
{
    height: 19px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: White;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: White;
    vertical-align: middle;
}

.UpOccasion, .DownOccasion
{
    height: 68px;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: White;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: White;
}


.Detail-Titre
{
    top: 35px;
    background-repeat: no-repeat;
    width: 712px;
    height: 36px;
}

.Detail-Titre-Marque-Modele
{
    font-size: 16px;
    color: White;
    vertical-align: middle;
    width: 320px;
    height: 29px;
    padding-left: 10px;
}

.Detail-Titre-Prix
{
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 140px;
}

.Detail-Titre-Retour
{
    width: 252px;
}

.Detail-Descriptif-Up
{
    height: 23px;
    padding-left: 5px;
}

.Detail-Descriptif-Down
{
    height: 23px;
    padding-left: 5px;
}

.Detail-Contact
{
    width: 100%;
}



.Erreur
{
    font-weight: bold;
    color: Red;
}

.Contact_Icone_email
{
    width: 30px;
    height: 30px;
    text-align: right;
    background-image: url(  '/images/Icone-Email.png' );
    background-repeat: no-repeat;
    background-position: right;
    
}


.FormulaireGaucheLargeur
{
    width: 460px;
}

.prix {
	font-weight: bold;
	color: #FF0000;
}

.ImpressionPrix
{
  font-weight: bold;
  font-size: 130px;
  text-align:center;
}

.ImpressionTexte
{
  font-weight: bold;
  font-size: 30px;
  text-align:left;
}

.ImpressionTitre
{
  font-weight: normal;
  font-size: 20px;
  text-align:left;
  height:60px;
}

.logos_marque{text-align:center;}

