/*** ZONE CONTENU ***/
#adoption_fiches {
}

#adoption_fiches table {
	font-weight: normal;
}

#adoption_fiches table .cell_fond_chat{
	width:180px;
	height: 80px;
	background-color: #eee;
	background-image: url(../../../documents/image/fond_case_liste_lavande.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 9px;
	font-size: .9em;
}

#adoption_fiches table .ligneImpaire{
	/*background-color: #fce;*/
	background-color: #fff;
}

#adoption_fiches table .lignePaire{
	background-color: #fff;
}

#adoption_fiches table .ligneDescription{
	background-color: #fff;
	padding-top: 12px;
}

#adoption_fiches table #casePhoto{
	background-color: #fff;
}

#adoption_fiches table a {
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	color: #000;
}

#adoption_fiches table a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
	color: #933;
}

#adoption_fiches .img_fiche{
	margin-right: 0px;
	margin-left: 2px;
	border: solid 2px #ccc;
	float: right;	
}

#adoption_fiches .img_fiche:hover {
	margin-right: 0px;
	border: solid 2px #933;
}