﻿/*style propre à l'occasion (liste + visualisation d'annonce*/

/*Entète liste matériel*/
#EnteteListe, #EnteteListe a, #EnteteListe a:visited{
	font-weight:bold;
	color:#5B5B5B;
	text-decoration:none;
}
#EnteteListe, #EnteteListe a:hover{
	font-weight:bold;
	color:#EA8F2B;
}
.PremVendu a{
	color:#466F45;
}
/*
	color:#515F47;
	border:solid red;
	*/

/**************** style de liste de fiche ***************/
/*non vendu*/
.annonce0Liste0{background-color: #DDDDDD;}
div.blocCadreD .annonce0Liste0 a{ text-decoration:none;}
.annonce0Liste1{background-color: #E8E8E8;}
div.blocCadreD .annonce0Liste1 a{ text-decoration:none;}
.annonce0Liste2{background-color: #DFD3C3;cursor: pointer;}/*survol*/
.annonce0Liste0 td,.annonce0Liste1 td,.annonce0Liste2 td,.annonce1Liste0 td,.annonce1Liste1 td,.annonce1Liste2 td{
	color: #5F5B53;
}


/*vendu*/
.annonce1Liste0{background-color: #EFEFEF;}
.annonce1Liste1{background-color: #FFFFFF;}
.annonce1Liste2{background-color: #E4EFE0;cursor: pointer;}/*survol*/
.annonce1Liste0 td, .annonce1Liste1 td, .annonce1Liste2 td{font-style: italic;color:#BFB9B3;}
.annonce0Liste0 td,.annonce0Liste1 td,.annonce0Liste2 td,.annonce1Liste0 td,.annonce1Liste1 td,.annonce1Liste2 td{border-bottom: 1px solid #2F2B26;}


.annonce1Liste0 td.premVendu, .annonce1Liste1 td.premVendu, .annonce1Liste2 td.premVendu,
.annonce0Liste0 td.premVendu,.annonce0Liste1 td.premVendu,.annonce0Liste2 td.premVendu,
.annonce1Liste0 td.premVendu,.annonce1Liste1 td.premVendu,.annonce1Liste2 td.premVendu{
	border-top: 5px solid #2F2B26;
}
/*.annonce1Liste0 a,.annonce1Liste1 a,.annonce1Liste2 a{color: #b87a47;}*/


/**************** style de visualisation de fiche ***************/
.CritSpe0{
	background-color: #FCFCFC;
	border-bottom: 1px solid Gray;
}
.CritSpe1{
	background-color: white;
	border-bottom: 1px solid Gray;
}
.CritSpe{
	width: 100%;
}
TABLE.CritSpe TD{
	padding: 3px 0px 3px 3px;
}
DIV.enteteMateriel{
	text-align: center;
	padding: 3px 3px 3px 3px;
	background-color: Gray;
	color: White;
	font-weight: bolder;
	display: block;
}
.fondFicheMateriel{
	background-color: #ECECEC;
}
.prix, .contactVendeur{
	border: thin solid #FF4500;
	padding: 3px 3px 3px 3px;
	background-color: White;
	color: #2C2C2C;
	font-weight: bold;
	text-align: center;
}
.prix{
	width: 100px;
}
.contactVendeur{
	width: 250px;
	cursor: pointer;
	margin:0 auto;
}
.offreur{
	border: thin dotted Gray;
}
table.OutilsFiche{background-color:white; width:100%; padding:5px;}
table.OutilsFiche td{
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}

#PicVendu{
	width:inherit;
	position:absolute;
	margin-top:-50px;
	margin-left:-250px;
}
#ciVendu{
 color:blue;
 border : 2px solid #2C73EF;
 margin-bottom : 8px;
 width:auto;
 padding:inherit; 
 text-align: center;
}
#ciVendu b{
	color: red;
	font-weight: bolder;
	font-size:18 px;
}

