/* Feuille de style rattachée à l'exposition virtuelle "Le Verrier : les coulisses de la découverte de Neptune"
*
* Réalisée en juillet 2011 par Cécile Cabantous, stagiaire de l'Ecole Nationale des Chartes 
* 
* Le design a été testé sur Mozilla Firefox, Safari, Google Chrome et Internet Explorer version 5.2.3 sur Mac OS X
* Editeur de texte utilisé: oXygen 12
* Sites de références utilisés: W3CSchool, le Site du Zero, Alsacreations, CSSBeauty
* Ouvrages de référence: le chapitre CSS de "XML en concentré" (éd. O'Reilly), "CSS par l'exemple" (éd. O'Reilly) et "Réussir son site web avec XHTML et CSS" de Mathieu Nebra
*/

/* Charte graphique*/

body {
    font-family : verdana, arial, helvetica, sans-serif;
    width : 100%;
    height : 100%;
    margin : 0;
    padding : 0;
}
#charte-graphique {
    width : 1050px;
    height : 580px;
    margin : 4% auto;
    min-width : 600px;
    position : relative;
}
#titre {
    display : block;
    float : left;
    background-image : url(../graphisme/titre.png);
    background-repeat : repeat-y;
    height : 70px;
    width : 300px;
    margin : 10px 0 0 10px /*233px*/;
    overflow : hidden;
    line-height : 1000px;
    outline : 0;
}
#portrait-dupain{
    float:left;
}
#titre-pdg{
    float:left;
}
#contenu {
    width : 1000px;
    height : 423px;
    margin : 25px 25px 14px 25px;

}
a,
a img {
    text-decoration : none;
    border : none;
}
/* Pied-de-page */
.pdp-instit {
    display : block;
    float : right;
    list-style : none;
    font-size : small;
    font-variant:small-caps;
    margin : -30px 100px 0 0;
    padding : 0;
}
.pdp-instit li {
    width : 100px;
    display : block;
    float : left;
    margin : 0;
    padding : 5px 15px 0 0;
}
.pdp-instit li a {
    background : white;
    color : black;
    text-decoration : none;
}
.pdp-instit li a:hover {
    color : purple;
}

/* Couleurs */
body {
    background-color : black;
}
#charte-graphique {
    background-image : url(../ciel-etoile.jpg);
    background-repeat : repeat;
}
#contenu {
    background-color : white;
}
#portrait-dupain {
    height : 423px;
    margin : 0 0 0 0;
}
#img-neptune {
    height : 70px;
    margin : 10px 0 0 950px;
}
#titre-pdg {
    margin : 10px 0 0 70px;
    padding:0;
}

/* Textes */

h1,
h5 {
    display : none;
}
