
  html, body { background-image: url(images/back_1.jpg);
    background-color: rgb(255, 255, 255);
	margin-left: auto;
	margin-right: auto;
	min-width: 850px;	/* largeur minimale */
	max-width: 950px;	/* largeur maximale */
	margin-top: 15px;
	margin-bottom: 0px;
    font-size: 100%;
	}
	
	.fonddepage {
	background-color: rgb(255, 255, 255);
	margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    width: auto;
	min-width: 850px;	/* largeur minimale */
	max-width: 950px;	/* largeur maximale */
	padding: 20px;		/* Marge intérieure */
	}
		
	.paragraphe {
	background-color: rgb(255, 255, 255);
	margin-left: 40px;
    margin-right: 10px;
    margin-bottom: 0px;
    width: auto;
	padding: 10px;		/* Marge intérieure */
	}

	.corpsdetexte {
	background-color: rgb(255, 255, 255);
    margin-left: 40px;
    margin-right: 0px;
    margin-bottom: 10px;
    width: auto;
	padding: 10px;		/* Marge intérieure */
	text-align: justify;
	}
	
  .menu_on { background-color: rgb(225, 0, 0);
    text-align: center;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: small;
    }

  .menu_off { background-color: rgb(255, 240, 230);
    text-align: center;
    font-size: small;
    }
	
  .image { 
   border: 0px;
   margin-left: 10px;
   margin-right: 10px;
	}
	
  .image_left { 
   border: 0px;
   margin-left: 0px;
   margin-right: 20px;
   margin-bottom: 10px;
   float: left;
	}

  .image_right { 
   border: 0px;
   margin-left: 20px;
   margin-right: 0px;
   margin-bottom: 10px;
   float: right;
	}

  .puce { 
   border: 0px;
   margin-left: 0px;
   margin-right: 10px;
   vertical-align: middle;
	}

	.main_title {
	visibility : visible ;
	width : 240px ;
	height : 70px ;
	background-image : url(images/logo.jpg) ;
	background-repeat :	no-repeat ;
	}
	
  .retrait {
  margin-left: 50px;
	}

  .retrait_fort {
  margin-left: 100px;
	}
	
	.cadre {
	border: 1px solid #333333;
	background-color: rgb(245, 245, 245);
	padding: 5px;
	}
	
	.tableaufixe {
	font-family: "Courier New", Courier, "Liberation Mono", monospace;
	text-align: center;
	color: black;
	}

	.exemple {
	font-family: "Trebuchet MS", Arial, Verdana, serif; /* Arial - Arial Black - Comic Sans MS - Courier New - Georgia - Impact - Times New Roman - Trebuchet MS - Verdana */
    font-size: 14px; /* 14 pixels ou x-small small medium large x-large ou 1.3em ou 130% */
	text-align: center; /* justify right left */
	text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
	font-style: normal; /* italic */
	font-weight: normal; /* bold */
	font-variant: none; /* small-caps uppercase lowercase capitalize */
	text-decoration: none; /* underline line-through overline blink */
	color: green; /* red yellow.... rgb(243,65,243) #FFFFFF */
	background-color: yellow; /* identique color */
	}