/*
//////// MUSEE ////////
*/

*.table-du-musee a, *.table-du-musee a:hover, *.table-du-musee a:active ,
*.vignette a, *.vignette a:hover, *.vignette a:active {
    border-bottom: 0px dotted #cc3322;
    text-decoration:none;
}
*.cellule-sous-categorie-musee td {
    height : 70px;
    min-height : 70px;
    border : solid 1px #aaaaaa;
    background-color: #F0EFE1;
}
*.table-du-musee {
    /* background-color: #e4db9d; */
    margin-left : 20px;
    margin-top : -5px;
    margin-bottom : 20px;
    display : block;
    clear:both;
}
*.table-du-musee table {
    padding-left : 20px;
    display: block;
}
*.table-du-musee td {
    padding-top : 3px;
}
#photos-du-musee {
    margin-bottom : 30px;
    margin-top : -10px;
}
#photos-du-musee table {
    border : solid 1px #a26829;
    border-collapse : separate;
    margin : 20px 30px 10px 0px;
}
#photos-du-musee td {
    background-color: #F0EDD2;
    color : #000000;
    text-align : center;
    vertical-align : top;
    text-decoration : none;
    border : dotted 1px #b27839;
    padding : 15px 5px 5px 5px;
}
*.titre-image-musee {
    font-variant: small-caps;
    font-weight: bolder;
    font-size : 1.1em;
}
*.titre-sous-categorie {
    font-weight: bold;
    margin-left : 10px;
    text-align:left;
}
*.commentaire-sous-categorie {
    margin-left : 30px;
    margin-right : 15px;
    color : #555555;
    text-align:left;
}
*.commentaire-image-musee {
    margin-top : 10px;
    color : #555555;
}
*.vignette-sous-categorie {
    text-align: center;
    margin-right : 20px;
    padding : 0 10px 0 10px;
}
*.vignette-sous-categorie img, *.vignette img {
    border : solid 1px #222222;
}
/*
//////// AFFICHAGE PLEINE PAGE D'UNE IMAGE PAR LE MUSEE  /////////////
*/

body.presentation-image-ffo {
    background-image : none;
    background-color : #000000;
    width : 100%;
    left: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#fond-image * {
    text-align : center;
    margin : auto;
}
#nom-categorie, #nom-categorie *, #nom-categorie a,
#nom-categorie *:visited, #nom-categorie *:hover, #nom-categorie *:active {
    font-variant: small-caps;
    font-size : 24px;
    font-weight : lighter;
    color : #666661;
    margin : 8px auto -10px auto;
    font-family : "Garamond", "Baskerville", "Palatino", "Georgia", "Book Antiqua",  "Calisto MT", "Hoefler Text", serif;
}
#image-elle-meme img {
    padding : 1px;
    background-color : #050006;
    display : block;
    border : 1px solid #948D95;
}
#image-elle-meme.petite img {
    height : 500px;
    border : none;
}
#avant-image, #apres-image {
    height : 13px;
    width : 749px;
    /* background-color : #0000FF; */
    background-image : url(../../images/css/musee/barre-horizontale.gif);
    margin : 17px auto 17px auto;
}
#titre-image, #titre-image *, #titre-image a,
#titre-image *:visited, #titre-image *:hover, #titre-image *:active {
    font-size : 22px;
    font-weight: bold;
    color : #AAAAA7;
    margin : -7px auto 2px auto;
    font-family : "Garamond", "Baskerville", "Palatino", "Georgia", "Book Antiqua",  "Calisto MT", "Hoefler Text", serif;
}
#infos-supplementaires-image {
    padding-top : 0;
    margin : -1px 0 -13px 0;
}
#commentaire-image, #commentaire-image *, #commentaire-image a,
#commentaire-image *:visited, #commentaire-image *:hover, #commentaire-image *:active {
    text-align : center;
    width : 340px;
    font-family: "Optima", "Gill Sans", "Trebuchet MS", "Geneva", "Lucida sans", "Tahoma", sans-serif;
    font-size : 13px;
    color : #666661;
}
#infos-supplementaires-image * {  
 /* font-variant: small-caps; */
    font-size : 11px;
    font-weight : lighter;
    color : #999991;
    display : inline;
}
#retour-musee *, #navigation-entre-images *,
#retour-musee *:visited, #navigation-entre-images *:visited,
#retour-musee *:hover, #navigation-entre-images *:hover,
#retour-musee *:active, #navigation-entre-images *:active
 {
    font-variant: small-caps;
    font-weight : bold;
    font-size : 20px;
    color : #925832;
    border : 0px solid #FF0000;
    display : inline;
    text-decoration : none;
    font-family : "Garamond", "Baskerville", "Palatino", "Georgia", "Book Antiqua",  "Calisto MT", "Hoefler Text", serif;
}
#retour-musee *:active, #navigation-entre-images *:active,
#retour-musee *:hover, #navigation-entre-images *:hover {
    color : #FF8204;
}
#navigation-entre-images {
    margin : 20px auto 10px auto;
}
#image-precedente {
    background : url(../../images/css/musee/image-precedente.gif) center right no-repeat;
    width : 75px;
    height : 35px;
}
#image-suivante {
    background : url(../../images/css/musee/image-suivante.gif) center left no-repeat;
    width : 75px;
    height : 35px;
}
#image-precedente a span, #image-suivante a span {
    visibility : hidden;
}
#retour-musee {
    margin : 0px auto 20px auto;
}