﻿
.pageLivreOr
{
    z-index: 0; 
    position:relative;
    border-style: solid; 
    border-width: 2px; 
    border-color: White;
    background-color: Black;
    color: White;
    /*color: #e2e1e1;*/
    height: auto;
    width: 700px;
	padding-bottom:20px;
	/*font: Arial italic;*/
	
}

.pageLivreOr #date
{
	font-family: Times New Roman;
    font-style: italic;
    font-weight: bold;
    font-size: medium;
    /*border-bottom: solid 1px;*/
	text-decoration: underline;
	margin: 10px 10px 10px 10px;
}

.pageLivreOr #texte
{
    font-family: Times New Roman;
    font-style: italic;
    font-weight: bold;
    font-size: medium;
    color: White;
    text-align: justify;
	margin: 10px 10px 10px 10px;
}

.pageLivreOr #photos
{
	width: 600px;
	margin: 10px auto 0px auto;
	text-align: center;
}

.pageLivreOr #photos img
{
	margin: 0px 15px 0px 15px; 
}
