
/* Feuille de style spécifique aux pages des voyages à vélo */

TABLE.kilometrage { 
 border-collapse: collapse;
}

TABLE TR { 
 border: 1px solid black;
}

TABLE TR TD, TABLE TR TH { 
 padding-left: .3em;
 padding-right: .3em;
}

DIV.intro-trajet {
 clear: both;
 margin-right: 10%; 
 border-top: 1px solid black;
}

IMG.image-trajet {
 clear: left;
 float: left;
 margin: 1em 1em 1em 0;
}



DIV.liens-notes-voyages { 
 clear: both;
 text-align: right;
 list-style-type: none;
 background-color: #ccc;
 margin: 0px 0 0 0;
 padding: 0 80px 0px 80px;
 /* font: 90% Georgia,"Times New Roman",Times,serif; */
 font: 90% serif;
 color: #555;
/* border-bottom: 1px solid black; */
}

DIV.liens-notes-voyages a,
DIV.liens-notes-voyages a:link
{
 padding: 0 1ex 0px 1ex;
 margin: 0;
 font-weight: bold;
 text-decoration: none;
 color: #333;
 background-color: #ccc;
 font-size: 110%;
}

DIV.liens-notes-voyages a:visited {
 font-weight: bold;
 text-decoration: none; 
 color: #555;
 background-color: #ccc;
}

DIV.liens-notes-voyages a:active {
 font-weight: bold;
 text-decoration: none; 
 color: #fff;
 background-color: #ccc;
}

DIV.liens-notes-voyages a:hover {
 text-decoration: none;
 color: #eee;
 background-color: #333;
}


