
/* Feuille de style spécifique aux pages des images de croisière en irlande */

DIV.liens-image-croisiere {
 margin: 0em 10% 0 10%;
}

DIV.liens-image-croisiere A.precedente,
DIV.liens-image-croisiere A.suivante,
DIV.liens-image-croisiere SPAN {
 float: left;
 display: block;
 text-align: center;
 border-bottom: 1px solid grey;
}

DIV.liens-image-croisiere SPAN {
 width: 34%; 
}

DIV.liens-image-croisiere A.precedente,
DIV.liens-image-croisiere A.suivante,
DIV.liens-image-croisiere SPAN.lien-absent
{
 width: 33%; 
}

DIV.liens-image-croisiere a,
DIV.liens-image-croisiere a:link,
DIV.lien-retour a
{
 text-decoration: none;
 color: #333;
}

DIV.liens-image-croisiere a:visited {
 text-decoration: none; 
 color: #888;
}

DIV.liens-image-croisiere a:active {
 font-weight: bold;
 text-decoration: none; 
 color: #fff;
}

DIV.liens-image-croisiere a:hover {
 text-decoration: none;
 color: #eee;
 background-color: #888;
}

DIV.lien-retour a:hover {
 text-decoration: underline;
}

DIV.lien-retour {
 margin: 1em 10% 0 10%;
 text-align: center;
}


DIV.image-croisiere {
 height: 260px;
 clear: left;
 margin: 0em 10% 0 10%;
 padding: 10px 0 6px 0;
 text-align: center;
 background-color: #ddd;
 border-top: 1px solid grey;
 border-bottom: 1px solid grey;
}

DIV.image-croisiere IMG {
 margin: 0;
}

DIV.commentaire-croisiere {
 margin: 2em 10% 1em 10%;
 text-align: left;
 border: 0;
 padding: 1em;
}

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;
}


DIV.galerie-croisiere {
 float: left;
 height: 275px;
 margin: 2em 2em 0 0;
}

DIV.galerie-croisiere A.vignette-image {
/* display: block; */
}


