/*FEUILLE DE STYLE XNVIEW AMELIOREE*/
/*Certains élément sont à modifier à chaque nouvelle collection de photos*/

/*LE CONTENU DE CETTE FEUILLE EST DONC A SUBSTITUER */
/*A CELUI OBTENU POUR UNE NOUVELLE SERIE PHOTOS SUR UN NOUVEL ARTICLE*/



body {
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif!important;
color: #000033!important; /*Couleur général du texte à changer en fonction du fond*/
background: #669933!important; /*Couleur de fond à changer - important permet de prendre la main sur les autres feuilles de style*/
margin-left: 2%; /*ne pas modifier c'est le centrage du bloc photos*/
margin-right: 2%; /*ne pas modifier c'est le centrage du bloc photos*/
padding-top: 10px!important;
padding-bottom: 50px!important;
}

h1 {
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif!important;
font-size: 1.7em!important;
color: #ffffcc!important; /*couleur du titre à modifier éventuellement - idem ci-dessus pour important*/
font-weight: 600!important;
}

p {color : #ffffcc ; font-weight: 600;}

/*Ne rien modifier dans les commandes ci-dessous*/

a:link, a:visited {
 color: #000000;/*couleur des liens précédent vignettes suivant*/
 background: transparent;
 text-decoration: underline;
}
a:active, a:hover {
 color: #ffffff;/*couleur des liens précédent vignettes suivant*/
 background: transparent;
 text-decoration: underline!important;
}
img {
 border: none;
}
.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
div.footer {
margin-top: 20px;
 font-style: italic;
}

/*
Thumbs
*/
table {
 background: #fff;
 border: 1px solid #999;
 margin: 1em 0 1.25em 0;
 padding: 2px;
}
td {
 background: #eee;
 border: 1px solid #999;
 width: auto;
 line-height: 110%;
 vertical-align: baseline;
}
div.caption {
 font-size: 90%;
}

/*
Page
*/
div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;
}
div#navt a, div#navb a {
 text-decoration: none;
}
div.content {
 background: #fff;
 border: 1px solid #999;
 margin: 1em auto 1em auto;
}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;
}