/* police type */
table {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    color: black;
	border: #00D4D7;
	vertical-align : top;
}

body.commentaires {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
    color: Black;
    vertical-align : top;

}

tr {
	vertical-align : top;
}

td.TitreTableau {
	font-size: small;
	color: Teal;
	border-bottom-width: 3px;
	border-bottom: solid;
	border-color: Teal;
	font-size: medium;
}


input, select, textarea {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #00C7CA;
   	color: Black;
}




a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background: Aqua;
}

a#abouton {
	display: block;
	height: 20px;
	width: 80px;
	line-height: 20px;
	text-align: center;
	background: White;
	color: Blue;
	border: 1px;
	border-color: #000142;
	border-style: solid;
	border-radius: 5px 5px 5px 5px;
}

a#abouton:hover {
	display: block;
	height: 20px;
	width: 80px;
	line-height: 20px;
	text-align: center;
	background: Aqua;
	color: White;
	border: 1px;
	border-color: Aqua;
	border-style: solid;
	cursor:pointer;
}

a#abouton:active {
	display: block;
	height: 20px;
	width: 80px;
	line-height: 20px;
	text-align: center;
	background: #000142;
	color: White;
	border: 1px;
	border-color: #000142;
	border-style: solid;
}


h1 {
	font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
span.code {
   font-family : Trebuchet MS;
   font-size   : 11px;
   color       : #4b4b4b;
}
span.codeTitle {
   font-family : Trebuchet MS;
   font-size   : 12px;
}
span.code2 {
   font-family : Trebuchet MS;
   font-size   : 11px;
   margin      : 12px;
}
span.code3 {
   display      : block;
   font-family  : Trebuchet MS;
   font-size    : 11px;
   padding-left : 12px;
}
div.cornerSamples_Top {
   width            : 600px;
   margin-top       : 4px;
   background-color : #ffffee;
   font-family      : Trebuchet MS;
   font-size        : 11px;
   text-align       : left;
}

div.cornerSamples {
   width            : 528px;
   margin-top       : 4px;
   background-color : #ffffee;
   font-family      : Trebuchet MS;
   font-size        : 11px;
   text-align       : left;
}

div.cornerSamples_large {
   width            : 800px;
   margin-top       : 4px;
   background-color : #ffffee;
   font-family      : Trebuchet MS;
   font-size        : 11px;
   text-align       : left;
}

div.cornerSamples_Moyen {
   width            : 600px;
   margin-top       : 4px;
   background-color : #ffffee;
   font-family      : Trebuchet MS;
   font-size        : 11px;
   text-align       : left;
}

div.cornerSamples_Extralarge {
   width            : 1000px;
   margin-top       : 4px;
   background-color : #ffffee;
   font-family      : Trebuchet MS;
   font-size        : 11px;
   text-align       : left;
}