//**********************************************************
//* FICHIER CSS POUR LA PAGE CONSULTERANNONCESMOTOSLISTE
//* Date de creation              : 16 Mars 2007                             
//* Date de derniere modification : 22 Mars 2007                            
//* Version                       : 1                          
//* Auteur 						  : Vengeon Julien
//**********************************************************/

a.image
{
	text-decoration:none;
}
.libelle{
	font-weight:bold;
}
.phraseprincipaleannonce {
	font-size:14px;
	font-weight: bold;
}
 .fleche { 
 	background-image:url("../../images/fleche.gif");
	background-repeat:no-repeat;
	width: 17px;
	height: 17px;
 }
  .traits { 
 	background-image:url("../../images/3traits.gif");
	background-repeat:no-repeat;
	width: 7px;
	height: 17px;
	vertical-align:middle;
	margin:5px;
 }
  .fondtitre {
	color:#FFFFFF;
	text-align: center;
	background-color:#5A5D5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
 }
   .fondtitreactif {
   	color:#FFFFFF;
	text-align: center;
	background-color:#33CC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
   }
   .fondtitreinactif {
	color:#FFFFFF;
	text-align: center;
	background-color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
 }
 .fondtitreprincipal {
 	color:#FFFFFF;
	text-align: center;
	background-color:#5A5D5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
 }
.fondtableau { 
	background-color:#EFEFEF;
	border-bottom:#000000 solid 1px;
	font-family:Tahoma;
	font-size:12px;
}
.fondtableauconseil { 
	background-color:#EFEFEF;

	font-family:Tahoma;
	font-size:10px;
}
.fondtableaurecherche {
	background-color:#EFEFEF;

	font-family:Tahoma;
	font-size:12px;
}
#contacterclient textarea,input{
	width: 190px;
	
}
#tableauannonce {
	border-collapse:collapse;
	border-color:#000000;
	border-style:solid;
	border-width:1px;

}
#intitule a{
	color:#FFFFFF;
	text-decoration:none;
}
#intitule a:hover{
	color:#FFCC99;
	text-decoration:none;
}
.lignetableau {
border-collapse:collapse;
border-top:solid #CCCCCC 1px;
font-family:Tahoma, "Courier New", Courier, monospace;
font-size: 12px;
cursor:pointer;
}
.lignetableau a{
font-family:Tahoma, "Courier New", Courier, monospace;
font-size: 12px;
text-decoration:none;
color:#000000;
cursor:pointer;
}
.lignetableau a:hover {
	cursor:pointer;
}

.colonnetableau {
border-collapse:collapse;
border-right:solid #CCCCCC 1px;

}

.fondtitreMini {
	color:#FFFFFF;
	text-align: center;
	font-family:Tahoma, "Courier New", Courier, monospace;
	font-size: 10px;
	text-decoration:none;

 }
 .fondtitreMini a {
	color:#FFFFFF;
	text-align: center;
	font-family:Tahoma, "Courier New", Courier, monospace;
	font-size: 9px;
	text-decoration:none;

 }
  .fondtitreMini a:hover {
	color:#FFCC99;
	text-align: center;
	font-family:Tahoma, "Courier New", Courier, monospace;
	font-size: 9px;
	text-decoration:none;

 }
.fondtitre {
	color:#FFFFFF;
	text-align: center;
	background-color:#5A5D5A;
	font-family:Tahoma, "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight:bold;
 }
.texteliste {
   	font-size:9px;
	height: 15px;
	font-family:Tahoma;
   }
  select {
  	border-collapse:collapse;
	border-style:solid;
	border-width: 1px !important;
	border-width: .5px;
	border-color:#000000;
	
  }
  #marque select {
 	border-collapse:collapse;
	border-style:solid;
	border-width: 1px !important;
	border-width: .5px;
	border-color:#000000;
  }
  input {
  	height: 16px;
	font-size: 9px;
	border-collapse:collapse;
	border-style:solid;
	border-width: 1px !important;
	border-width: .5px;
	border-color:#000000;
  }	
    textarea {
  	font-size: 10px;
	border-collapse:collapse;
	border-style:solid;
	border-width: 1px !important;
	border-width: .5px;
	border-color:#000000;
  }
  .pagination {
   	color:#FFFFFF;
  }
  .pagination a {
   	color:#FFFFFF;
	text-decoration:none;
  }
  .separation {
  background-image:url('../../images/separation.gif');
  height:1px;
  background-repeat:repeat-x;
  }
  .lienretour a{
  	color:#000000;
	text-decoration:none;
	font-size: 12px;
	font-family:Tahoma;
  }
  .entete {
	color:#FFF;
	background-color:#000000;
	font-weight:bold;
	font-family:Tahoma;
	font-size:12px;
	height:20px;
	
}

/**********************************************

				INFOBULLE PHOTO

***********************************************/
 
 a.info {
  position:relative;
  text-decoration: none; 
  color : #000;
}
a:hover.info {
  text-decoration: none;
  background: none;
}
a.info span {display: none;}
a:hover.info span {
  display: inline;
  position: absolute; 
  /*top:1.5em;
  left:0.5em;*/
  bottom: 0px;
  left: 100px;
  background: #5A5D5A;
  border:1px solid #000;
  width:auto;
  text-align:center;
  font-size: 10px;
	
}

 a.info2 {
  position:relative;
  text-decoration: none; 
  color : #FFF;
}
a:hover.info2 {
  text-decoration: none;
  background: none;
}
a.info2 span {display: none;}
a:hover.info2 span {
  display: inline;
  position: absolute; 
  /*top:1.5em;
  left:0.5em;*/
  bottom: 0px;
  left: 30px;
  background: #CCCCCC;
  border:1px solid #000;
  width:200px;
  text-align:center;
  font-size: 11px;
  color:#000000;
	
}