/* css version 2015 */

body {
	/*font: 14px Cambria,Georgia,Serif;*/
	font-family: Cambria,Georgia,Serif;
	font-size: 15px;
  	line-height: 1.42857143;
	
	border:solid 1px #eee;	
	/*color: #4a4a4a;*/
	color: #777777;
	background: #fff;
	max-width: 1170px;
	margin: auto;
	background-color: #EEE;
}

#HeaderZone   {
	background: #fff;
	padding: 10px;
	height: 50px;	
}

#HeaderZone  A:hover {
	color: #fff;	
}

#HeaderZone  A {
	color: #fff;	
}

#BodyZone {	
	background: #fff;
/*	border-top: solid 3px  #585f69;	   	*/
	padding: 10px;
	clear:both;
}

#FooterZone {
	background: silver;
	border-top: solid 5px  #585f69;	
	font-family : Arial, Helvetiva, sans-serif;	
	text-align: right;
	padding: 10px;
}

.HelpContainer {
	margin-top: 1em;
	background: linen;
	border:solid 1px #cacaca;
	padding: 6px;
	border-radius: 3px;
	/*font-style: italic;*/
}

.HelpContainer p, ul{
	margin-top: 0px;
	margin-bottom: 5px;
}

A	{text-decoration: none;color:#990000;}
A:hover {text-decoration: none; /*font-weight: bold;*/}

A.Mail	{color:#990000;}


p.Text {
	vertical-align: top;
	text-align: justify;
}

p.Question {
	font-weight: bold;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0pt;
}

p.Cmt {
	margin: 0.25em  2em 0.5em 2em;
	font-style: italic;
}

.Button {
    background: none repeat scroll 0 0 #808000;
    font-family : Arial, Helvetiva, sans-serif;    
    border: solid 1px #556B2F;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.Button a {
    color: #fff;
}


.Button:hover {
    background-color:#556B2F;
}

.Button:active {
	position:relative;
	top:1px;
}

.Title {
	color: #990000;
	font-family : Trebuchet MS, Arial, Helvetiva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-top:0px;
}

.Info {
	margin: 1em 1em;
	background: #FFFFFF;
	border:solid 1px #cacaca;	
	padding: 10px;
	border-radius: 3px;
	/*box-shadow: 3px 3px 3px #C1C5C6;*/
}

.Remark {
	margin: 1em 1em;
	padding: 10px;	
	background: linen;
	border:solid 1px #cacaca;	
	border-radius: 3px;
/*	box-shadow: 3px 3px 3px #C1C5C6;*/
}

.Remark p, ul{
	margin-top: 0px;
}


.Subtitle {	
	font-family : 'Helvetica Neue', 'Trebuchet MS', Arial, Helvetiva, sans-serif;
	color: #990000;
	padding: 2px;
	font-size: 1.2em;
	font-weight: bold;
}


th {
	/*background-color: #999999;*/
	vertical-align: top;
	margin :0px;
	padding: 5px;
}
td {
	vertical-align: top;
	padding: 8px 8px;
}

tr.EnqueteRow  {
	background: #E3E3E3;
}

tr.EnqueteRowAlt  {
/*	background: #eeeeee;*/
}


Table.matrix {
	font-family : Arial, Helvetiva, sans-serif;
	font-size: 0.9em;
}

Table.matrix tr:hover td
{
	background: #BFCDDB;
	color:  black;
}

Table.matrix  td:last-child {
    background: #FFDEAD; /*#99B4D1;*/
}

Table.matrix  th:last-child {
    background: #D2B48C;/*#809FFF;*/
}

Table.matrix tr {
	border-top: 1px solid #ddd;	
}

Table.matrix th {
	border-bottom: 3px solid silver;
}	

Table.lpg tr {
	border-top: 1px solid #ddd;	
}

Table.lpg th {
	border-bottom: 3px solid silver;
}	

p.Chapter   {
	font-weight: Bold;
	font-size: 1.4em;
	/*border-top: 2px solid;*/
	padding-top: 10px;
	margin-top: 20pt;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.list {
	border: solid #cacaca 1px;
	margin-left: 2em;
}

table.matrix   {
	border: solid #cacaca 1px;
	margin-top: 1em; 
	margin-left: 1em; 
	width: 95%;
}

table.lpg     	{
	border: solid #cacaca 1px;
}

table.Question  {
	margin-top: 5pt;
}

.EnqueteInput {
	margin-left: 2em;
	padding-left: 5px;
	border: 1px solid #cacaca;
}

.EnqueteRequiredInput {
	margin-left: 2em;
	padding-left: 5px;	
	border: 1px solid #cacaca;
	border-left: 3px solid red;
}

.Required {
	margin-left: 2em;
	color: red;
	display: inline;
}
/*
TD.Help {
	margin: 0px;
	vertical-align: middle;
}
*/
UL {
	margin-top: 10px;
	list-style: square;
}

p {
	margin-bottom: 0px;
}


img.Pub {
	border: solid;
	border-width: 1px;
	border-color: #000000;
	margin: 5px;
}

.EnqForm{
	margin:0 auto;
	width:400px;
	padding:14px;
	text-align: center;
}

input[type=submit] {
    border: 1px solid #556B2F;
    color: #fff;
    background: #808000;
    padding: 6px 10px;
    border-radius: 3px;
}
input[type=submit]:hover {
    background: #556B2F;
}

input[type=reset] {
    border: 1px solid #f44c0e;
    color: #fff;
    background: tomato;
    padding: 6px 10px;
    border-radius: 3px;
}
input[type=reset]:hover {
    background: #f44c0e;
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
  color: #ffffff;
  background-color: #eb6864;
  border-color: #eb6864;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #e53c37;
  border-color: #b81c18;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #e53c37;
  border-color: #e4332e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #e53c37;
  border-color: #e4332e;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #dc221c;
  border-color: #b81c18;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

