﻿body {
    font-size: 120%;
    line-height: 1.2em;
    margin-top: 0px;
    text-align: center;
    background-color: #E1E1E1;
}

#conteneur_global {
    width: 980px;
    margin: 0 auto;
    display: table;
}

#conteneur_global_centre {
    width: 100%;
    float: left;
}


#banniere_2 {
    float: left;
    width: 100%;
    height: 765px;
    background-image: url('banniere-avesnois-accueil-I-A.webp');
    background-repeat: no-repeat;
}

a {
    color: #996633;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    font-size: 110%;
}

.img3 {
    border-color: #C0C0C0;
    border-width: 0px;
    padding: 0px;
}

img {
    padding: 1px;
    margin: 0;
    border-radius: 10px;
    width: 100%;
    height: auto;
    background-color: #000000;
}

.paragraphe {
    text-align: justify;
}





/* DOUBLES INEGALES LARGES PETITES*/

.bloc-double-large-gauche {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}

.col-gauche-large {
  flex: 0 1 62%;
  box-sizing: border-box;
  background-color: #DFDFDD;
}

.col-droite-petite {
  flex: 0 1 35%;
  box-sizing: border-box;
  background-color: #DFDFDD;
}


/* DOUBLES INEGALES PETITES LARGES*/

.bloc-double-large-droite {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.col-gauche-petite {
  flex: 0 1 35%;
  box-sizing: border-box;
  background-color: #DFDFDD;
}

.col-droite-large {
  flex: 0 1 62%;
  box-sizing: border-box;
  background-color: #DFDFDD;
}

    .col-large {
	flex: 1 1 100%;
	box-sizing: border-box;
	background-color: #DFDFDD;
}

/* Styles spécifiques */
.auto-style4 {
    font-size: 25px;
}

.auto-style30 {
    text-align: center;
}

.auto-style32 {
    text-align: left;
    margin-left: 435px;
    line-height: 1.4em;
    margin-top: 580px;
}

.auto-style33 {
    text-align: left;
    margin-left: 470px;
    line-height: 1.4em;
}

.auto-style34 {
    text-align: left;
    margin-left: 502px;
    line-height: 1.4em;
}

.auto-style35 {
    text-align: left;
    margin-left: 540px;
    font-weight: bold;
}

.auto-style37 {
    font-size: 177%;
    line-height: 1em;
    margin-top: 1px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    margin-left: 345px;
}

.auto-style38 {
    font-size: 21px;
    text-align: left;
}

.auto-style39 {
    border-radius: 10px;
    border: 1px solid #996633;
}

.auto-style48 {
    border-radius: 10px;
    border: 1px solid #996633;
    text-align: center;
}
.auto-style49 {
	font-size: 20px;
}


/* Pour corriger l'affichage du diaporama (iframe ou vidéo) */
.video-cinema {
    background-color: #000000;
    padding: 30px 5px 0px 5px;
    width: 970px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.video-cinema video {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 10px;
}