
.valid-form {
  cursor: pointer;
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  font-family: Arial;
  color: black;
  font-size: 12px;
  background: #0068a7;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
}

.valid-form:hover {
  background: #003f65;
  color: #fff;
  text-decoration: none;
}




#devis {
	width: 100%;
	height: auto;
	background-color: #FFF;
}

#perso-data{
margin-bottom: 20px;
}

#perso-data table td{
	padding-right: 10px;
	padding-left: 10px;
}

#data1 {
  border: 3px solid black;
  padding: 20px;
}

#data1 legend {
  border: none;
  width: auto;
  color: black;
  font-size: 26px;
  padding: 0 10px;
  margin: 0 auto 0 0;
}

#petit-txt {
	font-size: 11px;

}

.center {
	text-align: center;
}








table.dTable {
  border : 2px solid #666;
  border-collapse : collapse;
}
table.dTable thead th {
  background : #369;
  border-bottom : 2px solid #666;
  color : #fff;
}
table.dTable tbody td {
  border : 1px solid #ccc;
  padding : 5px 2px;
}


.field-bg-r {
    background-image: url(https://www.jbbernard.fr/pro/wp-content/uploads/2016/07/logo.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
}

table.head {
  width: 100%;
}


