body {
    background-image: url("fond b.png");
		background-attachment: fixed;
		background-size: repeat-x ;
		cursor: url("curseur.png"), auto;
    margin: 0 auto;
		margin-top: 15px;
		font-family: Courier New;
    font-size: 13px; }
    
      a:hover{
      cursor: url("curseur 2.png"), auto; }
        
    ::selection{
    background-color: #1E2207;
    color: white; }
      
	p {
		color: black;
		text-align: left; }
		
	  v{
      font-family: Pacifico, cursive;
      font-size: 30px;
      text-decoration: none; }
      
	a:link {
		color: black;
		text-decoration:none; }	

    a:hover {
      color: #46500E;	} 

	::-webkit-scrollbar {
		width: 8px; }

/* Track */
	::-webkit-scrollbar-track {
		background: transparent; }

/* Handle */
	::-webkit-scrollbar-thumb {
		background: #282D0B; }

	.divboite {
    background-color: rgb(48, 54, 14, 0.7);
		width: 770px;
		height: 543px;
		text-align: left;
		border: 4px double #30360E;
		overflow: auto;
		padding: 13px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0%; }

  .sidenav {
    background-color: rgb(48, 54, 14, 0.7);
    height: 100%;
    width: 230px;
    position: fixed;
    border: 1px solid #30360E;
    overflow-x: hidden;
    padding-top: 20px;
    z-index: 1;
    top: 0;
    left: 0; }

    .sidenav p{
      color: black;
      font-size: 20px;
      text-align: center;
      display: block; }
  
  hr.facon1 {
   border-top: 1px solid #30360E; }

.imgh { position: fixed; top: 200px; right: 0%; z-index: -1; }
.imgc { position: fixed; top: 230px; right: -10%; z-index: -1; }
.imgm { position: fixed; top: 230px; right: 0%; z-index: -1; }
