/* Définition des polices personnalisées */

@font-face 
{ 
    font-family: 'LearningCurveProRegular';
    src:url('polices/learning_curve_regular_ot_tt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Rochester', cursive;
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Parisienne', cursive;
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Aladin', cursive;
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

body
{
    background: #FFF5D7;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
    width: 900px;
    margin: auto;
}

/* Header */

header
{
    background: url('images/separateur.png') repeat-x bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.titre_principal
{
    background: url('images/haut_bocq.jpg') repeat-y bottom;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0px 6px 6px #1c1a19;
    margin-top: 25px;
    margin-bottom: 25px;
}

figure
{
    margin-left: 5px;
    margin-right: 5px;
}

figcaption
{
  	text-align: center;
    color: white;
}

/* Onglets */

#conteneur
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

header h1
{
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-bottom: -20px;
}

header h2
{
    font-size: 2.6em;
    font-weight: normal;
    text-align: center;
    color: white;
}

.onglet_description
{
    width: 103px;
    height: 42px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    border-radius: 5px;
    margin-bottom: 10px;
}

.onglet_description2
{
    width: 106px;
    height: 42px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    border-radius: 5px;
    margin-bottom: 10px;
}

.onglet_description3
{
    width: 102px;
    height: 42px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    border-radius: 5px;
    margin-bottom: 10px;
}

.onglet_description4
{
    width: 122px;
    height: 42px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    border-radius: 5px;
    margin-bottom: 10px;
}

.onglet_description5
{
    width: 138px;
    height: 42px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    border-radius: 5px;
    margin-bottom: 10px;
}

.bouton_rouge
{
    height: 35px;
    position: absolute;
    background: url('images/fond_degraderouge2.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    color: white;
    text-decoration: none;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.bouton_rouge img
{
    border: 2px;
}

/* Navigation */

p
{
   text-align: justify;
}

.p
{
  margin-bottom: 0;
  text-indent: 2em;
  margin-top: 0
}

nav ul
{
    list-style-type: none;
    display: flex;
}

nav li
{
    margin-right: 15px;
}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

/* Corps */

section
{
    display: flex;
    margin-bottom: 20px;
}

.boitesect7 /* index */
{
    width: 700px; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    padding-right: 3%;
    padding-left: 3%;
    vertical-align: middle;
    background-color: #F6E497;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #1c1a19;
    color: #3033E3;
    font-family: 'Georgia', serif;
}

.boitesect7 h1
{
    font-size: 1.6em;
    font-weight: normal;
    text-align: center;
    margin-top: 0px;
    padding-top: 30px;
}

.boitesect7 h2
{
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    padding-right: 30px;
}

.boitesect9 /* journal et contact */
{
    width: 900px; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    padding-left: 3%;
    padding-right: 3%;
    vertical-align: middle;
    background-color: #F6E497;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #1c1a19;
    color: #3033E3;
    font-family: 'Georgia', serif;
}

.boitesect9 h1
{
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
}

.boitesect9 h2
{
    font-size: 2.3em;
    font-weight: normal;
    text-align: center;
}

article, aside
{
    text-align: justify;
}

article
{
    margin-right: 20px;
    position: relative;
    flex: 1.25;
    background-color: #F6E497;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
}

article p
{
    font-size: 1.2em;
}

article h1
{
    font-size: 1.2em;
    color: #181818;
    text-align: left;
    margin-bottom: 15px;
}

aside
{
    margin-left: 40px;
    flex: 3;
    position: relative;
    font-size: 1em;
}

aside h1
{
    font-size: 1.0em;
    color: #181818;
    text-align: right;
    margin-bottom: 15px;
}
aside  p h6
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.8em;
    text-align: justify;
}

aside dd /* contact et info */
{
    padding-left: 4em;
}

aside h2
{
    font-size: 1.4em;
    color: #181818;
    font-weight: bold;
    text-align: center;
}

aside h3
{
    font-size: 1.3em;
    text-align: left;
    margin-left: 100px;
    text-decoration: underline;
}

aside h4
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #181818;
}

aside h5
{
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
    color: #181818;
}
aside img
{
    display: block;
    margin: auto;
}
aside figure
{
    display: inline-block;
}

aside figcaption
{
    text-align: center;
    color: black;
}

 .liste ul
 {
    list-style-type: circle;
 }

.journintro h1 /* mot du curé */
{
    font-size: 1.0em;
    text-align: right;
    text-decoration: none;
}

.journintro h2 /* mot du curé */
{
    font-size: 1.0em;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}

.journintro h3 /* mot du curé */
{
    font-size: 1.2em;
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.journintro h4 /* mot du curé */
{
    font-size: 1.2em;
    margin-left: 0px;
    text-align: left;
    font-weight: normal;
    font-style: italic;
}

.journintro h5 /* mot du curé */
{
    color: #181818;
    font-size: 1.4em;
    font-style: normal;
    font-weight: bold;
    margin: 18px 18px;
    text-align: center;
}

.journintro2 h2 /* mot du curé */
{
    color: #181818;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    margin: 0px 0px;
    text-align: center;
}
 .journintro2 h1 /* mot du curé */
{
    color: #181818;
    font-size: 1.4em;
    font-style: normal;
    font-weight: bold;
    padding-top: 1.2em;
    margin: 0px 0px;
    text-align: center;
}
.marge
{
    margin-left: 2.5em;
}
.sansmarge
{
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.alinea
{
    text-indent: 40px;
}

.alineasm
{
text-indent: 40px;
margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.retrait h2
{
    font-size: 1.2em;
    color: #181818;
    text-align: center;
    font-weight: bold;
}

.retrait h3
{
    font-family: 'LearningCurveProRegular', cursive;
    font-size: 1.0em;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
}

.retrait p
{
    text-indent: 2.5em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.retraitindent
{
    margin-left: 2.0em;
    margin-right: 2.0em;
    text-indent: 2.0em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.textindent
{
    text-indent: 2.0em;
}

}
.ulentexte
{
    margin-top: -15px;
    margin-bottom: 0px;
}

.textcenter
{
    text-align: center;
    font-size: 1.0em;
}

.textcenter p
{
    text-align: center;
    font-size: 1.0em;
}

.textright
{
    text-align: right;
    padding-right: 20px;
}

.textleft
{
    text-align: left;
    padding-left: 20px;
}

.boite
{
    width: 540px; /* On a indiqué une largeur (obligatoire) */
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid black;
    text-align: center;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #FFF5D7;
}

.boitefloat
{
    width: 540px; /* On a indiqué une largeur (obligatoire) */
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid black;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #FFF5D7;
}

.boitefloat p
{
    text-align: left;
}

.boitespecial
{
    width: 540px; /* On a indiqué une largeur (obligatoire) */
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #BF7908;
    box-shadow: 5px 5px 5px #BF7908;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #FFF5D7;
}

.boitespecial h1
{
    font-weight: bold;
    text-align: center;
}

}
.boitespecial h2
{
    font-family: 'LearningCurveProRegular', cursive;
    font-size: 1.6em;
    color: #181818;
    font-weight: bold;
    text-align: center;
}

.boitespecial h3
{
    font-family: 'LearningCurveProRegular', cursive;
    font-size: 1.6em;
    color: #181818;
    font-weight: bold;
    margin-left: 0px;
    text-decoration: none;
    text-align: left;
}

.boitespecial p
{
    text-align: center;
}

.boitepriere
{
    width: 500px; /* On a indiqué une largeur (obligatoire) */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border: 3px solid #BF7908;
    text-align: center;
    font-size: 1.0em;
    margin: auto;
    background-color: #FFF5D7;
    margin-bottom: 40px;
}

.boitepriere h2
{
    font-size: 1.3em;
    color: #181818;
    font-weight: bold;
    text-align: center;
}

.boitepriere p
{
    .interligne { line-height: 50%;};
}

.boiteliste
{
    width: auto; /* On a indiqué une largeur (obligatoire) */
    border: 1px solid black;
    text-align: center;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #FFF5D7;
    padding-left: 20px;
    padding-right: 20px;
}   

.boiteliste ul
{
    padding-left: 60px;
    padding-right: 20px;
    list-style-type: square;
    text-align: left;
}

.boiteimage
{
    width: auto; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    border: 0px solid black;
    text-align: center;
    font-size: 1.0em;
}

.boiteimage p
{
    padding: 0px;
}

.boiteimage img
{
	max-width: 450px;
}

.boiteimagelarge
{
    width: auto; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    border: 0px solid black;
    text-align: center;
    font-size: 1.0em;
}

.boiteimagelarge p
{
    padding: 0px;
}

.boiteimagelarge img
{
    max-width: 600px;
}

.boiteimagetweet
{
    width: 550px; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    border: 1px solid #BF7908;
    box-shadow: 5px 5px 5px #BF7908; 
    background-color: #6E497F;
}

.boiteimagetweet p
{
	text-align: center;
	font-weight: bold;
    font-size: 1.4em;
}

.boiteimagetweet img
{
	max-width: 450px;
}

.boitebible
{
    width: auto; /* On a indiqué une largeur (obligatoire) */
    border: 2px solid black;
    text-align: center;
    font-style: italic;
    color: black;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #F6E497;
    border-radius: 15px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.boitebible h1
{
    font-family: 'Georgia', serif;
    font-size: 1.0em;
    text-decoration: underline;
    color: #151515;
}
.agenda ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.agenda ol
{
    list-style-type: none;
}

.agenda h1
{
    color: #181818;
    font-size: 1.4em;
    font-style: normal;
    font-weight: bold;
    margin: 18px 18px;
    text-align: center;
}

.priere ul
{
    list-style-type:none
}
.priere h1 /* mot du curé */
{
    font-size: 1.0em;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.journalboitewhite
{
    width: 80%; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    padding-right: 3%;
    padding-left: 3%;
    vertical-align: middle;
    background-color: #FCFCF7;
    border: 3px solid black;
    border-radius: 5px;
    color: #181818;	
}

.journalboitewhite ul
{
    padding-left: 60px;
    padding-right: 20px;
    list-style-type: square;
    text-align: left;
}

.journalboitewhite h1
{
    font-size: 1.3em;
    text-align: center;
    text-decoration: underline;
}

.journalboitewhite p
{
    font-size: 1.1em;
    text-align: left;
    text-decoration: none;
}
.journalboitewhite2
{
    width: 90%; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    padding-right: 3%;
    padding-left: 3%;
    vertical-align: middle;
    background-color: #FCFCF7;
    border: 3px solid black;
    border-radius: 5px;
    color: #181818; 
}

.journalboitewhite2 h1
{
    font-size: 1.0em;
    text-align: right;
}

.journalboitewhite2 p
{
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
}
.slideshow {
    position: relative;
    width: 380px;
    height: auto;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0 auto 2em;
    background: #FFF;
    /* CSS3 effects */
    background: -webkit-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    background: -moz-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    background: -ms-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    background: -o-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}

table {
    width: 100%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
.journaltable th, td {
    padding: 5px 0px 5px 20px;
    text-align: left;
}
.journaltable caption {
    font-size: 1.3em;
  margin-bottom: 20px;
}
.journaltable ul, ol {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.journaltable ol li {
  list-style-type: none;
}

.journaltable caption {
    font-size: 1.3em;
  margin-bottom: 20px;
}
.cateboitewhite
{
    width: 70%; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    padding-right: 3%;
    padding-left: 3%;
    vertical-align: middle;
    background-color: white;
    border: 3px solid red;
    border-radius: 5px;
    color: #3033E3;
    font-family: 'Georgia', serif;	
}
.cateboitephotos
{
    width: 95%; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    padding-right: 3%;
    padding-left: 3%;
    vertical-align: middle;
    background-color: white;
    border: 3px solid red;
    border-radius: 5px;
    color: black;
    font-family: 'Georgia', serif;  
}

.cateboite
{
    width: auto;
    margin: auto;
    padding-left: 10%;
    padding-right: 3%;
}

.cateboite ul li
{
	list-style-type: none;
	padding-left: 10%;
}

.catetable
{
    border:solid 2px black;
    table-layout:auto;
    margin: auto;
}

.catetable th
{
    padding-left: 20px;
    padding-right: 20px;
}

.catetable td
{
    padding-left: 20px;
    padding-right: 20px;
}

.cateboiteformul
{
    width: auto;
    margin: auto;
    padding-left: 3%;
    padding-right: 3%;
}

.cateboiteformul ul li
{
	list-style-type: none;
	padding-left: 10%;
}

.tweet
{
    width: 420px; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    border: 1px solid #BF7908;
    box-shadow: 5px 5px 5px #BF7908; 
    background-color: #F6E497;
    text-align: center;
    font-family: 'Rochester', cursive;
    font-style: italic;
    padding: 30px;
    margin-bottom: 40px;
}

.tweet h1
{
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    color: #151515;
}

.tweet p
{
    font-family: 'Trebuchet MS', serif;
    text-align: center;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
}

.tweet2
{
    width: 420px; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    border: 1px solid #BF7908;
    box-shadow: 5px 5px 5px #BF7908; 
    background-color: #F6E497;
    text-align: center;
    font-family: 'Aladin', serif;
    font-style: italic;
    padding: 30px;
    margin-bottom: 40px;
}

.tweet2 h1
{
    font-weight: normal;
    text-align: center;
    font-size: 1.4em;
    color: #151515;
}

.tweet2 h2
{
    font-weight: normal;
    text-align: center;
    font-size: 1.4em;
    color: #151515;
}
.tweet2 p
{
    font-family: 'Trebuchet MS', serif;
    text-align: center;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    text-decoration: normal;
}
.tweet3 p
{
    font-family: 'geographica', serif;
    text-align: center;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    text-decoration: normal;
}
.tweet4
{
    width: 600px; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    border: 1px solid #BF7908;
    box-shadow: 5px 5px 5px #BF7908; 
    background-color: #F6E497;
}
.tweet4 h2
{   text-align: justify;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    color: #151515;
    text-indent: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    
}
.tweet4 h1
{
    font-weight: normal;
    text-align: center;
    font-size: 1.4em;
    color: #151515;
}

.tweet4 p
{
    font-family: 'geographica', serif;
    text-align: center;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    text-decoration: normal;
}
aside .boite h1
{
	font-family: 'Georgia', serif;
    font-size: 1.1em;
    text-decoration: underline;
    color: #151515;
}

aside .boite h2
{
    font-size: 1.4em;
    color: #181818;
    font-weight: bold;
    text-align: center;
}

aside .boite h3
{
	font-family: 'LearningCurveProRegular', cursive;
    font-size: 1.7em;
    text-decoration: none;
  	text-align: left;
  	margin-left: 0px;
}

aside .boite img
{
	max-width: 450px;
}

aside .boitecenter p
{
    text-align: center;
}

aside .boiteinfo
{
    width: 540px; /* On a indiqué une largeur (obligatoire) */ 
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */ 
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #99A3A1;
    box-shadow: 5px 5px 5px #99A3A1;
    text-align: center;
    background-color: white;
}

aside .boiteinfo h1
{
    font-size: 1.2em;
    text-align: center;
    text-decoration: underline;
}

aside .boiteinfo p
{
    font-family: 'Rochester', cursive;
    font-size: 1.4em;
    font-weight: normal;
    text-decoration: none;
}

aside .boiteinfo ul
{
    padding-left: 40px;
    padding-right: 20px;
    list-style-type: square;
    text-align: left;
}

aside .boiteinfoetroit
{
    width: 350px; /* On a indiqué une largeur (obligatoire) */ 
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */ 
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #99A3A1;
    box-shadow: 5px 5px 5px #99A3A1;
    text-align: center;
    background-color: white;
}

aside .boiteinfoetroit h1
{
    font-size: 1.2em;
    text-align: center;
    text-decoration: underline;
}

aside .boiteinfoetroit p
{
    font-family: 'Rochester', cursive;
    font-size: 1.4em;
    font-weight: normal;
    text-decoration: none;
}

aside .boiteinfoetroit ul
{
    padding-left: 40px;
    padding-right: 20px;
    list-style-type: square;
    text-align: left;
}

aside .flotte
{
    float: left;
    margin-right: 40px;
    text-align: left;
}

aside .flotte h3
{
    font-size: 1.3em;
    text-align: left;
    margin-left: 100px;
    text-decoration: underline;
}

aside .horaire dd
{
    margin-top: 10px;
    margin-left: 150px;
    padding-bottom: 30px;
}

aside .underline
{
    font-size: 1.0em;
    text-align: left;
    text-decoration: underline;
    font-weight: normal;
    margin-bottom: 5px;
}

aside .center
{
    font-family: 'Parisienne', Helvetica, sans-serif;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    color: #181818;
}
aside .centered
{
    font-size: 1.0em;
    text-align: center;
    color: red;
}
aside .cursive
{
    font-family: 'LearningCurveProRegular'; serif;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 1.6em;
    text-align: justify;
 }
aside .red
{
	color: red;
}

aside .ecriture h1
{
    font-family: 'Parisienne', Helvetica, sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
}

aside .ecriture h3
{
    font-family: 'Parisienne', Helvetica, sans-serif;
    font-size: 1.4em;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
}

aside .italic p
{
    font-family: 'Trebuchet', sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    text-align: left;
    margin-left: 0px;
}

aside .italic h5
{
    font-family: 'Trebuchet', sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    margin-left: 0px;
}



@media all and (max-width: 900px)
{
    body
    {
        width: auto;
    }

   .titre_principal
    {
        width: 100%;
        height: auto;
        margin-right: 2%;
        margin-left: 2%;
    }

    nav
    {
        width: auto;
        text-align: left;
    }
    
    nav ul
    {
        flex-direction: column;
    }

    nav li
    {
        padding-left: 4px;
    }
    
    nav a
    {
        font-size: 1.1em;
    }
    
    nav a:hover
    {
        border-bottom: 0;
    }
    
    dd
    {
        margin-right: 3%;
    }

	.boitesect7
    {
        width: auto;
        height: auto;
        text-align: center;
    }

    .boitesect9
    {
        width: auto;
        height: auto;
        margin-right: 2%;
        margin-left: 2%;
        text-align: center;
    }

     section
    {
        flex-direction: column;
    }

    article, aside
    {
        width: auto;
        margin-bottom: 15px;
    }

    article
    {   
        margin: auto;
        margin-left: 2%;
    }    
    
    aside p, div
    {
        text-align: center;
        text-align: justify;
        margin-left: 2%;
        margin-right: 2%;
    }

    .agenda
    {
    	margin-right: 2%;
    }

    .boite
    {
        width: auto;
        margin-left: 2%;
        margin-right: 6%;
    }
    
    .boitespecial
    {
        width: auto;
        margin-left: 2%;
        margin-right: 6%;
    }
    
    .boitebible
    {
        width: auto;
        margin-left: 2%;
        margin-right: 6%;
    }

    .boiteimage
    {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }

    .boiteimage img
    {
        max-width: 100%;
    }

    .boiteimagelarge
    {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }

    .boiteimagelarge img
    {
        max-width: 100%;
    }
    .boitepriere
    {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }

    .slideshow
    {   max-width: 380px;
        width: auto;
        height: auto;

        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .boitefloat
    {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }

    aside .boiteinfo
    {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }

    aside .boiteinfoetroit
    {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }

    aside table
    {
    	width: 90%;
    	margin: auto;
    }

    .tweet
    {
        width: auto;
        margin-left: 15%;
        margin-right: 20%;
    }

   .tweet2
    {
        width: auto;
        margin-left: 15%;
        margin-right: 20%;
    }

    h3
    {
        margin-right: 3%;
    }
}

@media all and (max-width: 512px)
{
	.boitesect7, .boitesect9
    {
        width: auto;
        height: auto;
        margin-left: 2%;
        margin-right: 2%;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
    }

    .boitesect7 h1
    {
        font-size: 1.3em;
        font-weight: normal;
        text-align: center;
        margin-top: 0px;
        padding-top: 30px;
    }

    .boitesect7 h2
    {
        font-weight: normal;
        font-size: 0.8em;
        text-align: right;
        padding-right: 30px;
    }

    .boitesect9 h1
    {
        font-size: 1.1em;
        font-weight: normal;
        text-align: center;
    }

    .boitesect9 h2
    {
        font-size: 1.8em;
        font-weight: normal;
        text-align: center;
    }

    article
    {
    	width: auto;
        margin-left: 2%;
        padding-left: 3%;
        padding-right: 3%;
    }

    aside
    {
    	width: auto;
        margin-left: 2%;
        margin-right: 2%;
        padding-left: 3%;
        padding-right: 3%;
    }

    aside .horaire dd
    {
        margin-left: 0%;
    }

    .boiteimage
    {
    	width: auto;
        margin-left: 2%;
        margin-right: 2%;
    }

    .boiteimage img
    {
        max-width: 100%;
    }

    .boiteimagelarge
    {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
    }

    .boiteimagelarge img
    {
        max-width: 100%;
    }

    .boitepriere
    {
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }
    .tweet
    {
        width: auto;
        margin-left: 5%;
        margin-right: 5%;
    }

    .tweet2
    {
        width: auto;
        margin-left: 5%;
        margin-right: 5%;
    }

    .slideshow
    {   width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .boitefloat
    {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }
}

/* Footer */

footer
{
    background: url('images/separateur.png') repeat-x top;
    padding-top: 25px;
}

footer h1
{
    font-size: 1.4em;
    color: #181818;
    font-weight: bold;
    text-align: center;
}

footer .boiteimage img
{
	width: 50px;
	height: 50px;
	margin: auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    text-align: center;
    font-size: 1.0em;
}

footer .element /* pour archives dans journal*/
{
    width: 160px;
    height: 25px;
}