@charset "utf-8";
/* CSS Document */

label {
   display: block;
   font-style:italic;
}

input[type="submit"] {
   width: auto;
   padding: 4px 15px;
   background: #555;
   color: #fff;
   cursor: pointer;
}
input[required] {
   border: 2px solid orange;
}
input:invalid {
   border: 2px solid red;
}
input:valid {
   border: 2px solid green;
}

canvas {outline: 1px solid green}

.marg { padding: 4px 5px 4px 5px;
}
.corpsresume { padding: 3px 5px 3px 5px; }

.formulairemef{
	border: thin double #333;
}
.taille16{
		font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.taille12{
		font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.taille14{
		font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.taille9{
		font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}
.taille10{
		font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

tr td {
	padding: 0px 5px 5px 5px;
}
.miseformentete{
margin-top: 20px;
}
#afficheinfo {
	/* background-image: url('../../images/sampledata/arriereplan.jpg'); */
	background-image : linear-gradient(135deg, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
	background-repeat:no-repeat;
}
.disabled {
	pointer-events: none;
	cursor: default;
  }