        * {
            margin: 0;
            padding: 0;
        }



        h1 {
            font-size: 1.6em;
            text-align: left;
            margin: 0px 10px 25px;
            height: 65px;
            align-items: center;
            text-align: center;
            background: none;
        }

        p {
            font-size: 12px;
          
        	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
            text-align: left;
          
        }



        /*------------------------------------------------------------ CONTENU PRINCIPAL */

        #filAriane {
            margin: 15px 15px 20px;
            font-weight: bold;
        }



        #filAriane a {
            color: #0066CC;
        }

        #filAriane a:hover {
            text-decoration: none;
        }

        #filAriane a:visited {
            color: #800080;
        }

        @media (min-width: 800px) {
            #colonnes {
                column-count: 3;
                column-gap: 30px;
                column-rule-width: 1px;
                column-rule-style: solid;
                column-rule-color: #e9e9e9;

            }
        }

        #colonnes {
            margin: 35px 0 0px;
            padding: 0px;
        }

        #colonnes a,
        #texte-presentation a {
            color: #0066CC;
            text-decoration: underline;
        }

        #colonnes a:hover,
        #texte-presentation a:hover {
            text-decoration: none;
        }

        #colonnes a:visited,
        #texte-presentation a:visited {
            color: #800080;
        }

        #colonnes p {
            margin-top: 0px;
        }


        #texte-presentation {
            margin: 20px 10px 0px;
        }

#texte-presentation {
            margin-left: 0;
        }

			#texte-presentation .vignette-img {
				float: left;
				margin: 2px 22px 15px 0;
			}


			#texte-presentation .legende p,
			#texte-presentation .legende p a {
					margin-top: 6px;
				font-size: 11px;
				line-height: 1.4em;
			}
		
			#texte-presentation h2 {
		    	color: #003399;
    			font-size: 1.4em;
				font-weight: bold;
			}

        #sans-coupure {
            -webkit-column-break-inside: avoid;
            /* Chrome, Safari, Opera */
            page-break-inside: avoid;
            /* Firefox */
            break-inside: avoid;
            /* IE 10+ */
            break-inside: avoid-column;
            /* W3C */
        }

        .liens-pdf {
            background: url('/images/icone_pdf.gif') no-repeat 100% -1px;
            margin-right: 3px;
            padding-right: 20px;
        }
    .lettrine {
        font-size: 1.1em ;
        font-weight: bold;
        display: block;
        margin-top: 35px;
        color: #FFF;
        padding-left: 5px;
        
        }
    
    .lettrine:first-child {
        margin-top: 0px;
    }
    
    /* Étirer le bandeau des vocabulaires à la largeur du nouveau gabarit */
    h1 img,h2 img{ width:100%; height:auto;}
    h1 { height:auto; margin:0; padding:0; position: relative;}
    h1 img+span {
        position: absolute;
        text-align: left;
        color: black;
    }
    @media screen and (min-width: 991px) {
        h1 img+span {
            font-size: 1.6em!important;
            margin: 0px 10px 25px;
            left:0; 
            top: 1em!important;
        }
    }
    @media screen and (min-width: 767px) {
        h1 img+span {
            font-size: 1.2em;
            margin: 0px 10px 25px;
            left:0; 
            top: .2em!important;
        }
    }
    @media screen and (min-width: 575px) {
        h1 img+span {
            font-size: 1em;
            margin: 0px 10px 25px;
            left:0; 
            top: .2em!important;
        }
    }
    @media screen and (max-width: 574px) {
        h1 img+span {
            font-size: 0.7em;
            margin: 0px 10px 25px;
            left:0; 
            top: 0!important;
        }
    }