/*************************/
/* CSS Document          */
/* La grande traversée   */
/*************************/


body {
  background: url(../images/bk.gif) #6699CC;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
}

a img {
  border: none;
  margin: 0px;
  padding: 0px;
}

/* Tableau principal de la page */

.tableau {
  width: 773px;
  margin-left: auto;
  margin-right: auto;
  table-layout: auto;
  padding: 0px;
  border-collapse: collapse;
}

.tableau_colonne {
  width: 150px;
  margin: 0px;
  table-layout: auto;
  border-collapse: collapse;
}

/* pour toutes les cellules du tableau */
.cellule {
  border-spacing: 0px;
  empty-cells: show;
}

/* Specification de chaque cellule */

#logo{
  width: 305px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}

/*****  Entete *****/
#partenaire {
  width: 468px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}

#parcours {
  width: 773px;
  height: 139px;
  border-top: 1px solid black;
}


/***********************  Affichage du parcours ************************/
#tableparcours {
  width: 771px;
  border-collapse: collapse ;
}

#autriche {
  height: 139px;
  width: 201px;
  background-image: url(../images/autriche_c.jpg)
}
#autriche:hover{
  background-image: url(../images/autriche.jpg);
}

#italie {
  height: 139px;
  width: 181px;
  background-image: url(../images/italie_c.jpg)
}
#italie:hover{
  background-image: url(../images/italie.jpg);
}

#suisse {
  height: 139px;
  width: 160px;
  background-image: url(../images/suisse_c.jpg)
}
#suisse:hover{
  background-image: url(../images/suisse.jpg);
}

#france {
  height: 139px;
  width: 232px;
  background-image: url(../images/france_c.jpg)
}
#france:hover{
  background-image: url(../images/france.jpg);
}

/* pour les liens */
#autrichelien {
  height: 133px;
  width: 180px;
  cursor: hand;
}
#italielien {
  height: 133px;
  width: 170px;
  cursor: hand;
}
#suisselien {
  height: 133px;
  width: 150px;
  cursor: hand;
}
#francelien {
  height: 133px;
  width: 220px;
  cursor: hand;
}

/* Titre de chaque bloc */

.titre_bloc {
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10pt;
  background: url(../images/fond-titre.jpg);
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.colonne {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  background: url(../images/fond_montagne.jpg) no-repeat bottom white;
  border: solid 1px black;
  vertical-align: top;
}

.colonne a {
  font-weight: bold;
  text-decoration: none;
  color: white;
  font-size: 10pt;
}

.colonne a:hover {
  font-style: italic;
}


/********************** colonne de gauche ******************************/

#description {
  width: 150px;
  font-size: 8pt;
  text-align: justify;
}

#description p {
  padding: 5px;
}

#acteurs {
  width: 150px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}


#hommage {
  width: 150px;
}

/********************** colonne de droite ******************************/
#chemin_reve {
  width: 150px; 
  font-weight: bold;
  font-size: 10pt; 
}

#chemin_reve p{
  border: 0px;
  text-align: center;
}



#effeme {
  width: 150px; 
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  font-weight: bold;
  font-size: 10pt;
}
#effeme p{
  text-align: center;
}

#sponsors {
  width: 150px;
  text-align: center; 
}


/********************** Contenu de la page *****************************/
#corps {
  width: 473px;
  background-color: white;
  border: 1px solid black;
  text-align: center;
  vertical-align: top;
  font-size: 10pt;
}

#corps p{
  text-align: justify;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 10pt;
}

#corps h1{
  font-size: 18pt;
  color: #ad0031;
  background-color: #ca9797;
  height: 36pt;
}

.nom {
  font-size: 16pt;
}

.info {
  color: #ad0031;
  font-weight: bold;
  font-size: 10pt;
}

.italique {
  font-style: italic;
}

.info_liste {
  text-align: left;
  font-size: 10pt;
  list-style-type: none;
}

/************************ Page parcours.php *****************/
#tableauparcours {
  width: 380px;
  font-size: 10pt;
  border-collapse: collapse;
  empty-cells: show;
}
#tableauparcours tr td {
  border: 1px solid black;
}
#indication {
  font-style: italic;
  font-size: 12pt;
  font-weight: bold;
}

.tetetableau {
  background-color: black;
  color: white;
  font-weight: bold;
}

.paystableau {
  background-color: #666666;
  color: white;
}
