/* Retour */
.retour {
  float: right;
  font-size: 12px;
}
.retour a {
  color: #363636;
  border-right: 6px solid #E8EBF0;
  border-bottom: 1px solid #E8EBF0;
  padding-right: 6px;
  padding-bottom: 2px;
  text-decoration: none;
}
.retour a:visited {
  color: #363636;
}
.retour a:active {
  color: #363636;
}
.retour a:hover {
  color: #0076D7;
  border-color: #518BC6;
}

iframe {
   width: 740px;
	height: 420px;
	border: 1px solid #E8EBF0;
}
.frame {
	text-align: center;
}
