	
body
{
	background-color:#FFFFFF;
    color:#000000;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:0.8em;
}

#banniere
{	
	display:none;
}

#barre
{
	display:none;
}

#menu
{	
	display:none;
}

.texte
{
	background-color: white;
	margin-top: 10px;
	margin-right: 5px;
	padding: 10px;
    text-align: justify;
}

.texte h1
{	
	color: rgb(0,128,192);
}

.texte p:first-letter
{
   font-weight: bold;	
   color: rgb(0,128,192);
}


.tableau
{
   border-collapse: collapse;
}
.tableau td, .tableau th
{
   border: 1px solid black;
   padding: 5px;
}
