    body      {
        font-family: Arial;
        font-size: 18px;
		background-color:#a0a0a0;
        margin-top: 10px;
    }
	div#titre {
        color: #0000FF;
        padding-bottom: 10px;
        text-align: center;
    }
	div.container {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding-top:0px;
		background-color:#FFFFFF;
        border: 2px solid #000000;
    }
	div#contenu {
        width: 760px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
	div#texte {
        width: 700px;
        text-align: justify;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
	sup {
		font-size:10px;
	}
    p.first {
        text-indent: 50px;
    }
	h1 {
        font-size: 60px;
        display: inline;
        line-height:70px;
    }
	h2 {
        color: #FF0000;
        font-size: 24px;
        display: inline;
    }
    h3 {
        color: #0066ff;
        font-size: 20px;
        display: inline;
    }
    h4 {
        font-size: 18px;
        display: inline;
    }
    h5 {
        font-size: 16px;
        display: inline;
    }
    .special  { color: #FF0000; }
	table.coupon {
        width:355px;
		font-size:18px;
		border:5px dashed #FF0000;
		background-color:#FFFF00;
/*		padding:10px; */
    }
	li {
        padding-bottom: 10px;
	}
    b.bul {
        color: #006600;
    }
	span.fondjaune {
		background-color: #FFFF00;
	}
    span.rouge {
        color:#FF0000;
    }
    span.vert {
        color:#009900;
    }
    div.footer {

    }
