﻿#fichedroite
{
    float: left;
    width: 400px;
}
#fichegauche
{
    float: right;
    width: 295px;
}
.ficheprix
{
    float: left;
    width: 50%;
    color: #ff0000;
    font-size: 16px;
    height: 40px;
    font-weight: bold;
}
.fichegarantie
{
    float: right;
    width: 48%;
    font-weight: bold;
}
TD.ficheligne1
{
    width: 50%;
    background-color: #e4e4e4;
}
#ficheglobal
{
    background-color: #ffffff;
        margin: 5px;

}
TD.ficheligne2
{
    width: 50%;
    background-color: #ffffff;
}
#fichecaract
{
    border-collapse: collapse;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}
.fichetitre
{
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}
.ficheadresse
{
    white-space:pre;
}
.ficheblock
{
    display:block;
}
.fichecontact
{
    color: #ff0000;
    font-weight: bold;
    /*margin-top: 10px;*/
    display: block;
}
.ficheprop
{
    font-size: 10px;
}
A.ficheprop
{
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
A.ficheprop:hover
{
    text-decoration: underline;
}
.ficheassurance
{
    float: right;
}
.fichefinancement
{
    float:left;
}
.fichebutton
{
    margin-top: 10px;
    display: block;
}
.fichebuttonligne
{
	margin: 10px 5px 0px 5px;
	display: block;
	float: left;
}
.fichebuttoncolonne
{
	margin-bottom: 7px;
	display: block;
}