.titre  {
     color: white;
     font-stretch: condensed;
     background-color: fuchsia;
     text-align: center;
     font: normal 800 14pt sans-serif;
}
.cadre {
     border: solid 3pt fuchsia;
     background: #FFDFF2;
}
.texte  {
     font-size: 10pt; 
     font-family: sans-serif; 
     line-height: 12pt; 
     margin: 1em;
     text-align: justify;
}

.alignement-gauche 
{
     text-align: left;
}

.texte-indenting 
{
     margin-left: 48pt;
}
.texte-titre { 
	font-size: 11pt; 
	font-family: sans-serif; 
	font-weight: bold; 
	line-height: 13pt; 
	margin: 1em 
	}

.colonne-gauche 
{
     position: absolute;
     top: 232px;
     width: 70%;
     left: 10px;
}

.vide 
{
     height: 20px;
}

.colonne-droite 
{
     position: absolute;
     top: 232px;
     width: 28%;
     right: 10px;
}

.restrictions 
{
     position: absolute;
     top: 185px;
     left: 10px;
     height: 15px;
     font-style: italic;
     font-size: 9pt;
     line-height: 10pt;
}

.newsletter 
{
    	position: absolute;
    	top: 110px;
  	left: 120px; 
    	color: #B500B5;
     font: oblique bold xx-large/1px serif;
     text-align: right;
}

