#info_form {
  width:100%;
}
#info_form td {
  padding:5px;
  vertical-align:top;
}
#info_form th:nth-child(1) {
  width:5%;
}
#info_form th:nth-child(2) {
  width: 20%;
}
#info_form th:nth-child(3) {
  width: 15%;
}
#info_form th:nth-child(4) {
  width: 30%;
}
#info_form th:nth-child(5) {
  width: 30%;
}
#info_form .sep {
	background:#c1c1c1;
	color:white;
}
#info_form .sep a {
	color:black;
}
#info_form .break {
	background:#868686;
	color:white;
}
#info_form .input {
	background:#e4e4e4;
}
#info_form .repet {
	background:#e4e4e4;
}
#z_liste_form .form {
	border:1px solid;
	padding:10px;
	float:left;
	width: 32%;
	margin:0 1% 10px 0;
	font-size: 18px;
}
#z_liste_form.col_1 .form {
	width: 100%;
	margin:0 0 10px 0;
}
#z_liste_form .nom {
	float:left;
	margin:0 !important;
}
.form_actions {
    float:right;
}
.form_actions a {
	margin-right:10px;
	font-size:16px;
}
.form_actions a:last-child {
	margin-right:0px;
}
.form_vues {
  display:none;
  float:left;
	width:100%;
  margin:0 !important;
	font-size: 16px;
  padding:10px !important;
}
#z_liste_form .form:hover .form_vues {
  display:block;
}
.form_vues ul {
  margin:0 !important;
  padding:0 0 0 10px !important;
}
#z_forms {
	font-size:18px;
}
#info_form ul {
	margin:0;
	padding-inline-start: 20px;
}
table td {
	border-bottom: 1px solid gray;
	padding:5px;
}
table a {
	color:#717171 !important;
}
table tr th {
	border-top: 1px solid #D2D2D2;
	font-weight:bold;
	border-bottom: 1px solid #D2D2D2;
	text-align:left;
	padding:5px;
}
table tr th:first-child,
table tr td:first-child {
	border-left: 1px solid #D2D2D2;
}
table tr th:last-child,
table tr td:last-child {
	border-right: 1px solid #D2D2D2;
}
table thead {
	font-weight:bold;
	background: #ECECEC;
}
table tbody tr:nth-child(even) {
	background:#F5F5F5;
}