.label_col {
	width:50%;
	font-weight:bold;
	float:left;
	text-align:right;
	padding:6px;
	
}
.data_col {
	float:left;
	padding:6px;
	width:50%;
}


.tooltip {	
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#f6f6f6;
	padding:15px;
	border:2px dotted grey;
	margin:auto;
	z-index:999999;
}


.neo_admin_access {
	
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#f6f6f6;
	padding:10px;
	z-index:1000;
	background: rgb(212, 117, 183); /* Fall-back for browsers that don't support rgba */
	/*background: rgba(212, 117, 183, .2);*/
	background: rgba(222, 211, 217, .3);
	max-width:800px;
	min-width:240px;
	margin:auto;
	
}
/*  BOX */
.box_lay1 {
	
	/*text-shadow:0 1px 0 #FFF;*/
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#f6f6f6;
	padding:10px;
	z-index:1000;
	background: rgb(246, 246, 246); /* Fall-back for browsers that don't support rgba */
	background: rgba(246, 246, 246, .7);
	
	max-width:800px;
	min-width:240px;
	margin:auto;
}

/* TABLE */
.table_lay1 {
	text-align:left;
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#f6f6f6;
	margin-top:10px;
	padding:10px;
}
.table_lay1 th {
 color:red;
 padding:2px;
}
.table_lay1 tr:hover td {
 background:white;
}
/*-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------*/
.smenu_lay1 {
	list-style-type:none;
	display:none;
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#f6f6f6;
	padding:5px;
}
.smenu_lay1 li { display:inline;}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

.search_lay1 {
	
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#f6f6f6;
	padding:15px;
}
.search_lay1 input[type="text"]
{
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
.search_lay1 input[type="text"]:hover,
{
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

.view  .nom {
	font-weight:bold;
	
}

.view  .data {

	
}


.btn_cremation
{
	font-size: 100%;
	cursor:pointer;	
	border:none;
	color:gray;	
	padding:5px;
	border-radius:5px;
	text-decoration:none;
	/*width:100%;*/
	max-width:150px;
	display:inline-block;
	text-align:center;
	
	margin:5px;;
	margin-bottom:2px;
	/*float:left;*/
	background: -moz-linear-gradient(top, rgba(238,238,238,0.45) 1%, rgba(204,204,204,0.42) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(238,238,238,0.45)), color-stop(100%,rgba(204,204,204,0.42))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73eeeeee', endColorstr='#6bcccccc',GradientType=0 ); /* IE6-9 */
}

.btn_fune
{
	font-size: 100%;
	cursor:pointer;	
	border:none;
	color:gray;	
	padding:5px;
	border-radius:5px;
	text-decoration:none;
	/*width:100%;*/
	max-width:150px;
	display:inline-block;
	text-align:center;
	margin:5px;
	margin-bottom:2px;
	/*float:left;*/
	
background: -moz-linear-gradient(top, rgba(238,238,238,0.45) 1%, rgba(204,204,204,0.42) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(238,238,238,0.45)), color-stop(100%,rgba(204,204,204,0.42))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73eeeeee', endColorstr='#6bcccccc',GradientType=0 ); /* IE6-9 */
}

.btn_cafet
{
	font-size: 100%;
	cursor:pointer;	
	border:none;
	color:gray;	
	padding:5px;
	border-radius:5px;
	text-decoration:none;
	/*width:100%;*/
	max-width:150px;
	display:inline-block;
	text-align:center;
	margin:5px;
	margin-bottom:2px;
	
	background: -moz-linear-gradient(top, rgba(238,238,238,0.45) 1%, rgba(204,204,204,0.42) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(238,238,238,0.45)), color-stop(100%,rgba(204,204,204,0.42))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,0.45) 1%,rgba(204,204,204,0.42) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73eeeeee', endColorstr='#6bcccccc',GradientType=0 ); /* IE6-9 */
}

/* PETITS BOUTONS */
.btn_supprimer,
.btn_creer ,
.btn_annuler,
.btn_retour,
.btn_details,
.btn_modifier {
	font-size: 110%;
	cursor:pointer;	
	border:none;
	color:white;	
	padding:5px;
	border-radius:5px;
	text-decoration:none;
	width:100%;
	
	max-width:150px;
	display:block;
	text-align:center;
	margin:auto;
	margin-bottom:2px;
	
}


.btn_button_on {	
	float:left;
	cursor:pointer;	
	border:none;
	color:white;	
	padding:5px;
	border-radius:5px;
	text-decoration:none;
	margin:2px;
	/*width:40px;
	height:40px;
	*/
background: #a4b357; /* Old browsers */
background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a4b357 0%,#75890c 100%); /* IE10+ */
background: linear-gradient(to bottom, #a4b357 0%,#75890c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
}
.btn_button_off {	
float:left;
	cursor:pointer;	
	border:none;
	color:white;	
	padding:5px;
	border-radius:5px;
	text-decoration:none;
	margin:2px;
	/*width:40px;
	height:40px;
	*/
background: #cc0000; /* Old browsers */
background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cc0000 0%,#cc0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #cc0000 0%,#cc0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
}


.btn_menu img {	
	cursor:pointer;	
	border:2px solid black;
	color:white;	
	padding:5px;
	border-radius:5px;
	text-decoration:none;
	/*width:40px;
	height:40px;
	*/
	
}


.btn_menu_error img {	
	cursor:pointer;	
	border:none;
	color:white;	
	padding:5px;
	border-radius:5px;
	text-decoration:none;

	background: #ff1919; /* Old browsers */
	background: -moz-linear-gradient(top, #ff1919 0%, #f76d04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1919), color-stop(100%,#f76d04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff1919 0%,#f76d04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff1919 0%,#f76d04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff1919 0%,#f76d04 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff1919 0%,#f76d04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1919', endColorstr='#f76d04',GradientType=0 ); /* IE6-9 */
}


.btn_supprimer {	
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.btn_retour {

	background: #a9e4f7; /* Old browsers */
background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a9e4f7 0%,#0fb4e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
}
.btn_creer {	
	background: #8fc400; /* Old browsers */
background: -moz-linear-gradient(top,  #8fc400 0%, #8fc400 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#8fc400)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8fc400 0%,#8fc400 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8fc400 0%,#8fc400 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8fc400 0%,#8fc400 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8fc400 0%,#8fc400 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#8fc400',GradientType=0 ); /* IE6-9 */
}
.btn_details {
background: rgb(255,116,0); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,116,0,1) 0%, rgba(255,116,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,116,0,1)), color-stop(100%,rgba(255,116,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn_modifier {
background: rgb(255,116,0); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,116,0,1) 0%, rgba(255,116,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,116,0,1)), color-stop(100%,rgba(255,116,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn_annuler {
color:black;
	background: #a9e4f7; /* Old browsers */
background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a9e4f7 0%,#0fb4e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */

}




::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
body {
  padding: 20px 15%;
}
*/
form {font-size: 80%;}
form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,legend {
	width: 30%;
	float: left;
	padding-right: 10px;
}


form > div > div,
form > div > fieldset > div {
  width: 70%;
  float: right;
  
}
form > div > fieldset label {
	font-size: 70%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea ,select{
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  
  border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:5px;
	border-radius:5px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}