/* les conteneurs principaux */

html {
  width:100%;
  height:100%;
}

body {
  width:100%;
  height:100%;
  margin:0 0 0 0;
  font:Verdana;
}

table, td{
  border:0px;
  margin:0px;
  padding:0px;
  border-spacing:0px;
  border-collapse: collapse;
}

/*tableau global*/
table.global {
  width:100%;
  height:100%;
  margin:0px;
  background-color:#8caed9;
}

/*page contenu*/
table.contenu {
  width:850px;
  height:450px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  background-image:url(../images/Fond_page.jpg);
  background-repeat:no-repeat;
}

/*titre de la table*/
caption {
  width:850px;
  margin-left:auto;
  margin-right:auto;
  margin-top:auto;
  margin-bottom:auto;
  font-weight:bold;
  font-size:24px;
  color:black;
  text-align:center;
}


/*menu global*/
table.menu {
  width:900px;
  color:white;
  background-color:#233247;
}

.fond_menu {
  background-image:url(../images/Menu.jpg);
  background-repeat:repeat-x;
  background-position:top;
  background-color:black;
}

/*rubriques du menu*/
.texte_menu {
  text-indent:20px;
  font-weight:bold;
  font-size:18px;
  vertical-align:middle;
  background-image:url(../images/Menu.jpg);
  background-repeat:repeat-x;
  background-position:bottom;
}

/*rubriques du sous-menu*/
.sous_menu {
  font-size:14px;
  background-color:black;
  vertical-align:top;
}

p {
  font-size:14px;
  font-weight:normal;
  color:black;
  padding:0 20 0 10;
  text-align:justify;
}

/*.titre {
  font-size:18px;
  color:red;
  font-weight:bold;
  padding:10 5 5 5;
  text-align:center;
  vertical-align:top;
}  */

img {
  margin:0 10 10 10;
}

h5 {
  margin:10 10 10 10;
  text-align:center;
  color:green;
}
h3 {
  margin:15 10 10 10;
  text-align:center;
  color:red;
}

h4 {
  margin:0 0 0 10;
  text-align:left;
  color:black;
}

.prec {
  padding:0 10 10 0;
  text-align:right;
}

.suiv {
  padding:0 0 10 10;
  text-align:left;
}

.numero_page {
  padding:0 20 10 0;
  text-align:center;
}

/*bas de page navigation*/
.bas_page {
  width:850px;
  height:30px;
  font-weight:bold;
  font-size:15px;
  background-image:url(../images/Bas_page.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}

.page {
  vertical-align:top;
}

.vignettes {
  width:167px;
  height:123px;
  text-align:center;
}

.cafe1 {
  font-weight:bold;
  font-size:24px;
  text-align:center;
  color:blue;
}

.cafe2 {
  font-weight:bold;
  font-size:24px;
  text-align:center;
  color:green;
}
