body
{
  text-align: justify;
  font-size: 14px;
  background-image: url('img/JR_jura_bernois.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
}

img
{
  border: none;
  padding: .5em 0 0 .5em;
}

#logo
{
  position: absolute;
  left: 10px;
  top: 10px;
  float: left
}

#enTete
{
  font-size: 1.2em;
  height: 4em;
  margin-left: 170px
}

#right
{
  position: absolute;
  left: 15em;
  float: right
}

#corps
{
  margin-left: 200px;
  margin-right: 10em
}

#pied
{
  position: relative;
  float: left;
  margin-top: 2em;
  width: 100%;
  text-align: center;
  font-size: 13px
}

#menu
{
  position: relative;
  left: 5px;
  margin-top: 2em;
  width: 180px; /* Rend inutilisable les liens sous IE 7.0 */
  float: left
}

#menu ul
{
  list-style-type: none;
  padding: 10px;
  margin: 0
}

#menu li
{
  margin-bottom: .5em
}

table
{
/*   border:3px solid; */
/*   border-collapse:collapse; */
/*   margin: auto; */
  padding:3em;
  text-align:left
}

th
{
  padding-right: 3em
}

a:link, a:visited
{
  text-decoration: none;
  color: blue
}

a:hover, a:active
{
  text-decoration: underline
}

h1, h2, h3, h4, h5, h6
{
  text-indent: -.7em;
  letter-spacing: 0.1em
}

#enTete h1 /* Pour problème du à MSIE */
{
  text-indent: 0;
}

#corps p:first-letter
{
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.8em;
}

#corps p:first-line
{
  text-indent: 1em;
  left: 10em;
  font-variant: small-caps;
  font-size: 1.2em;
  vertical-align: .2em;
}

