body {
	scollbar-face-color:#9C8B5D; 
	scrollbar-highlight-color:#9C8B5D;
	scrollbar-3dlight-color:#9C8B5D;
	scrollbar-darkshadow-color:#080808 ;
	scrollbar-shadow-color:#080808 ;
	scrollbar-arrow-color:#9C8B5D ;
	scrollbar-track-color:#080808 ;
	color: rgb(156, 139, 93);
	background-color: rgb(8, 8, 8);
	width: 390px
}

a:link {color: #C93F3F; text-decoration:none;}
a:visited {color: #C93F3F; text-decoration:none;}
a:hover {color: #C93F3F; text-decoration:none;}

.titre_page {
	text-align: center;
}
.titre {
	color: #9c8b5d;
	font-weight: bold;
	font-family: exocet, "Arial Black", "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	font-variant: small-caps;
	margin-bottom: 10px;
}
.auteur {
	color: #5152C8;
	font-style: italic;
	text-decoration: underline ;
	font-variant: small-caps;
	font-family: exocet, "Arial Black", "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
}
.transition {
	text-align: center;
	color: #C93F3F;
}
.données_centre {
	color: #7b7b7b;
	font-family: arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: left;
	font-size: 15px;
	margin-bottom: 10px;
}
input
{
   border: 1px solid #7b7b7b;
   background-color: black;
   color: #7b7b7b;
}
input.bouton
{
   cursor: pointer;
   margin: 0px;
}
textarea{
   border: 1px solid #7b7b7b;
   background-color: black;
   color: #7b7b7b;
}