 
 #attention, #accesstoall a {
  width: 400px;
  margin: auto;
  margin-top: 5px;
  padding: 15px;
  padding-bottom: 3px;
  padding-top: 10px;
  background-color: white;
  -moz-box-shadow: 4px 4px 5px rgba(0,0,0, 0.6);
  -moz-border-radius: 10px 10px;
  -webkit-box-shadow: 4px 4px 5px rgba(0,0,0, 0.6);
  -webkit-border-radius: 10px 10px;
}
#attention {
  -moz-border-radius-bottomright: 0px 0px;
  -webkit-border-radius-bottomright: 0px 0px;
}
body {
  background-color: #1e005a;
  background-image: url(fond-urgence.jpg);
  margin: 0;
  padding: 0;
  color: #000;
  font: 76% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
h2 {
  font-size: 10pt;
}
#participemiroirs {
  color: white;
  text-align: center;
  margin: auto;
  margin-top: 5px;
  font-size: 7pt;
  width: 400px;
}
h1 {
  text-align: center;
  margin-bottom: 5px;
}
h1 a {
    border: 0px none;
}
h1 img {
  position: relative;
  left: 6px;
  top: 10px;
  border: 0px none;
}
#accesstoall {
  text-align: center;
}

#accesstoall a {
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    color: blue;
    margin-top: 0px;
    width: 150px;
    -moz-border-radius-topleft: 0px 0px;
    -moz-border-radius-topright: 0px 0px;
    -webkit-border-radius-topleft: 0px 0px;
    -webkit-border-radius-topright: 0px 0px;
    position: relative;
    top: -13px;
    left: 125px;
}

#accesstoall a:hover {
    -moz-box-shadow: 4px 4px 5px rgba(0,0,0, 0.6), inset 0 -8px 8px #CCC;
}

#accesstoall.retourepisode a {
    width: 200px;
    left: 100px;
    top: -13px;
}

#ctelecharger {
    font-size: 14pt;
    padding: 10px;
}

#dontknow a {
    color: white;
    text-decoration: inherit;
}
#dontknow a:hover {
    text-decoration: underline;
}
