/* styles utilisé pour les  pages de l'état civil*/


.fond_etat_civil
{
	border: 2px ridge black;
	width: 90%;
	margin-top: 10px;
	margin-left: 5%;
	margin-bottom: 10px;
	padding: 5px;
	background-color: rgb(237,224,213);
	background:  url("../fond/enfantin1.gif") repeat ;
}

.fond_etat_civil_deces
{
	border: 6px double black;
	color:black;
	width: 90%;
	margin-top: 10px;
	margin-left: 5%;
	margin-bottom: 10px;
	padding: 5px;
	background-color: rgb(237,224,213);
	background:  url("../fond/granite2.png") repeat ;
}

.fond_etat_civil_deces h2{
	color: black;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* classe utilisé pour la sélection des année d'affichage de l'état civil naissance et mariage
/* -------------------------------------------------------------------------------------------------------------- */

.form_etat_deces, .form_etat_civil{
	border : 4px ridge ;
	padding-left : 10px;
}

.form_etat_deces{
	background:  url("../fond/granite2.png") repeat ;
	width:80%;
	margin-left: 10%;
}


.form_etat_civil{
	background:  url("../fond/jaune_6.jpg") repeat ;
	width:50%;
	margin-left: 25%;
}

 .form_etat_deces label, .form_etat_civil label {
	display:block;
	width:200px; 
	float:left;
	margin-top : 4px;
}
.form_etat_deces input , .form_etat_civil input {
	border: 2px ridge blue; 
}

.form_etat_deces legend , .form_etat_civil legend {
	font-weight:bold;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* tableaux pour la création/modification des décès à Campsas
/* ------------------------------------------------------------------------------------------------------------------------- */
.table_etat_civil
{
	border-collapse: collapse;
	background-color:  rgb(192,192,192);
}
.table_etat_civil th, .table_etat_civil caption, .table_etat_civil td
{
	border: 4px ridge blue;
	text-align:center;
}
.table_etat_civil th
{
	background-color:  white;
}

.table_etat_civil caption
{
	font-weight : bold; /* on met le texte en gras */
	color : black;
	background:  url("../fond/granite2.png") repeat ;
}
.table_etat_civil td
{
  font-size:0.8em;
  width :14%;
  vertical-align: middle;
}
