.largeurMessages {
	width: 75%;
}

.largeurMessagesMobile {
	width: 500px;
}

form {
  border: 1px solid #ddd;
  box-shadow: 2px 2px 5px #999 ;
  padding: 0px;
  }

table, th, td {
  font-size: 16px;
  font-weight: 600;
  border-top: 0px solid #bbb;
  border-bottom: 0px solid #eee;
  border-right: 0px solid #bbb;
  border-left: 0px solid #bbb;
  border-collapse: collapse;
}

th {
	color : #999;
}

td {
  vertical-align: top;
 }

textarea, input {
	background: white;
	border: 1px solid #ddd;
	height: auto;
	transition: all .2s;
}
 
textarea:focus, input:focus {
	box-shadow: 5px 5px 30px grey;
}
 
.message:focus {
	height: 12rem;
}

.encre {
	border-top: 1px solid grey;
	color: #08174A;
}

.libTemps {
	color: grey;
	font-size: 12px;
}

.centrer {
	text-align: center;
	align-items: center;
	vertical-align: middle;
	}

.crayon {
  background-color: #d1fff3;
  border: 2px solid grey;
  border-radius: 5px;
  color: grey;
  padding: 0px;
  margin-left: 20px;
  margin-right: 20px;
  width: 45px;
  touch-action: manipulation;
}
.crayon:hover {
	transform: scale(1.1);
	background-color: #6df2ce;
	color: grey;
	box-shadow: 4px 5px 5px grey;
	transition: all 100ms ease-out;
}

.sansBordure {
	border: 0;
}

.boutonCompteur {
  color: grey;
  font-family: verdana;
  font-size: 80%;
  /* haut | droit | bas | gauche */
  padding: 0px 16px 0px 16px;
  text-align: center;
  vertical-align: middle;
  border: 0;
}

.boutonImg {
	height: 30px ;
	width: 30px ;
	pointer-events: auto;
}

.enavant {
	z-index: 10000;
	}
	
