body {
	background-color:white !important;
}
.fusion-tb-header,
.fusion-page-title-bar
 {
	display:none;
}
#main {
	background-color:white !important;
	overflow:hidden;
}
#header_form {
	position: fixed;
	top: 30px;
	margin-top:40px;
	height: 50px;
	width:100%;
	background: white;
	z-index: 99999;
	left: 0;
	padding: 10px;
	border-bottom: 5px solid rgba(0,0,0,0.2);
}
#header_form h1 {
	margin:0;
	padding: 0;
}
#content_form {
	margin-top: 0px;
	z-index:10;
}
/* navigation */
#ps_doc_form_som_nav {
	z-index:2;
	position:absolute;
	right: -510px;
	width:500px;
	top:0;
	height: 100%;
	background:white;
	padding:10px 10px 10px 30px;
}
#B_ps_doc_form_som_nav {
	position:absolute;
	left: 0px;
	width:20px;
	top:0;
	cursor:pointer;
	background:gray;
	height: 100%;
}
#ps_doc_form_som_nav.psdf_open {
	right: -30px;
}
#ps_doc_form_som_nav.psdf_open #B_ps_doc_form_som_nav {
	left: -700px;
	width:710px;
	background:rgba(0,0,0,0.03);
}
#B_ps_doc_form_som_nav:hover {
	background:red;
}
/* */
#ps_doc_form_info {
	z-index:1;
	padding-bottom:40px;
}
#ps_doc_form_som h1,
#ps_doc_form_info h1 {
	font-size:24px !important;
	float:left;
	width: 600px;
	color: black;
}
#ps_doc_form_info h2 {
	font-size:21px !important;	
	margin-top:20px;
	width:100%;
	float:left;
}
#ps_doc_form_info h3 {
	font-size:18px !important;	
}
#B_retour_som_form {
	float:left;
	width:30%;
	text-align:right;
}
#B_retour_som_form a,
#z_form_vues a {
	background:gray;
	padding:5px 10px;
	color:white;
	font-weight:bold;
	font-size:16px;
	border-radius:5px;
}
#f_description {
	font-size:16px !important;	
	float:left;
	width:100%;
	margin-bottom:20px;
}
#f_description .sauve_form_desc,
.vue_description textarea,
#info_form textarea {
	width:100%;
	height:70px;
	border-color: gray;
}
#z_form_vues a {
	
}
#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: 10%;
}
#info_form th:nth-child(4) {
  width: 15%;
}
#info_form th:nth-child(5) {
  width: 5%;
}
#info_form th:nth-child(6) {
  width: 25%;
}
#info_form th:nth-child(7) {
  width: 20%;
}
#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;
}
#ps_doc_form_info .form_actions {
	float:left;
	width: 300px;
	font-size:16px;
}
#ps_doc_form_info .form_actions a {
	margin-right:20px;
	color:gray;
	font-size:18px;
}
#ps_doc_form_info .form_actions a:hover {
	color:black;
}
#ps_doc_form_info .form_actions a:last-child i {
	margin-right:10px;
}
.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;
}
#z_liste_form .form_actions {
	float:right;
}
#z_liste_form .form_actions a {
	color:black;
	margin-right:10px;
}
.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;
}