@charset "UTF-8";


/* Page */
html {
	font-size: 100%; 
}

@font-face {
    font-family: "DIN W01 Medium";
    src: url('../images/fonts/DINNextW01CondensedMedium.otf');
}
@font-face {
    font-family: "DIN W01 Regular";
    src: url('../images/fonts/DINNextW01Regular.otf');
}
body {
	margin: 0;
	padding: 0px 0px; /* Note -> 2 */
	font-family: DIN W01 Regular,sans-serif;
	font-size: 0.9em; /* -> 4 */
	line-height: auto; /* -> 5 */
	background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	font-family: DIN W01 Medium,sans-serif;
	
	margin: 0.1em 0em 0; /* -> 6 */
}
h1, h2, h3, h4 {
	font-weight: normal; /* -> 7 */
}
h1 {
    font-size: 1.6em;
    color: #000000;
}
h2 {
    font-size: 1.4em;
    color: #000000;
}
h3 {
    font-size: 1.2em;
    color: #2D2D2D;
}
h4 {font-size: 0.8em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Tableaux */

table {
	font-family: DIN W01 Regular,sans-serif;
	font-size: 1.0em;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}


/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}







/* --- COULEURS --- */


/* Général */
body {
	background-color: #FFF;
	color: #333333;
}
a {
  color: #F00;
	text-decoration: none;
}
a:hover, a:focus {
	color: #666;
	text-decoration: none;
	font-family: "DIN W01 Regular", sans-serif;
}
.Red, a.Red, a.Red:hover, a.Red:active {
  color: #F00;
	text-decoration: none;
}
.Greylink, a.Greylink, a.Greylink:hover, a.Greylink:active {
  color: #7F7F7F;
	text-decoration: none;
}
.Greenlink, a.Greenlink, a.Greenlink:hover, a.Greenlink:active {
  color: #00C31C;
	text-decoration: none;
}


a.Grey, a.Grey:hover, a.Grey:active {
  color: #CCC;
	text-decoration: none;
}
a.none, a.none:hover, a.none:active {
	color: #FFF;
	text-decoration: none;
}

strong {
}

.table_contenu {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 18px;
}
.table_entete {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}
/* --- ELEMENTS SPECIFIQUES --- */

/* Surbillance */
.surbrillance_on {
	background-color: #CCC;
	border-color: #000000;
	border-width: 1px;
}
.surbrillance_off {
	background-color: #FAFAFA;
	border-color: #000000;
	border-width: 1px;
}
.surbrillance_annulation {
	background-color: #4D4D4D;
	border-color: #000000;
	border-width: 1px;
}
.surbrillance_fermee {
	background-color: #A5A5A5;
    color:#7A7A7A;
	border-color: #000000;
	border-width: 1px;
}


.Panneau {
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 400px;
}
.smalltxtheader {
    font-family: DIN W01 Regular,sans-serif;
    font-size: 0.7em;
    color: #6B6B6B;
}

.smalltxtred {
	font-family: DIN W01 Regular,sans-serif;
	font-size: 0.7em;
	color: #FF0004;
}
.smalltxtredbold {
    font-family: DIN W01 Regular,sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    color: #FF0004;
    background-color: #FFDD4E;
}
.smalltxtwhitegreen {
    font-family: DIN W01 Regular,sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #86C445;
}


/* Tableaux */

table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.tablesimple {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	color: #909090;
	background-color: #222220;
	text-transform: capitalize;
	text-align: center;
	vertical-align: bottom;
}
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #FF0004;
  border: none;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#response {
    padding: 10px;
    margin-top: 10px;
    border-radius: 2px;
    display:none;
}

.success {
    background: #c7efd9;
    border: #bbe2cd 1px solid;
}

.error {
    background: #fbcfcf;
    border: #f3c6c7 1px solid;
}

div#response.display-block {
    display: block;
}

#mapid {
    width: 600px;
    height: 400px; 
}
#A4 {
    width: 827px;
    height: 1170px; 
    border: #848484 1px solid;
}
