/*////////////////////////////////////////////////
// Auteur : Alexandre Baussano
// Date de creation : 8/03/2009
// Date de modification : -
// Fonctionalite : feuille de style reglesetjeux
// Copyright : ab-techweb
////////////////////////////////////////////////*/

body{
  position              : relative;
  margin                : 0px;
  padding               : 0px;
  font-family           : Verdana, sans-serif;
  color                 : white;
  font-size             : 0.8em;
  background-image      : url("images_structure/fond.jpg");
  background-position   : 50% 0%;
  background-repeat     : no-repeat;
  background-attachment : fixed;
}

h1{
  margin    : 0px;
  font-size : 1em;
}

a{
  color           : white;
  text-decoration : underline;
}

a:hover{
  color           : white;
  text-decoration : none;
}

hr{
  color : white;
}

.left{
  text-align : left;
}

.right{
  text-align : right;
}

.center{
  text-align : center;
}

.clear{
  clear : both;
}

.hidden{
  position : relative;
  display  : none;
}

.catlien{
  position          : relative;
  width             : 482px;
  height            : 51px;
  text-align        : center;
  margin-left       : auto;
  margin-right      : auto;
  font-weight       : bold;
  font-size         : 1.2em;
  line-height       : 51px;
  background-image  : url("images_structure/lien.png");
  background-repeat : no-repeat;
}

#repeat{
  position              : relative;
  width                 : 916px;
  margin-right          : auto;
  margin-left           : auto;
  background-image      : url("images_structure/repeat.png");
  background-repeat     : repeat-y;
}

#conteneur{
  position              : relative;
  width                 : 900px;
  margin-right          : auto;
  margin-left           : auto;
  background-image      : url("images_structure/conteneur.png");
  background-repeat     : no-repeat;
  background-position   : 50% 0%;
  background-color      : #9b0000;
}

#menus{
  position    : relative;
  width       : 900px;
  height      : 100px;
  font-weight : bold;
}

#menus a{
  color           : white;
  text-decoration : none;
}

#menus a:hover{
  color           : #e23c00;
  text-decoration : none;
}

#menu1{
  position   : absolute;
  top        : 79px;
  width      : 180px;
  height     : 20px;
  text-align : center;
}

#menu2{
  position   : absolute;
  top        : 79px;
  left       : 181px;
  width      : 180px;
  height     : 20px;
  text-align : center;
}

#menu3{
  position   : absolute;
  top        : 79px;
  left       : 361px;
  width      : 180px;
  height     : 20px;
  text-align : center;
}

#menu4{
  position   : absolute;
  top        : 79px;
  left       : 541px;
  width      : 180px;
  height     : 20px;
  text-align : center;
}

#menu5{
  position   : absolute;
  top        : 79px;
  left       : 721px;
  width      : 180px;
  height     : 20px;
  text-align : center;
}

#colonnerecherche{
  float      : left;
  width      : 258px;
  margin-top : 190px;
}

.onglet{
  position          : relative;
  width             : 241px;
  height            : 51px;
  background-image  : url("images_structure/onglet.png");
  background-repeat : no-repeat;
}

.titreonglet{
  position    : relative;
  width       : 230px;
  height      : 30px;
  top         : 10px;
  line-height : 30px;
  text-align  : center;
  font-weight : bold;
}

#alphabetique{
  position    : relative;
  width       : 210px;
  margin-left : 10px;
  text-align  : center;
  line-height : 20px;
  display     : none;
}

#annuelle{
  position    : relative;
  width       : 210px;
  margin-left : 10px;
  text-align  : center;
  line-height : 20px;
  display     : none;
}

#editoriale{
  position    : relative;
  width       : 210px;
  margin-left : 10px;
  text-align  : center;
  line-height : 20px;
  display     : none;
}

#thematique{
  position    : relative;
  width       : 210px;
  margin-left : 10px;
  text-align  : center;
  line-height : 20px;
  display     : none;
}

.resultat{
  position  : relative;
  width     : 208px;
  font-size : 0.8em;
}

#alphabetique a:hover{
  font-size : 1.4em;
}

#colonnecontenu{
  float      : left;
  width      : 628px;
  margin-top : 199px;
}

#titre{
  position    : relative;
  height      : 30px;
  line-height : 30px;
  margin-left : 10px;
  font-weight : bold;
}

#contenu{
  position   : relative;
  width      : 628px;
  margin-top : 15px;
}

#contenu table{
  border : 1px dashed white;
}

.tableLien {
  float      : left;
  text-align : center;
  border     : 1px dashed white;
  height     : 190px;
  width      : 150px;
  margin     : 3px;
}

.tableLien img{
  border : 0px;
}

.tableLien td{
  vertical-align : middle;
}

#contenu img{
  margin : 5px;
}

#copyright{
  position    : relative;
  width       : 628px;
  height      : 35px;
  margin-left : 260px;
  font-size   : 0.8em;
  text-align  : center;
}

#fin{
  position         : relative;
  width            : 900px;
  height           : 1px;
  margin-right     : auto;
  margin-left      : auto;
  background-color : black;
}

