body {
	margin: 0;
    padding: 0;
	background-color: #565656;
	overflow:hidden;
}
img {
	border: none;
}
#entete_frise {
	margin-left: 20px;
	text-align: center;
}
#titre_frise {
  background-color: #A02C1F;
  color: #B3AD95;
  margin: 0 auto;
  font-family: arial,georgia,Times New Roman,Times,serif;
  font-size: 27px;
  font-weight: normal;
  position:relative;
  text-align: center;
  width: 1090px !important
}
/* Illustrations */
.screen {
    position: absolute;
    top: 80px;
    left: 10px;
    text-align: center;
    visibility: hidden;
}
.legende {
    margin-bottom: 5px;
    font-family: arial, helvetica;
    font-size: 12px;
    color: #fcfddf;
}

/* Texte */
.board {
    position: absolute;
    top: 170px;
    left: 10px;
    width: 400px;
    font-size: 12px;
    padding: 3px;
    background-color: #565656;
    z-index: 20;
    text-align: left;
    color: #fefbba;
    visibility: hidden;
    border: 1px solid #fefbba;
}
.board .titre {
	font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.board img {
	margin: 3px;
	float: left;
}
.board a {
    color: #fefbba;
}

/* Boutons */
#boutons {
    position: absolute;
    bottom: 20px;
    left: 10px;
}

/* Zone mobile */
#slider {
    /*position: absolute;*/
    bottom: 0;
	width: 100%;
	height: 730px;
    margin-left: 0;
    overflow: auto;
}
.echelle, .graduation, .graduation0 {
    width: 30px;
    position: absolute;
    top: 0;
    font-family: arial, helvetica;
    font-size: 12px;
    color: #fcfddf;
    text-align: center;
    white-space: nowrap;
}
.graduation {
	top: 15px;
    height: 470px;
    border-left: 1px solid #557370;
}
.graduation0 {
	top: 15px;
    height: 200px;
    border-left: 1px solid #557370;
}
#label0 {
    position: absolute;
    top: 250px;
    left: 10px;
    width: 300px;
    height: 82px;
    background: url(/Images/bulle0.gif);
    font-size: 23px;
    color: #660000;
    text-align: center;
    padding-top: 24px;
}
.label_small {
    position: absolute;
    left: 330px;
    width: 180px;
    height: 42px;
    padding-top: 18px;
    font-size: 20px;
    color: #660000;
    text-align: center;
}
#label1 {
    top: 40px;
    background: url(/Images/bulle1.gif);
}
#label2 {
    top: 220px;
    background: url(/Images/bulle2.gif);
}
#label3 {
    top: 340px;
    background: url(/Images/bulle3.gif);
}
.periode {
	position: absolute;
    white-space: nowrap;
    font-size: 50px;
    color: #557370;
}
.even {
	padding-right: 6px;
	position: absolute;
	background: white;
    font-size: 12px;
    font-family: arial, helvetica;
	white-space: nowrap;
}
.even a {
    color: #000000;
}