ul#onglet {
   	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #6284A6;
	margin: 0;
	padding-left: 10px;
}
ul#onglet li {
   float: left;
   height: 21px;
   background-color: #A3BBD2;
   margin: 2px 2px 0 2px;
   border: 1px solid #6284A6;
}
ul#onglet li.actif {
   border-bottom: 1px solid #FFFFFF;
   background-color: #FFFFFF;
}
#onglet a {
   float: left;
   display: block;
   color: #444444;
   text-decoration: none;
   padding: 4px;
}
#onglet a:hover {
   background: #FFFFFF;
}
#titreSite {
    font-family: arial;
    font-size: 24pt;
    font-weight: bold;
}
body {
	font-family: arial,sans-serif;
	font-size: 10pt;
	margin: 0px;
	color: #000000;
	background: white;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h1 {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	background-color: #FFB48F;
	color: #B6653E;
}
h2 {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	text-align: left;
	margin: 24px 0px 8px 0px;
}
p {
	text-align: justify;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
ul {
	text-align:left;
	margin:0px;
	margin-top:-8px;
	margin-bottom:-7px;
	padding-left:25px
}
ul>li {
	margin-bottom:4px;
}

pre {
	font-family: monospace;
}
#block {
	border: 1px solid darkgray;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right:10px;
}
input[type=submit] {
   	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #B6653E;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 0px 6px 0px 6px;
  	text-align: center;
  	text-shadow: none;
	line-height: normal !important;
	cursor: pointer;
}
#button {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #B6653E;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 1px 10px 1px 10px;
  	text-align: center;
  	text-shadow: none;
	line-height: normal !important;
	cursor: pointer;
}
#code { 
	font-family: Courier New, Courier;
	font-size: 9pt;
	text-align: left;
	background-color: #DDDDDD;
	margin: 0px;
	padding: 10px;
}

.tableau {
    border: solid 1px #6284A6;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: auto;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}
.tableau caption {
	text-align:right;
	caption-side:bottom;
}
.tableau.sep {
	border: none;
}
.tableau th {
	font-weight: bold;
	background-color: #FFB48F;
	color: #B6653E;
	text-align: center;
	padding: 3px;
}
.tableau.sep th {
	border-top: 1px solid #6284A6;
	border-left: 1px solid #6284A6;
}
.tableau th.sep {
	border-top: none;
	background-color: white;
}
.tableau td {
	border: solid 1px #6284A6;
	padding: 4px;
}
.tableau td.sep {
	border: none;
	width: 11px;
}

#basPageLong {
	position: relative;
	height: 100%
	min-height: 100%;
	padding-top: 25px;
}
#basPage {
	position:absolute;
	bottom:10px;
	width:99%;
	font-size: 8pt;
	text-align:right;
}

 .modal {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    z-index: 1000;
 }
 .modal>div {
     width:370px;
     margin: 100px auto;
     background-color: #eaeaea;
     border:2px solid #6284A6;
     padding:10px;
     text-align: center;
}