@charset "UTF-8";

@media print {
    .non-printable {
        display: none;
    }
}

.titre_plr { position: relative;
    color: white; /* texte en blanc */
    font-weight: bold; /* texte en gras */
    background-color: #074EA1; /* fond rectangle bleu */
    padding: 6px; /* marge de 5px */padding-left:8px; padding-right:10px;
	margin-left:8px;
    transform: rotate(-3.5deg); /* orientation du bloc en rotation de -3.5° */
	display: inline-block;  clear: both; /* force un saut de ligne après l'élément */
	z-index: 2; 
}

.stitre_plr { position: relative;
    color: white; /* texte en blanc */
    font-weight: bold; /* texte en gras */
    background-color: #e8308a; /* fond rectangle bleu */
    padding: 7px; /* marge de 5px */padding-left:9px; padding-right:9px;
    //transform: rotate(-3.5deg); /* orientation du bloc en rotation de -3.5° */
	display: inline-block;
	z-index: 20; 
}


.titre_plra { position: relative;
    color: white; /* texte en blanc */
    font-weight: bold; /* texte en gras */
    background-color: #074EA1; /* fond rectangle bleu */
    padding: 7px; /* marge de 5px */ padding-right:11px; padding-bottom: 5px;
	/*margin-left:8px;*/
    transform: rotate(-3.5deg); /* orientation du bloc en rotation de -3.5° */
	display: inline-block;  clear: both; /* force un saut de ligne après l'élément */
	z-index: 20; 
}

.stitre_plra { position: relative;
    color: white; /* texte en blanc */
    font-weight: bold; /* texte en gras */
    background-color: #e8308a; /* fond rectangle bleu */
    padding: 8px; /* marge de 5px */padding-left:9px; padding-right:9px;
	margin-left:3px; top:-3px;
    transform: rotate(-3.5deg); /* orientation du bloc en rotation de -3.5° */
	display: inline-block;
	z-index: 10; 
}


@font-face {
    font-family: 'Linotype';
	src: local('Linotype Univers 420 Condensed'),
		 local('Linotype-Univers-420-Condensed'),
         url('fonts/LinotypeUnivers420Condensed.eot'), /* IE9 Compat Modes */
         url('fonts/LinotypeUnivers420Condensed.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LinotypeUnivers420Condensed.otf') format('opentype'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Linotype';
    src: local('Linotype Univers 320 CnLight'),
		 local('Linotype-Univers-320-CnLight'),
         url('fonts/LinotypeUnivers620BoldCondensed.eot'), /* IE9 Compat Modes */
         url('fonts/LinotypeUnivers620BoldCondensed.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LinotypeUnivers620BoldCondensed.otf') format('opentype'); /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}