
  body {
    font-weight: bold;
    background-color: rgb(20,20, 20);
    /*font-family: verdana,arial,sans-serif;*/
    margin: auto;
	width: auto;
	margin-top : 10px;
    /*font-size: 6px;*/
	}
	
	img {
	border-style: none;
	}
	
	.vignette {
/*	width : 49.5%;
	float : left;*/
	text-align: left;
    font-weight: normal;
    font-style: normal;
    color: rgb(0, 0, 51);
    font-family: verdana,arial,sans-serif;
    font-size: 14px;
	background-color: rgb(255, 255, 255);
	margin : 5px;
	
	}
	.vignette:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
/*ie hack*/
	* html .vignette {
	height: 1%;
	}

	.vignette img {
	float: left;
	margin-left : 1px;
	margin-top : 1px;
	margin-right : 5px;
	margin-bottom : 1px;
/*	width : 200 px;*/
	border: 0px none ;
	}
	.vignette h1 { 
	font-size: 18px;
    font-family: verdana,arial,sans-serif;
    font-weight: bold;
    color: rgb(0, 64, 224);
	margin:5px;
    }
	.vignette   a {
    font-weight: bold;
    color: rgb(0, 64, 224);
    text-decoration: none;
	}
	.vignette a:hover {
	color: rgb(0, 128, 255);
    }
	
  .Marquage { text-align: right;
    font-size: 0px;
    }

  .Marquage img { border-style: none;
    width: 0px;
    height: 0px;
    }

