body
{
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 background-color: black;
 font-family: "Times New Roman", Arial,sans-serif, Times;
}


a
{
 color: rgb(208,128,17);
 text-decoration: none;
}
a:hover
{
text-decoration: underline;
}


/* pour le page toute noire  ==> <div id="page_photo_noire" >*/
#body_page_noire
{
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 font-family: "Times New Roman", Arial,sans-serif, Times;
 color: white;
 background-color: black;
}

#body_page_noire h1
{
text-align: center;
border-bottom: 6px solid white;
}

#body_page_noire h2
{
text-align: center;
border-bottom: 3px solid white;
}

#body_page_noire p
{
text-align: center;
}


#body_page_noire p.ptit_note
{
 font-size: 75%;
}





