/*
  feuille pour affichage sur tous supports
  <link type="text/css" rel="stylesheet" href="stylesheets/main-stylesheet.css" />
*/


html {
  direction: ltr;
  background: url(../images/background-top-left.png) no-repeat top left;
}

body {
  font-family: calibri, sans-serif;
  background: url(../images/background-bottom-right.png) no-repeat bottom right;
}

a img {
  border: 1px dashed #00CED1; /* DarkTurquoise  */
  padding: 1px;
}

a:hover img {
  border: 1px solid #00CED1; /* DarkTurquoise  */
  padding: 1px;
}

h1 {
  margin-left: 40px;
  text-shadow: 2px 2px 2px #ddd; /* juin 07: oui je sais, ce n'est supporté que par Safari à ce jour, & alors? */
}

p.justifie {
  text-align: justify;
}

table.doublebarre, table.doublebarre th, table.doublebarre td {
  border: 1px solid;
}

table.doublebarre th, table.doublebarre td {
  padding: 3px;
}

table.borduregrise, table.borduregrise th, table.borduregrise td {
  border-color: silver; /* gris argenté - #C0C0C0 */
}

/* pour le champs de recherche Google */
input#q {
  padding-left: 18px; /* 17 pixels de l'image + 1 pixel de marge */
  background: url(../images/xmag.png) no-repeat left;
  border: 1px solid #708090; /* SlateGray */
}

samp, code {
  background-color: #eee;
  color: black;
  border: 1px dashed green;
}

abbr {
  cursor: help;
}

/*
pas utilisé pour l'instant
div.conteneur {
  overflow: hidden;
}

div.contenu {
  float: left;
}
*/
