/* GENERAL */

/* On essaye de virer les contours pointillés autour d'un lien lors d'un click */
a:active{ outline: none; }
a:focus{ -moz-outline-style: none;}

* {

margin: 0px;

padding: 0px;

font-family: Arial, Verdana, sans-serif;
border:  none;
color: #1A1A1A;
}

h1 {
    margin-bottom: 20px;
}
h2 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 6px;
}
p {
    margin-bottom: 5px;
}
/* PAGE */

#photoagrandie {
width: 980px;
height: 730px;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-top: 11px;
padding-left: 15px;
padding-right: 15px;

background-color : #F4F4F1;

}
#photopublicationagrandie {
width: 980px;
height: 730px;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-top: 11px;
padding-left: 15px;
padding-right: 15px;

background-color : #F4F4F1;

}
/* Grands formats EDITIONS et PUBLICATIONS*/
.italic_gd {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
}
.an_gd {
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
}
.auteur_gd {
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
}
.texte_gd {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
}
.publication_auteur_gd {
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
}
.publication_texte_gd {
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
}


/* PHOTO AGRANDIE */
#photoagrandie h1{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
#photoagrandie p{
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.an{
    color: #1A1A1A;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
#photoagrandie img{
    max-width: 960px;
    max-height: 550px;
    margin-bottom: 10px;
}
#photopublicationagrandie img{
    max-width: 960px;
    max-height: 460px;
    margin-bottom: 10px;
}

/* NAVIGATION EN BAS DES TABLEAUX AGRANDIS */
#navigbas {
    margin-right: auto;
    position: absolute;
    top: 690px;
    text-align: left;
    !margin-left:-490px;
}
#folio {
    margin-left:570px;
}
.folio {
    font-size: .8em;
}
.posit {
    vertical-align: 90%;
    font-size: .8em;
}