@viewport {
  width: device-width;
  zoom: 1,0;
}
/* A destination des navigateurs Microsoft */
@-ms-viewport {
  width: device-width;
}
* {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
*:focus {
  outline:none;
}
body {
  background-color: #333333;
  color: white;
  line-height: 30px;
  width: 90%;
  margin: auto;
}
h1 {
  color: #FF9933;
  font-size: 36px;
  font-weight: bolder;
}
h2 {
  color: #DD9933;
  font-size: 30px;
  font-weight: bold;
}
h3 {
  color: #D2691E;
}
h4 {
  color: #851B00;
}
a {
  text-decoration: none;
  padding: 2px 5px;
  color: #66FFFF;
}
a:visited {
  color: #3399FF;
}
a:hover {
  background-color: #606060;
  color: white;
}
a:active {
  background-color: rgb(200, 200, 200);
  color: black;
}
pre {
  padding: 5px 10px;
  font-family: "Courier New", Courier, monospace;
  background-color:#242424;
  color: #FF9966;
  line-height: 16px;
}
/* Styles personalisés */
table.noBorder {
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
tr.odd {
  background-color: #171717;
}
tr.title {
  background-color: #FF9933;
  color: black;
  font-weight: bolder;
}
tr.even {
  background-color: #242424;
}
td {
  padding: 2px 10px;
}
.marginIn {
  padding: 10px 10px;
}
.right {
  text-align: right;
}
.small {
  font-size: 0.8em;
}
.grayed {
  color: #CCCCCC;
}
/* Styles intégrés à reporter ou à créer dans les styles du document définitf */
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}

.code {
  font-family: "Courier New", Courier, monospace;
  color: #FF9966;
}
.emphasing {
	background-color: #595959;
	color: #FFFFFF;
	border: 1px #FF8C00 solid;
	border-radius: 5px 5px 5px 5px;
	box-shadow: inset 2px 2px 8px 1px rgba(0,0,0,.35);
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
}
.vrtMiddle {
  vertical-align: middle;
}
.vrtTop {
  vertical-align: top;
}
.hztRight {
  text-align: right;
}
.hztCenter {
  text-align: center;
}
.hztLeft {
  text-align: left;
}
.orange {
  color: #FF9933;
}
.red {
  color: #FF0000;
}
.lightblue {
  color: lightblue;
}
.mark {
  position: fixed;
  bottom: -12px;
  right: 0;
  font-size: 0.6em;
  color: #8080FF;
}
