#tableResultats tbody tr:hover {
	cursor: pointer;
}

#frmAvisDeces
{
//	background: rgba(0 ,0 ,0 ,0.5);
	display: none;
//	position: fixed;
//	left: 0;
//	top: 0;
//	height: 100%;
//	width: 100%;
//	overflow: auto;
}

#ficheNecrov
{
/*
	background-image: url("/images/fond3.jpg");	/* remplace l'attribut 'background' de la balise <body> */
	background-size: 100% 100%;
	background-repeat: no-repeat;
*/
	padding: 15px 20px;
	position:relative;
	border-radius: 20px;
	box-shadow: 5px 5px 10px black;
	margin: auto;
	margin-top: 50px;
//	width: 1024px;
}

#ficheNecro div
{
	display: inline-block;
	width: 467px;
	vertical-align: top;
}

#ficheNecro fieldset div:nth-child(2)
{
	padding-right: 20px;
}

#ficheNecro p
{
	display: block;
	font-size: 1.1em;
	line-height: 125%;
}

#ficheNecro p .span
{
	font-weight: bold;
	color: rgb(65,40,24);
	display: inline-block;
	min-width: 150px;
	margin-right: 7px;
}

#ficheNecro>fieldset
{
	border-radius: 20px;
	padding: 10px 20px;
	border: 5px double Goldenrod;
}

#ficheNecro>fieldset>legend
{
	padding: 2px 15px;
	font-size: 1.8em;
	color: rgb(65,40,24);
	font-weight: bold;
	border: 1px solid rgb(188,201,45);
//	border: 1px solid Goldenrod;
	border-radius: 10px;
	background: Gold;
}

#ficheNecro .groupesFiche
{
	border-size: 2px;
	border-color: rgb(85,141,48);
	border-style: double;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 0px 20px;
	margin-bottom: 16px;
}

#ficheNecro .groupesFiche legend
{
	color: rgb(85,141,48);
	font-size: 1.5em;
	padding: 0px 5px;
	font-weight: bold;
}

#ficheNecro .boutons
{
	position: absolute;
	padding-left: 10px;
	cursor: pointer;
	color: white;
	
	background: #f3c5bd; /* Old browsers */
	background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c5bd), color-stop(50%,#e86c57), color-stop(51%,#ea2803), color-stop(75%,#ff6600), color-stop(100%,#c72200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
	
	border: 2px Solid silver;
	border-radius: 8px;
	display: block;
	width: 30px;
	height: 30px;
	right: 20px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}


