#corps_module_vente{position:relative;text-align:center;font-family:"Century Gothic";margin:auto;margin-top:50px;padding:10px 0 10px 0;background-color:white;border:solid grey 1px;}
#corps_module_vente h3{color:#818181;font-size:20px;letter-spacing:1px;margin:0;background:none;}
#blocMessageAnnonce{position:relative;width:100%;color:black;}
#blocListeAnnonces{position:relative;width:100%;}
/*/////////////////////////////////////////////////////////////////////////
BLOC ANNONCES
/////////////////////////////////////////////////////////////////////////*/
.blocAnnonces
{
    display: inline-block;
    position: relative;
    width: 695px;
    height: 200px;
    margin: auto;
	margin-bottom: 10px;
    background-color: white;
    border: solid grey 1px;
    overflow: hidden;
}
.blocAnnonceHover
{
    position: absolute;
    width: 700px;
    height: 200px;
    background:url(../img/annonceHover.png) no-repeat;
    z-index: 999;
}
.blocImageAnnonces
{
    position: relative;
    width: 187px;
    height: 187px;
    text-align: center;
    line-height: 187px;
	display: table-cell;
	vertical-align: middle;
}
.blocImageAnnonces img
{
	border: none;
	line-height: 187px;
	display: table-cell;
	vertical-align: middle;
}
.blocTitreAnnonces
{
    position: absolute;
    width: 498px;
    height: 40px;
	top: 4px;
	right: 0;
    font-size: 16px;
    color: #737373;
    font-weight: bold;
    text-align: left;
}
.blocDateAnnonces
{
    position: absolute;
    width: 300px;
    height: 25px;
	left: 192px;
	top: 53px;
    font-size: 11px;
    color: #626262;
    text-align: left;
}
.blocCoordAnnonces
{
    position: absolute;
    width: 188px;
    height: 25px;
	right: 5px;
	top: 53px;
    font-size: 11px;
    color: #5494ff;
    text-align: right;
    font-weight: bold;
}
.separateurAnnonces
{
    position: absolute;
    width: 498px;
    height: 2px;
	top: 88px;
	right: 5px;
    background:url(../img/separateur.png) repeat-x;
}
.blocDescAnnonces
{
    position: absolute;
    width: 498px;
    min-height: 100px;
    top: 95px;
    right: 5px;
    font-size: 14px;
    color: #434343;
    text-align: left;
    font-weight: normal;
}
        /*/////////////////////////////////////////////////////////////////////////
        Lots
        /////////////////////////////////////////////////////////////////////////*/
#blocMenuAnnonce
{
    position: relative;
    width: 940px;
    padding: 0 10px 0 10px;
    text-align: left;
}
#blocMenuAnnonce a
{
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: "Century Gothic";
    font-weight: normal;
}
#blocMenuAnnonce a:hover
{
    text-decoration: none;
}
#blocFicheDateAnnonces
{
    position: relative;
    width: 300px;
    height: 45px;
    float: left;
    margin-right: 5px;
    margin-left: 10px;
    font-size: 11px;
    color: #626262;
    text-align: left;
}
#blocFicheDateAnnonces a
{
    color: grey;
    text-decoration: none;
    font-weight: bold;
}
#blocFicheDateAnnonces a:hover
{
    text-decoration: underline;
}
#blocFicheCoordAnnonces
{
    position: relative;
    width: 193px;
    height: 25px;
    float: right;
    font-size: 11px;
    color: #5494ff;
    text-align: right;
    font-weight: bold;
    margin-right: 10px;
}
.separateurFicheAnnonces
{
    position: relative;
    width: 940px;
    height: 2px;
    background:url("../img/separateur.png") repeat-x;
    margin: auto;
    margin-top: 5px;
}
#blocFicheDescAnnonces
{
    position: relative;
    width: 940px;
    margin: auto;
    margin-top: 55px;
    font-size: 14px;
    color: #434343;
    text-align: left;
    border-top: solid #dfdfdf 1px;
    border-bottom: solid #dfdfdf 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#blocListeLots
{
    position: relative;
    width: 960px;
    padding-top: 20px;
}
.blocPresenteLot_colonne
{
    position: relative;
    width: 227px;
    height: 528px;
    float: left;
    margin-left: 10px;
}
.blocPresenteLot_ligne
{
    position: relative;
    width: 940px;
    height: 200px;
    float: left;
    margin-left: 10px;
}
.blocNumLot_colonne
{
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    background:url("../img/fondNumLot.png") no-repeat;
    text-align: center;
    z-index: 999;
}
.blocNumLot_ligne
{
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    background:url("../img/fondNumLot.png") no-repeat;
    text-align: center;
    z-index: 999;
    margin-top: -18px;
}
.blocNumLot_colonne span
{
    line-height: 36px;
    vertical-align: middle;
    color: white;
    font-size: 19px;
    font-weight: bold;
}
.blocNumLot_ligne span
{
    line-height: 36px;
    vertical-align: middle;
    color: white;
    font-size: 19px;
    font-weight: bold;
}
.blocContenuLot_colonne
{
    position: absolute;
    width: 199px;
    height: 490px;
    bottom: 0;
    right: 0;
    padding: 5px;
    text-align: center;
    border: solid #797979 1px;
}
.blocContenuLot_ligne
{
    position: relative;
    width: 912px;
    height: 149px;
    border: solid #797979 1px;
    margin-left: 18px;
}
.blocImageLot_colonne
{
    position: relative;
    width: 199px;
    height: 150px;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
    line-height: 150px;
    vertical-align: middle;
    display: table-cell;
}
.blocImageLot_ligne
{
    position: relative;
    width: 199px;
    height: 148px;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
    line-height: 146px;
    vertical-align: middle;
    display: table-cell;
    float: left;
}
.blocImageLot_colonne img
{
    line-height: 150px;
    vertical-align: middle;
}
.blocImageLot_ligne img
{
    line-height: 146px;
    vertical-align: middle;
}
.blocTitreLot_colonne
{
    position: relative;
    width: 199px;
    height: 40px;
    text-align: center;
    padding: 5px;
    color: #3173f9;
    font-size: 17px;
    letter-spacing: 1px;
}
.blocTitreLot_ligne
{
    position: relative;
    width: 698px;
    height: 20px;
    text-align: left;
    padding: 5px;
    color: #3173f9;
    font-size: 17px;
    letter-spacing: 1px;
    float: right;
}
.blocSeparateurLot
{
    position: relative;
    width: 199px;
    height: 2px;
    background:url("../img/separateur.png") repeat-x;
    margin-bottom: 5px;
}
.blocDescriptionLot_colonne
{
    position: relative;
    width: 199px;
    height: 238px;
    text-align: left;
    color: #474747;
    font-size: 12px;
    letter-spacing: 1px;
}
.blocDescriptionLot_ligne
{
    position: relative;
    width: 698px;
    padding: 5px;
    text-align: left;
    color: #474747;
    font-size: 12px;
    letter-spacing: 1px;
    float: right;
}
.blocEstimationLot_colonne
{
    position: absolute;
    width: 199px;
    height: 30px;
    bottom: 30px;
    left: 0;
    padding: 0 5px 0 5px;
    background-color: #a9a9a9;
    font-size: 13px;
    letter-spacing: 1px;
}
.blocEstimationLot_ligne
{
    position: absolute;
    width: 199px;
    height: 30px;
    bottom: 0;
    right: 209px;
    padding: 0 5px 0 5px;
    background-color: #a9a9a9;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: -15px;
}
.labelEstimation
{
    position: relative;
    width: 80px;
    height: 30px;
    float: left;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    color: white;
}
.valeurEstimation
{
    position: relative;
    width: 100px;
    height: 30px;
    float: right;
    line-height: 30px;
    vertical-align: middle;
    text-align: right;
    color: white;
}
.blocMiseAPrixLot_colonne
{
    position: absolute;
    width: 199px;
    height: 30px;
    bottom: 0;
    left: 0;
    padding: 0 5px 0 5px;
    background-color: #3173f9;
    font-size: 13px;
    letter-spacing: 1px;
}
.blocMiseAPrixLot_ligne
{
    position: absolute;
    width: 199px;
    height: 30px;
    bottom: 0;
    right: 0;
    padding: 0 5px 0 5px;
    background-color: #3173f9;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: -15px;
}
.labelMiseAprix
{
    position: relative;
    width: 90px;
    height: 30px;
    float: left;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    color: white;
}
.valeurMiseAprix
{
    position: relative;
    width: 100px;
    height: 30px;
    float: right;
    line-height: 30px;
    vertical-align: middle;
    text-align: right;
    color: white;
}
/*/////////////////////////////////////////////////////////////////////////
GENERAL
/////////////////////////////////////////////////////////////////////////*/
.btnLienBleu
{
    display: inline-block;
    position: relative;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: #1b7cff; /* Couleur à fournir */
    padding: 0 10px 0 10px;
    text-decoration: none;
    letter-spacing: 1px;
    margin-right: 2px;
	font-weight: normal;
}
.btnLienBleu:hover
{
    background-color: #4996ff; /* Couleur à fournir */
}
#message_general
{
    position: relative;
    width: 100%;
    margin: 5px 0 5px 0;
}
#message_general_valide
{
    color: green;
    font-weight: bold;
    letter-spacing: 1px;
}
#message_general_invalide
{
    color: red;
    font-weight: bold;
    letter-spacing: 1px;
}
.clear{clear:both;}
.colorOrange{color:#bc5400;}
.gras{font-weight:bold;}
.rouge{color:#e00000;}
.vert{color:#006c08;}
.gris{color:#939393;}
.orange{color:#ff6600;}
