@charset "UTF-8";








/* ******************************************************************************************************************** */
/*
/*		(A) - BLOCS PRINCIPAUX - BALISES PRINCIPALES
/*
/* ******************************************************************************************************************** */

body {
	margin: 0px;
	padding: 0px;
	/* background: #dddddd; */
	background-image: url("/site_20/images/header/trsp_noir_80.png"), url("/site_20/images/header/fond_footer_mobile.jpg"); 
	background-position: left bottom;
	background-attachment: fixed;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Arial Narrow, Helvetica Narrow, sans-serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	/* font-family: Impact, Arial, Helvetica, sans-serif; */
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif; 
	/* font-family: "Times New Roman", Times, serif; */
	font-size: 1em;
	}
body.section-image {
	}
body.section-impression {
    background: none;
    width: 210mm;
    margin: 0mm;
	}
a:link,
a:visited { 
	color: #aa0000;
	}
a:hover {
	color: #ee0000; 
	background-color: #efefef;	/* text-decoration: underline; */
	}
#bloc-contenu a:hover {
	/* color: #ee0000; */
	/* background-color: #efefef; */
	/* text-decoration: underline; */
	}
#bloc-footer a:hover {
	/* color: #ee0000; */
	/* background-color: #efefef; */
	/* text-decoration: underline; */
	}

img { 
	border: 0px; 
	}
input[type=text],
select {
	max-width: 70%;
	}
.erreur,
.faux { 
	color: #ff0000;
	font-weight: bold;
	}
.succes,
.juste { 
	color: #00cc00;
	font-weight: bold;
	}
li.puce-link { list-style-image: url("/site_20/images/puces/puce_link.png"); }
li.puce-ancre { list-style-image: url("/site_20/images/puces/puce_ancre.png"); }
li.puce-excel { list-style-image: url("/site_20/images/puces/puce_excel.png"); }
li.puce-pdf { list-style-image: url("/site_20/images/puces/puce_pdf.png"); }
li.puce-powerpoint { list-style-image: url("/site_20/images/puces/puce_powerpoint.png"); }
li.puce-txt { list-style-image: url("/site_20/images/puces/puce_txt.png"); }
li.puce-word { list-style-image: url("/site_20/images/puces/puce_word.png"); }

/*		BLOCS
/* ************************************************************ */
.conteneur {
	width: 94%;
	margin: 0px auto;
	}

#bloc-header {
	/* Comprend: bloc-header-sup; bloc-header-image; bloc-header-nav. */
	}
#bloc-header-sup {
	/* Pour afficher une nav-sup ou des options spéciales. */
	display: none;
	/* background-color: #aa0000; */
	}
#bloc-header-image {
	/* Un espace pour l'image d'entête, avec un logo ('titre') cliquable pour revenir à l'accueil. */
	height: 130px;
	background-color: #ffffff;
	/* background-image: url("/site_20/images/header/fond_header_mobile.jpg"); */
	background-position: center 0px;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	}
#bloc-header-nav {
	/* Le menu principal, déroulable en mode mobile et a priori horizontal et déroulant en mode écran. */
	/* position: fixed; */
	/* top: 0px; */
	/* left: 0px; */
	margin-top: -50px;
	width: 100%;
	/* Ne pas indiquer ici de hauteur fixe, sinon le menu mobile se deroule sans couleur de fond par-dessus le texte au-dessous. */
	/* Le bouton du menu mobile fait de toute facon 50x50px. */
	background: #aa0000; /* Peut être désactivé si le picto déclencheur doit apparaître directement sur le fond de la page. */
	}
#bloc-header-nav.fixe {
	position: fixed; 
	top: 0px;
	left: 0px;
	margin-top: 0px;
	width: 100%;
	}

#bloc-footer {
	/* Espace de bas de page, avec coordonnées, liens vers les réseaux sociaux, etc. */
	clear: both;
	}
#bloc-footer-espace {
	/* Espace facultatif d'image entre la fin du contenu et le bas de page. */
	display: none; 
	}

#bloc-contenu {
	/* Contenu principal, central (y compris les infos complémentaires ou actualités (colonne de droite/aside). */
	background: #ffffff;
	padding: 10px 0px;
	}

#bloc-article {
	/* Contenu propre de la page. */
	margin-bottom: 70px;
	}

#bloc-aside {
	/* Infos complémentaires ou actualités (colonne de droite/aside). */
	/* border-top: 1px solid #000000; */
	}

#bloc-accueil-1 {
	}
#bloc-accueil-2 {
	}

#bloc-image {
	}

#bloc-vignettes {
	}
#bloc-vignettes h1 {
	margin: 40px 0px 20px 0px;
	font-size: 1.2em;
	font-weight: normal;
	}
#bloc-vignettes h1 em {
	font-weight: bold;
	font-style: italic;
	}





/* ******************************************************************************************************************** */
/*
/*		(B) - HEADER - FOOTER
/*
/* ******************************************************************************************************************** */

/*		MODULE: HEADER
/* ************************************************************ */
#header-sup {
	}
#header {
	}
#header-logo {
	}
#header-logo a {
	/* Le 'titre' ou 'logo' propre au site, différent selon le mode mobile ou écran, cliquable pour aller à l'accueil. */
	display: block;
	position: relative; 
	top: 20px; 
	left: 0px; 
	height: 56px;
	width: 300px;
	background-image: url("/site_20/images/header/titre_mobile.png"); 
	background-position: left bottom;
	background-repeat: no-repeat;
	}
#header-logo-scroll a {
	}

/*		MODULE: FOOTER
/* ************************************************************ */
#footer {
	margin: 20px 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Arial Narrow, Helvetica Narrow, sans-serif; */
	font-size: 1em;
	color: #dddddd;
	}
#footer a:link,
#footer a:visited {
	color: #dddddd;
	text-decoration: none;
	}
#footer a:hover {
	color: #ee0000; 
	background: none;
	text-decoration: underline;
	}
#footer .nav-reseaux {
	}
#footer .nav-reseaux span {
	padding: 0px 10px 10px 0px;
	}
#footer-coordonnees {
	}
#footer-copyright {
	margin: 30px 0px 0px 0px;
	color: #aaaaaa;
	font-size: 0.9em;
	/* text-align: center; */
	}
#footer-copyright a:link,
#footer-copyright a:visited {
	color: #aaaaaa;
	}
#footer-copyright a:hover {
	color: #ee0000; 
	background: none;
	text-decoration: none;
	}





/* ******************************************************************************************************************** */
/*
/*		(C) - NAVIGATION
/*
/* ******************************************************************************************************************** */


/* ************************************************************ */
/*		MODULE: NAV-SUP
/* ************************************************************ */
.nav-sup {
	display: none;
	}


/* ************************************************************ */
/*		MODULE: NAV-PRINCIPAL
/* ************************************************************ */
.nav-principal {
	margin: 0px;
	padding: 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Arial Narrow, Helvetica Narrow, sans-serif; */
	font-size: 1.3em;
	}

/* DECLENCHEURS */
/* ================================================== */
.nav-principal input[type=checkbox] {
	/* La checkbox sert de bascule on/off pour chaque sous-menu, mais seul son label doit apparaître. */
    display: none;
}
.nav-principal label.declencheur {
	/* Zone de déclenchement du menu déroulant. */
	display: block;
	/* position: fixed;  /* Si le menu déroulé doit se dérouler en lui-même*/
	width: 50px; 
	height: 50px;
	background-image: url("/site_20/images/header/menu_mobile.png"); 
	background-repeat: no-repeat;
	}
.nav-principal label.sous-declencheur {
	/* Zone de déclenchement d'un sous-menu déroulant. */
    display: block;
    position: absolute;
    margin: -40px 0px 0px 80%; 
	width: 20%; 
	height: 40px; 
	background-image: url("/site_20/images/header/menu_mobile_bas.png"); 
	background-position: center; 
	background-repeat: no-repeat;
	}
.nav-principal input[type=checkbox]:checked + label.sous-declencheur {
	background-image: url("/site_20/images/header/menu_mobile_haut.png"); 
	}

/* BALISES GENERALES */
/* ================================================== */
.nav-principal a:link,
.nav-principal a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}
.nav-principal ul {
	/* Lorsque le menu n'est pas déroulé. */
	display: none; 
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.nav-principal input[type=checkbox]:checked ~ ul {
	/* Lorsque le menu est déroulé. */
    display: block;
	}
.nav-principal li {
	display: block;
	margin: 0px;
	padding: 0px;
	}
.nav-principal li.actif {
	}

/* LIENS DES OPTIONS DE NIVEAU 1 */
/* ================================================== */
.nav-principal li a:link,
.nav-principal li a:visited {
	/* Apparence des options (a). */
	margin: 0px;
	padding: 8px;
	/* background: none; */
	background: #aa0000;
	border-top: 1px solid #ffffff; 
	color: #ffffff;
	}
.nav-principal li a:hover {
	/* Apparence des options (a) survolées. */
	color: #ffffff;
	background: #aa0000;
	}
.nav-principal li+li a:link,
.nav-principal li+li a:visited {
	}
.nav-principal li.actif a:link,
.nav-principal li.actif a:visited {
	color: #;
	/* font-weight: bold; */
	}
.nav-principal li.actif a:hover {
	/* Apparence des options (a) survolées (section active). */
	color: #ffffff;
	background: #aa0000;
	}

/* DEROULEMENT DES OPTIONS DE NIVEAU 2 */
/* ================================================== */
.nav-principal li ul {
	/* Dérouler (=afficher) ou non les options de 2e niveau. */
	/* display: none; */
	}
.nav-principal li:hover > ul {
	}
.nav-principal li ul li {
	}
.nav-principal li ul li a:link,
.nav-principal li ul li a:visited {
	padding-left: 10%;
	font-size: 0.9em;
	}
.nav-principal li:hover > ul li a:link,
.nav-principal li:hover > ul li a:visited {
	}

/* DEROULEMENT DES OPTIONS DE NIVEAU 3 */
/* ================================================== */
.nav-principal li ul li ul {
	}
.nav-principal li ul li ul li a:link,
.nav-principal li ul li ul li a:visited {
	padding-left: 20%;
	}

/* DEROULEMENT DES OPTIONS DE NIVEAU 4 */
/* ================================================== */
.nav-principal li ul li ul li ul {
	}
.nav-principal li ul li ul li ul li a:link,
.nav-principal li ul li ul li ul li a:visited {
	padding-left: 30%;
	}

/* SURVOL */
/* ================================================== */
.nav-principal li:hover a:hover,
.nav-principal li:hover > ul li a:hover {
	color: #ffffff;
	background: #aa0000;
	/* text-decoration: underline; */
	}


/* ************************************************************ */
/*		MODULE: NAV-ARIANE
/* ************************************************************ */
.nav-ariane {
	display: none; 
	/* float: right; */
	margin: 0px 0px 40px 40px;
	/* padding-left: 15px; */
	/* border-left: 1px solid #000000; */
	}
.article .nav-ancres ul {
	/* list-style: none; */
	/* margin: 0px; */
	/* padding: 0px; */
	}
.article .nav-ancres li {
	margin-bottom: 2px;
	list-style-image: url("/site_20/images/puces/puce_ancre.png"); 
	}
.article .nav-ancres a {
	text-decoration: none; 
	}


/* ************************************************************ */
/*		MODULE: NAV-ANCRES
/* ************************************************************ */
.article .nav-ancres {
	/* display: block; */
	/* float: right; */
	margin: 0px 0px 40px 40px;
	/* padding-left: 15px; */
	/* border-left: 1px solid #000000; */
	}
.article .nav-ancres ul {
	/* list-style: none; */
	/* margin: 0px; */
	/* padding: 0px; */
	}
.article .nav-ancres li {
	margin-bottom: 2px;
	list-style-image: url("/site_20/images/puces/puce_ancre.png"); 
	}
.article .nav-ancres a {
	text-decoration: none; 
	}


/* ************************************************************ */
/*		MODULE: WIDGET-SUP
/* ************************************************************ */
.widget-sup {
	display: none; 
	}





/* ******************************************************************************************************************** */
/*
/*		(D) - CONTENU ( ARTICLE - ASIDE )
/*
/* ******************************************************************************************************************** */


/* ************************************************************ */
/*		MODULE: ARTICLE + ASIDE
/* ************************************************************ */
.article,
.aside {
	}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.aside h1,
.aside h2,
.aside h3,
.aside h4,
.aside h5,
.aside h6,
.actu-top-liste h1,
.actu-top-liste h2,
.actu-top-liste h3,
.actu-top-liste h4,
.actu-top-liste h5,
.actu-top-liste h6 {
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Arial Narrow, Helvetica Narrow, sans-serif; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	/* font-family: Impact, Arial, Helvetica, sans-serif; */
	/* font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif; */
	/* font-family: "Times New Roman", Times, serif; */
	/* font-family: Bradley Hand, cursive; */
	/* font-family: Chalkduster, fantasy; */
	/* font-family: Marker Felt, fantasy; */
	font-weight: normal; 
	}


/* ************************************************************ */
/*		MODULE: ARTICLE
/* ************************************************************ */
.article {
	margin: 0px;
	font-size: 1em;
	}
/* BALISES GENERALES */
/* ================================================== */
.article h1 {
	/* font-family: Marker Felt, fantasy; */
	font-size: 1.6em;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	}
.article h1.t1 { font-size: 1.8em; }
.article h1.t2 { font-size: 1.6em; }
.article h1.t3 { font-size: 1.5em; }
.article h1.actu1,
.article h1.actu2,
.article h1.actu3 {
    /* si les titres des actualités doivent apparaître différemment que ceux des autres pages: */
	/* font-weight: bold; */
	}
.article h1.actu1 { font-size: 1.8em; }
.article h1.actu2 { font-size: 1.6em; }
.article h1.actu3 { font-size: 1.4em; }
.article h2 {
	font-size: 1.8em;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	}
.article h3 {
	font-size: 1.6em;
	font-weight: bold; 
	}
.article h4 {
	font-size: 1.4em;
	font-weight: bold; 
	margin: 0px 0px 10px 0px;
	}
.article h5 {
	font-size: 1.2em;
	}
.article h6 {
	font-size: 1.1em;
	}
.article .surtitre {
	display: none;
	/* font-size: 1em; */
	/* text-transform: uppercase; */
	/* border-bottom: 6px solid #aa0000; */
	}
.article .compteur {
    clear: both;
    margin-top: 40px;
	font-size: 0.85em; 
    color: #bbbbbb;
    text-align: center;
	}

/* TEXTES */
/* ================================================== */
.article p {
	/* line-height: 1.3; */
	}
.article ul {
	margin-bottom: 30px;
	}
.article li {
	margin: auto;
	padding: initial;
	margin-bottom: 8px;
	}
.article blockquote {
	border: 1px solid #000000;
	margin: 0px 0px 20px 0px;
	padding: 10px 20px;
	}
.article .texte {
	}

/* IMAGES GÉRÉES PAR LE MODULE ARTICLE */
/* ================================================== */
.article .image-gauche,
.article .image-droite,
.article .image-basse {
	display: none;
	}
.article .image-mobile {
	margin: 50px 0px;
	text-align: center;
	}
/* IMAGES PLACÉES MANUELLEMENT */
/* ================================================== */
.article .img-droite {
	float: right;
	margin: 0px 0px 20px 10px;
	max-width: 50%;
	}
.article .img-gauche {
	float: left;
	margin: 0px 10px 20px 0px;
	max-width: 50%;
	}
.article .img-droite.vertical,
.article .img-gauche.vertical {
	max-width: 35%;
	}
.article .img-alignee {
	margin: 30px 0px;
	max-width: 90%;
	}
.article .img-alignee.vertical {
	max-width: 50%;
	}
.article .img-serie {
	margin: 30px 0px 0px 0px;
	max-width: 90%;
	border: 0px;
	}
.article .carte-geo {
	width: 100%;
	height: 350px;
	border: 1px solid #000000;
	}

/* SLIDER */
/* ================================================== */
.actu-slider {
	position: relative; 
	width: 500px;
	height: 300px;
	overflow: hidden;
	/* border-bottom: 1px solid #000000; */
	}
div#accueil-banner span {
	display: none; 
	position: absolute; 
	right: 0px;
	bottom: 0px;
	max-width: 240px;
	padding: 4px 8px;
	background: #000000;
	color: #ffffff;
	font-size: 1em;
	}



/* ************************************************************ */
/*		MODULE: ASIDE
/* ************************************************************ */
.aside {
	margin: 40px 0px;
	padding: 0px;
	font-size: 1em;
	}
.aside h1,
.aside h2,
.aside h3,
.aside h4,
.aside h5,
.aside h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.aside h1 {
	font-size: 1.6em;
	}
.aside h2 {
	font-size: 1.6em;
	}
.aside h3 {
	font-size: 1.5em;
	font-weight: bold; 
	}
.aside h4 {
	font-size: 1.3em;
	font-weight: bold; 
	}
.aside h5 {
	font-size: 1em;
	font-weight: bold; 
	}
.aside h6 {
	font-size: 1em;
	font-weight: bold; 
	}
.aside a:link,
.aside a:visited {
	}

.aside .actubreves {
	}
.aside .actubreves .titre {
	font-size: 1.2em;
	letter-spacing: 5px;
	text-align: center;
	}
.aside .actubreves .boite-actu {
	border: 1px solid #000000;
	background-color: #;
	padding: 10px;
	margin-bottom: 15px;
}
.aside .actubreves .boite-actu .meta {
	margin: 0px 0px 5px 0px;
	font-size: 0.9em;
}


/* ************************************************************ */
/*		MODULE: TOPBOX (ACTU-TOP-LISTE)
/* ************************************************************ */
.topbox {
	margin: 15px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #000000;
	border-radius: 8px;
	/* font-family: Arial Narrow, Helvetica Narrow, sans-serif; */
	font-size: 1em;
	}
.topbox h1,
.topbox h2,
.topbox h3,
.topbox h4,
.topbox h5,
.topbox h6 {
	margin: 0px 0px 10px 0px;
	}
.topbox h1 {
	font-size: 1.4em;
	}
.topbox h2 {
	font-size: 1.3em;
	text-align: center;
	margin-top: 10px;
	}
.topbox h3 {
	display: none;
	font-size: 1.2em;
	}
.topbox h4 {
	font-size: 1.1em;
	}
.topbox h5 {
	font-size: 1em;
	font-weight: bold; 
	}
.topbox h6 {
	font-size: 1em;
	font-weight: bold; 
	}
.topbox a:link,
.topbox a:visited {
	color: #aa0000;
	text-decoration: none;
	}
.topbox a:hover {
	background: none;
	text-decoration: underline;
	}
.topbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.topbox li {
	margin-top: 15px;
	padding: 18px;
	background: #eeeeee;
	border-radius: 8px;
	}
.topbox li.public { background: #ccffdd; }
.topbox li.habitants { background: #ccffe6; }
.topbox li.proprios { background: #F6DFE6; }
.topbox li.cogest { background: #FAEEB5; }

.topbox li span {
	display: block;
	margin: -8px 0px 8px 0px;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	}
.topbox li.public span { display: none; }
.topbox li.public a:link, .topbox li.public a:visited { color: #04B486; }
.topbox li.habitants span, .topbox li.habitants a:link, .topbox li.habitants a:visited { color: #04B486; }
.topbox li.proprios span, .topbox li.proprios a:link, .topbox li.proprios a:visited { color: #FF0080; }
.topbox li.cogest span, .topbox li.cogest a:link, .topbox li.cogest a:visited { color: #B18904; }

.topbox .date {
	display: none;
	}


/* ************************************************************ */
/*		MODULES 'LISTE'
/* ************************************************************ */
.liste {
	}
.liste ul {
	}
.liste li {
	padding: 2px 0px 10px 2px;
	}
.liste .reference {
	font-size: 0.85em;
	/* background: #eeeeee; */
	padding: 2px 5px;
	margin: 25px 0px;
	/* padding-bottom: 8px; */
	/* border-bottom: 1px solid #000000; */
	/* margin-bottom: 30px; */
	/* text-align: center; */
	}
.liste .reference p {
	}
.liste .reference select {
	font-size: 0.9em;
	background: #eeeeee;
	border: 1px solid #000000;
	padding: 1px 5px;
	}
.liste .navigation,
.liste-plus .navigation {
	font-size: 0.85em; 
	/* text-align: center; */
	}
.liste .navigation span,
.liste-plus .navigation span {
	}
.liste .navigation a:link,
.liste .navigation a:visited,
.liste-plus .navigation a:link,
.liste-plus .navigation a:visited {
	display: inline-block;
	margin: 5px 10px 5px 0px;
	border: 1px solid #aa0000;
	/* border-radius: 20%; */
	background: #eeeeee;
	padding: 0px 10px;
	color: #aa0000;
	text-decoration: none;
	}
.liste .navigation a:hover,
.liste-plus .navigation a:hover {
	color: #000000;
	text-decoration: none;
	}
.liste .liste-date {
	display: block;  /* Pour la liste des actualites, date et titre l'un en dessous de l'autre. */
	}
.liste .liste-categorie {
	display: block;  /* Pour la liste des actualites, date et titre l'un en dessous de l'autre. */
	font-size: 0.85em;
	}
.liste .label-public { padding: 2px 6px;  background: #ccffdd; }
.liste .label-habitants { padding: 2px 6px;  background: #ccffe6; }
.liste .label-proprios { padding: 2px 6px;  background: #F6DFE6; }
.liste .label-cogest { padding: 2px 6px;  background: #FAEEB5; }
.liste .liste-titre {
	display: block;  /* Pour la liste des actualites, date et titre l'un en dessous de l'autre. */
	}
.liste .liste-infos {
	font-size: 0.8em;
	color: #999999;  /* couleur_reference */
	}
.liste .liste-infos a {
	color: #999999;  /* couleur_reference */  /* On est oblige de preciser a ce point, pour 'contrer' la couleur des liens definie au niveau de l'id. */
	}

.liste .une-activite {
	clear: both;
	margin-top: 30px;
	padding: 20px 0px;
	border-top: 1px solid #cccccc;
	}


/* ************************************************************ */
/*		MODULE 'LISTE-MAINCOURANTE'
/* ************************************************************ */
.liste-maincourante {
	margin-bottom: 30px;
	font-size: 0.9em;
	}
.liste-maincourante ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
	}
.liste-maincourante li {
	padding: 8px 0px;
	border-bottom: 1px solid #000000;
	}

/* DECLENCHEURS */
/* ================================================== */
.liste-maincourante input[type=checkbox] {
    display: none;
    }
.liste-maincourante label {
	display: block;
    float: right;
    margin-left: 10px;
    border: 1px solid #000000;
    padding: 0px 10px;
	}
.liste-maincourante label::after {
    content: "+";
    font-weight: bold;
	font-size: 2em;
    }
.liste-maincourante input[type=checkbox]:checked + label::after {
    content: "–";
    font-weight: bold;
	font-size: 2.1em;
    }

/* CONTENU DES ITEMS */
/* ================================================== */
.liste-maincourante .annonce {
    /* height: 2.3em; */
    /* overflow: hidden; */
    }
.liste-maincourante input[type=checkbox]:checked ~ .annonce {
    /* height: auto; */
	}
.liste-maincourante .statut {
    margin-top: 8px;
    font-size: 0.8em;
    color: #cc0000;
    }
.liste-maincourante .solution {
    margin-top: 8px;
    color: #cc0000;
    }
.liste-maincourante .visible-0 {
	display: none;
	}
.liste-maincourante .visible-1 {
	display: initial;
	}
.liste-maincourante input[type=checkbox]:checked ~ .annonce .visible-0,
.liste-maincourante input[type=checkbox]:checked ~ .solution .visible-0 {
	display: initial;
	}
.liste-maincourante input[type=checkbox]:checked ~ .annonce .visible-1,
.liste-maincourante input[type=checkbox]:checked ~ .solution .visible-1 {
	display: none;
	}
.liste-maincourante .attente,
.liste-maincourante .pris,
.liste-maincourante .regle {
    padding: 2px 3px 1px 3px;
	}
.liste-maincourante .attente {
	background: #ffee00;
	color: #993300;
	}
.liste-maincourante .pris {
	background: #ff6600;
	color: #ffffff;
	}
.liste-maincourante .regle {
	background: #009900;
	color: #ffffff;
	}

/* BOITE D'ADMINISTRATION */
/* ================================================== */
.liste-maincourante .admin {
    display: none;
    margin-top: 8px;
    /* border: 1px solid #000000; */
    background: #eeeeee;
    padding: 10px 15px;
    color: #cc0000;
    }
.liste-maincourante input[type=checkbox]:checked ~ .admin {
    display: block;
	}
.liste-maincourante .admin form {
    float: right;
    width: 50%;
    }
.liste-maincourante .admin textarea {
    width: 99%; 
    padding: 3px;
    font-size: 1em;
    }
.liste-maincourante input[type=submit] {
	margin: 3px 0px;
	padding: 4px;
	font-size: 0.9em;
	color: #ffffff;
	background: #666666;
    border: none;
	}
.liste-maincourante .admin a {
    display: block;
    width: 40%;
    margin: 0px 8px 8px 0px;
    padding: 8px 5px 6px 5px;
    text-decoration: none;
	}
.liste-maincourante .admin .traces {
    clear: both;
    margin: 0px;
    /* font-size: 0.85em; */
    color: #666666;
	}

/* A SUPPRIMER APRES PHASE DE TRANSITION */
/* ================================================== */
.liste-maincourante table {
	width: 100%;
	border-collapse: collapse;
	/* border-spacing: 10px; */
	}
.liste-maincourante tr {
	}
.liste-maincourante td {
	padding: 8px 12px 8px 0px;
	border-bottom: 1px solid #999999;
    vertical-align: top;
	}


/* ************************************************************ */
/*		MODULES DOCUMENTS
/* ************************************************************ */
.documents {
	}
.documents li .infos {
	display: none;
	}


/* ************************************************************ */
/*		MODULES FORMULAIRE:
/* ************************************************************ */
.formulaire {
	}
.formulaire fieldset,
.formulaire .fieldset-separ {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border: none;
	/* border-top: 1px solid #; */
	}
.formulaire legend,
.formulaire .fieldset-legend {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	}
.formulaire .fieldset-box {
	margin: 20px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #aaaaaa;  /* ou couleur_reference */
	}
.formulaire .rubrique {
	padding: 0px 12px 12px 0px;
	}
.formulaire .rubrique ul {
	margin: 0px;
	padding: 0px;
	}
.formulaire .rubrique-bouton {
	padding: 3px;
	}
.formulaire .label,
.formulaire .label-confirm {  /* Pour les span qui contiennent le label d'une rubrique text. */
	}
.formulaire .label-confirm {  
	color: #aaaaaa;  /* ou couleur_reference */
	}
.formulaire .asterisque {  /* Pour les span qui contiennent l'asterisque d'une rubrique text. */
	color: #ff0000;
	}
.formulaire .input {  /* Pour les span qui contiennent une rubrique text. */
	display: block;
	}
.formulaire .coche {  /* Pour les span qui contiennent une rubrique coche (radio/checkbox). */
	display: inline-block;
	width: 7%;
	vertical-align: top;
	}
.formulaire .coche-label {  /* Pour les span qui contiennent le label d'une rubrique coche. */
	display: inline-block;
	width: 87%;
	vertical-align: top;
	}
.formulaire input[type=text],
.formulaire input[type=password] {
	font-size: 0.9em;
	}
.formulaire input[type=file] {
	font-size: 0.95em;
	background: #eeeeee;
	padding: 2px 4px;
	margin-bottom: 5px;
	}
.formulaire textarea {
	width: 98%;
	padding: 3px;
	font-size: 1.2em;
	}
.formulaire input[type=text],
.formulaire input[type=password],
.formulaire textarea {
	background: #ffffff;
	border: 1px solid #000000;
	}
.formulaire input[type=text]:focus,
.formulaire input[type=password]:focus,
.formulaire textarea:focus {
	background: #ddffdd;
	}
.formulaire select {
	font-size: 0.9em;
	}
.formulaire input[type=submit] {
	margin: 5px 5px 5px 0px;
	padding: 4px;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	background: #aa0000;
	border: 1px solid #000000;
	}
.formulaire input[type=submit][name=retour] {
	font-size: small;
	font-weight: normal;
	}


/* ************************************************************ */
/*		MODULE FORM-SELECT:
/* ************************************************************ */
.form-select {
	}


/* ************************************************************ */
/*		MODULE VIGNETTES:
/* ************************************************************ */
.vignettes {
	}
.vignettes .cellule {
	display: inline-block; 
	margin: 0px 20px 20px 0px; 
	padding: 0px; 
	/* border: 1px solid; */
	}
.vignettes span {
	margin: 0px; 
	padding: 0px; 
	}
.vignettes a {
	margin: 0px; 
	padding: 0px; 
	}
.vignettes img {
	margin: 0px; 
	padding: 0px; 
	}


/* ************************************************************ */
/*		MODULE IMAGES:
/* ************************************************************ */
.zone-image {
	}
.zone-image-precedente {
	background: transparent url("images_2/boutons/image_precedente.png") left center no-repeat; 
	}
.zone-image-precedente:hover {
	background: transparent url("images_2/boutons/image_precedente_hover.png") left center no-repeat; 
	}
.zone-image-suivante {
	background: transparent url("images_2/boutons/image_suivante.png") right center no-repeat; 
	}
.zone-image-suivante:hover {
	background: transparent url("images_2/boutons/image_suivante_hover.png") right center no-repeat; 
	}
.zone-retour-vignettes {
	background: transparent url("images_2/boutons/image_vignettes.png") center no-repeat; 
	}
.zone-retour-vignettes:hover {
	background: transparent url("images_2/boutons/image_vignettes_hover.png") center no-repeat; 
	}

/* ---------------------------------------------------------------------------------------------------- */
/*		ADAPTATION POUR MOBILES EN PAYSAGE
/* ---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 800px) and (orientation: landscape)
{


}

/* ---------------------------------------------------------------------------------------------------- */
/*		ADAPTATION POUR ECRANS STANDARDS
/* ---------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 800px)
{





/* ******************************************************************************************************************** */
/*
/*		(A) - BLOCS PRINCIPAUX - BALISES PRINCIPALES
/*
/* ******************************************************************************************************************** */

body {
	/* background-image: url("/site_20/images/header/fond_header_ecran.jpg"); */
	background-image: url("/site_20/images/header/trsp_noir_80.png"), url("/site_20/images/header/fond_footer_ecran.jpg"); 
	background-position: left bottom;
	background-attachment: fixed;
	}
body.section-impression {
    background: none;
    width: 210mm;
    margin: 0mm;
	}

input[type=text],
select {
	max-width: 100%;
	}


/*		BLOCS
/* ************************************************************ */

.conteneur {
	min-width: 800px;
	max-width: 1200px;
	}

#bloc-header {
	}

#bloc-header-sup {
	z-index: 9;
	display: block;
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	}
#bloc-header-sup .conteneur {
	/* min-width: none; */
	/* max-width: none; */
	}

#bloc-header-image {
	height: 480px;
		/* background: url("/site_20/images/header/fond_bleu.png") repeat; */
	background-image: url("/site_20/images/header/fond_header_ecran_10.jpg"); 
	/* background-image: url("/site_20/images/header/transparent_50.png"), url("/site_20/images/header/fond_header_ecran.jpg"); */ 
	/* background-position: right 0px; */
	background-repeat: repeat; 
	/* background-repeat: repeat, no-repeat; */
	background-position: 0px 0px;
	background-attachment: fixed;
	}
#bloc-header-image .conteneur {
	/* min-width: none; */
	/* max-width: none; */
	}

#bloc-header-nav {
	z-index: 8;
	display: block;
	/* position: fixed; */
	/* position: static;  /* Annule la position fixe du mode mobile. */
	width: 100%;
	/* height: 32px; */
	margin-top: -40px;
	/* height: 40px; */
	/* border-top: 1px solid #ffffff; */
	/* border-bottom: 1px solid #ffffff; */
	/* background: #aa0000; */
	background: none; 
	}
#bloc-header-nav .conteneur {
	/* min-width: none; */
	/* max-width: none; */
	}
#bloc-header-nav.fixe {
	position: fixed; 
	top: 80px;  /* Regler la meme valeur dans standard2.template.php, variable headerImageMinimum dans le code javascript. */
	left: 0px; 
	width: 100%; 
	margin-top: 0px;
	/* margin-top: 0px; */
	background: #ffffff; 
	/* border-bottom: 3px solid #aa0000; */
	border-top: 1px solid #aa0000; 
	border-bottom: 1px solid #aa0000; 
	}

#bloc-footer {
	}

#bloc-footer-espace {
	display: none;
	/* display: block; */
	/* height: 300px; */
	/* background-color: #; */
	/* background-image: url("/site_20/images/logo_footer.png"); */
	/* background-position: center bottom; */
	/* background-repeat: no-repeat; */
	/* background-attachment: fixed; */
	}

#bloc-contenu {
	padding: 40px 0px 60px 0px;
	}

#bloc-contenu .conteneur {
	display: table;  /* permet de placer les bloc article et aside cote a cote, en display=table-cell. */
	}

#bloc-article {
	display: table-cell;
	margin-bottom: 0px;
	}

#bloc-aside {
	display: table-cell;
	width: 35%; 
	border-top: none;
	/* border-left: 1px solid #000000; */
	}

#bloc-vignettes {
	}





/* ******************************************************************************************************************** */
/*
/*		(B) - HEADER - FOOTER
/*
/* ******************************************************************************************************************** */


/*		MODULE: HEADER
/* ************************************************************ */
#header-sup {
	}
#header {
	}
#header-logo {
	}
#header-logo a {
	position: relative; 
	top: 10px; 
	left: 0px; 
	width: 385px;
	height: 70px;
	background-image: url("/site_20/images/header/titre_ecran.png"); 
	background-position: top left; 
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	/* background-attachment: fixed; */
	}
#bloc-header-image #header-logo {
	display: none;
	}


/*		MODULE: FOOTER
/* ************************************************************ */
#footer {
	margin: 50px 0px;
	font-size: 1.2em;
	}

#footer .nav-reseaux {
	float: right;
	}

#footer .nav-reseaux span {
	padding: 0px 0px 10px 10px;
	}

#footer-copyright {
	margin: 50px 0px 0px 0px;
	font-size: 0.8em;
	}





/* ******************************************************************************************************************** */
/*
/*		(C) - NAVIGATION
/*
/* ******************************************************************************************************************** */



/* ************************************************************ */
/*		MODULE: NAV-SUP
/* ************************************************************ */
.nav-sup {
	display: block;
	margin: 0px;
	padding: 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Arial Narrow, Helvetica Narrow, sans-serif; 
	font-size: 1.2em;
	color: #aa0000;
	}
.nav-sup a {
	text-decoration: none;
	color: #aa0000;
	}
.nav-sup ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.nav-sup li {
	float: left;
	margin: 0px 40px 0px 0px;
	}
.nav-sup li.recherche, 
.nav-sup li.login { 
	float: right; 
	margin: 0px 0px 0px 50px;
	}
.nav-sup li a:link,
.nav-sup li a:visited {
	display: block;
	text-decoration: none;
	color: #aa0000;
	padding: 8px 10px 8px 0px; 
	}
.nav-sup li a:hover {
	color: #ffffff;
	}


/* DEROULEMENT DES OPTIONS DE NIVEAU 2 */
.nav-sup li ul {
	display: none;
	}
.nav-sup li:hover > a {
	color: #ffffff;
	}
.nav-sup li:hover > ul {
	display: block;
	position: absolute;
	background: #;
	list-style: none;
	margin: 0px 0px 0px -4px;
	padding: 0px;
	border-left: 1px solid #aa0000;
	border-right: 1px solid #aa0000;
	border-bottom: 1px solid #aa0000; 
	}
.nav-sup li ul li {
	clear: both;
	/* display: list-item; */
	width: 100%;
	padding: 0px;
	border-top: 1px solid #aa0000;
	}
.nav-sup li:hover > ul li a:link,
.nav-sup li:hover > ul li a:visited {
	display: block;
	border: none;
	/* background: transparent url("/site_20/images/header/fond_trsp.png") repeat; */
	padding: 6px 15px;
	color: #aa0000;
	}
.nav-sup li:hover > ul li a:hover {
	color: #ffffff;
	}
.nav-sup li div {
	display: none;
	}
.nav-sup li:hover > div {
	display: block;
	position: absolute;
	margin: 0px 0px 0px -4px;
	padding: 20px 20px;
	border-top: 1px solid #aa0000;
	background: #;
	border-left: 1px solid #aa0000;
	border-right: 1px solid #aa0000;
	border-bottom: 1px solid #aa0000;
	font-size: 0.9em;
	}
.nav-sup li div span {
	display: block;
	padding: 8px 0px;
	}
.nav-sup li div a:link,
.nav-sup li div a:visited {
	padding: 0px;
	color: #aa0000;
	text-decoration: underline;
	}
.nav-sup .rch1 {
	display: none;
	}
.nav-sup .rch2,
.nav-sup .rch3 {
	display: block;
	padding: 5px 0px;
	}
.nav-sup .erreur {
	font-weight: normal;
	color: #ff0000;
	}



/* ************************************************************ */
/*		MODULE: NAV-PRINCIPAL
/* ************************************************************ */
.nav-principal {
	width: auto;
	height: auto;
	margin: 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Arial Narrow, Helvetica Narrow, sans-serif; 
	font-size: 1.2em; 
	}
.nav-principal label.declencheur,
.nav-principal label.sous-declencheur {
    display: none;
	}

.nav-principal ul {
    display: block;
	}
.nav-principal li {
	display: inline-block;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	}
.nav-principal li.accueil {
	/* display: none; */
	}
.nav-principal li.login {
	display: none; 
	}

/* LIENS DES OPTIONS DE NIVEAU 1 */
/* (En principe alignées horizontalement) */
/* ================================================== */
.nav-principal li a:link,
.nav-principal li a:visited {
	display: block;
	padding: 6px 15px;
	color: #aa0000;
	background: #ffffff; 
	/* border: none; */
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	}
.nav-principal li.actif a:link,
.nav-principal li.actif a:visited {
	color: #;
	background: #; 
	/* font-weight: bold; */
	}
.nav-principal li a:hover,
.nav-principal li.actif a:hover {
	color: #ffffff;
	background: #aa0000; 
	/* font-weight: bold; */
	}
.nav-principal li.actif a:hover {
	}

/* DEROULEMENT DES OPTIONS DE NIVEAU 2 */
/* (Dans des menus déroulants) */
/* ================================================== */
.nav-principal li ul,
.nav-principal li input[type=checkbox]:checked ~ ul {
	/* Par défaut, un sous-menu n'est pas déroulé. */
	display: none;
	}
.nav-principal li:hover > a:link,
.nav-principal li:hover > a:visited {
	/* Apparence de la cellule-maître pendant que son sous-menu est déroulé (le signe > désigne le lien qui suit immédiatement). */
	color: #aa0000; 
	background: #ffeeee; 
	/* border-top: 1px solid #ffffff; */
	/* border-left: 1px solid #ffffff; */
	/* border-right: 1px solid #ffffff; */
	}
.nav-principal li:hover > a:hover {
	/* Apparence de la cellule-maître pendant que son sous-menu est déroulé et qu'elle est elle-même survolée. */
	color: #ffffff; 
	background: #aa0000;
	}
.nav-principal li:hover > ul,
.nav-principal li:hover input[type=checkbox]:checked ~ ul {
	/* Apparence d'un sous-menu (ul) lorsqu'il est déroulé. */
	display: block;
	position: absolute;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 300px;  /* largeur arbitraire */
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	}
.nav-principal li ul li {
	/* Apparence d'une cellule (li) dans un sous-menu déroulé. */
	clear: both;
	/* display: list-item; */
	width: 100%;
	padding: 0px;
	border-top: 3px solid #ffffff;
	}
.nav-principal li ul li a:link,
.nav-principal li ul li a:visited {
	/* Apparence d'une option (a) dans un sous-menu déroulé (si différence par rapport aux options de niveau 1). */
	display: block;
	border: none;
	color: #aa0000; 
	background: #ffeeee; 
	/* background: transparent url("/site_20/images/header/fond_trsp.png") repeat; */
	padding: 8px 15px;
	font-size: 1em;
	}
.nav-principal li:hover > ul li a:hover {
	/* Apparence d'une option (a) survolée dans un sous-menu déroulé. */
	color: #ffffff;
	background: #aa0000; 
	}

/* DEROULEMENT DES OPTIONS DE NIVEAU 3 */
/* ================================================== */
.nav-principal li ul li ul {
	display: none; 
	}
.nav-principal li ul li:hover > ul {
	display: none; 
	/* display: block; */
	position: absolute;
	margin: 0px 0px 0px 60px;
	border: 8px solid #ffffff;
	}
.nav-principal li ul li ul li a:link,
.nav-principal li ul li ul li a:visited {
	padding: 6px 15px;
	}

/* DEROULEMENT DES OPTIONS DE NIVEAU 4 */
/* ================================================== */
/* La plupart des éléments peuvent être identiques au niveau 3. */
/* Mais il faut peut-être corriger/annuler les indentations définies dans le CSS mobile. */
.nav-principal li ul li ul li ul li a:link,
.nav-principal li ul li ul li ul li a:visited {
	padding: 6px 15px;
	}

/* ÉLÉMENTS DIV DANS LES MENUS DÉROULÉS */
/* ================================================== */
.nav-principal li div {
	display: none;
	}
.nav-principal li:hover > div {
	display: block;
	position: absolute;
	margin: 0px 0px 0px -4px;
	padding: 20px 20px;
	border-top: 1px solid #ffffff;
	background: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 0.9em;
	}
.nav-principal li div span {
	display: block;
	padding: 8px 0px;
	}
.nav-principal li div a:link,
.nav-principal li div a:visited {
	padding: 0px;
	color: #aa0000;
	text-decoration: underline;
	}

.nav-principal .rch1 {
	display: none;
	}
.nav-principal .rch2,
.nav-principal .rch3 {
	display: block;
	padding: 5px 0px;
	}

.nav-principal .erreur {
	font-weight: normal;
	color: #ff0000;
	}



/* ************************************************************ */
/*		MODULE: NAV-ARIANE
/* ************************************************************ */
.nav-ariane {
	display: none; 
	}



/* ************************************************************ */
/*		MODULE: NAV-ANCRES
/* ************************************************************ */
.article .nav-ancres {
	display: block;
	float: right;
	margin: 0px 20px 40px 40px;
	padding: 0px 0px 20px 40px;
	border-left: 1px solid #000000;
	}
.article .nav-ancres ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.article .nav-ancres a {
	text-decoration: none; 
	}



/* ************************************************************ */
/*		MODULE: WIDGET-SUP
/* ************************************************************ */
.widget-sup {
	display: block;
	float: right;
	margin: 40px 0px 0px 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Arial Narrow, Helvetica Narrow, sans-serif; */
	font-size: 1.2em; 
	}
.widget-sup a:link,
.widget-sup a:visited {
	display: block;
	padding: 10px 20px;
	color: #aa0000;
	background: #; 
	border: none;
	text-decoration: none;
	}
.widget-sup a:hover {
	color: #ffffff;
	background: #aa0000; 
	/* font-weight: bold; */
	}
/* DEROULEMENT */
/* ================================================== */
.widget-sup ul,
.widget-sup form {
	/* Par défaut, un sous-menu n'est pas déroulé. */
	display: none;
	}
.widget-sup:hover > a:link,
.widget-sup:hover > a:visited {
	/* Apparence de la cellule-maître pendant que son sous-menu est déroulé (le signe > désigne le lien qui suit immédiatement). */
	color: #ffffff; 
	background: #aa0000; 
	}
.widget-sup:hover > ul,
.widget-sup:hover > form {
	/* Apparence d'un sous-menu (ul) lorsqu'il est déroulé. */
	display: block;
	position: absolute; 
	/* right: 10px; */
	color: #aa0000; 
	background: #ffeeee; 
	list-style: none;
	margin: 0px 0px 0px -80px;
	padding: 0px;
	width: 300px;
	border-left: 1px solid #aa0000;
	border-right: 1px solid #aa0000;
	border-bottom: 1px solid #aa0000;
	}
.widget-sup ul li,
.widget-sup form {
	/* Apparence d'une cellule (li) dans un sous-menu déroulé. */
	clear: both;
	/* display: list-item; */
	width: 100%;
	padding: 0px;
	border-top: 1px solid #aa0000;
	}
.widget-sup ul li a:link,
.widget-sup ul li a:visited,
.widget-sup form span {
	/* Apparence d'une option (a) dans un sous-menu déroulé (si différence par rapport aux options de niveau 1). */
	display: block;
	border: none;
	color: #aa0000; 
	background: #ffeeee; 
	/* background: transparent url("/site_20/images/header/fond_trsp.png") repeat; */
	padding: 10px 15px; 
	/* color: #aa0000; */
	font-size: 1em;
	}
.widget-sup form a:link,
.widget-sup form a:visited {
	/* Apparence d'un lien (a) dans un formulaire déroulé. */
	margin: 0px;
	padding: 0px;
	background: none; 
	font-size: 0.85em;
	}
.widget-sup:hover > ul li a:hover,
.widget-sup:hover > form a:hover {
	/* Apparence d'une option (a) survolée dans un sous-menu déroulé. */
	color: #ffffff;
	background: #aa0000; 
	}





/* ******************************************************************************************************************** */
/*
/*		(D) - CONTENU ( ARTICLE - ASIDE )
/*
/* ******************************************************************************************************************** */

.article {
	margin: 0px;
	font-size: 1.2em;
	}

/* TITRES */
/* ================================================== */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	}
.article h1 {
	font-size: 2.4em;
	padding-bottom: 15px;
	margin-bottom: 30px;
	}
.article h1.t1 { font-size: 2.6em; }
.article h1.t2 { font-size: 2.4em; }
.article h1.t3 { font-size: 2.2em; }
.article h1.actu1,
.article h1.actu2,
.article h1.actu3 {
    /* si les titres des actualités doivent apparaître différemment que ceux des autres pages: */
	/* font-weight: bold; */
	}
.article h1.actu1 { font-size: 2.5em; }
.article h1.actu2 { font-size: 2.0em; }
.article h1.actu3 { font-size: 1.5em; }
.article h2 {
	font-size: 2em;
	}
.article h3 {
	font-size: 1.5em;
	}
.article h4 {
	font-size: 1.4em;
	}
.article h5 {
	font-size: 1.3em;
	}
.article h6 {
	font-size: 1.2em;
	}
.article p+h2,
.article p+h3,
.article p+h4 {
	margin-top: 35px;
	}
.article .surtitre {
	/* font-size: 1.2em; */
	}
.article .compteur {
    text-align: left;
	}

/* TEXTES */
/* ================================================== */
.article li {
	margin-bottom: 8px;
	}
.article .texte {
	/* width: 80%; */
	}
body.section-accueil .article .texte {
	}
.article .demi-gauche {
	float: left;
	width: 45%;
	}
.article .demi-droite {
	float: right;
	width: 45%;
	}
.article .un-tiers-gauche {
	float: left;
	width: 30%;
	}
.article .un-tiers-droite {
	float: right;
	width: 30%;
	}
.article .deux-tiers-gauche {
	float: left;
	width: 60%;
	}
.article .deux-tiers-droite {
	float: right;
	width: 60%;
	}

/* IMAGES GÉRÉES PAR LE MODULE ARTICLE */
/* ================================================== */
.article .image-gauche,
.article .image-droite,
.article .image-basse {
	display: block;
	}
.article .image-gauche {
	float: left;
	margin: 0px 20px 20px 0px;
	}
.article .image-droite {
	float: right;
	margin: 0px 0px 20px 20px;
	}
.article .image-basse {
	margin: 30px 0px;
	text-align: center;
	}
.article .image-mobile {
	display: none;
	}
/* IMAGES PLACÉES MANUELLEMENT */
/* ================================================== */
.article .img-droite {
	width: 48%;
	max-width: 600px;
	}
.article .img-gauche {
	width: 48%;
	max-width: 600px;
	}
.article .img-droite.vertical,
.article .img-gauche.vertical {
	width: 35%;
	max-width: 420px;
	}
.article .img-alignee {
	width: 90%;
	max-width: 1000px;
	}
.article .img-alignee.vertical {
	width: 48%;
	max-width: 600px;
	}
.article .img-serie {
	margin: 30px 10px 0px 0px;
	width: 40%;
	max-width: 480px;
	border: 0px;
	}
.article .carte-geo {
	width: 100%;
	max-width: 1000px;
	height: 400px;
	}


/* ************************************************************ */
/*		MODULES DOCUMENTS
/* ************************************************************ */
.documents {
	}
.documents li {
	width: auto;
	}
.documents li .infos {
	display: block;
	padding-top: 3px;
	font-size: 0.75em;
	color: #aaaaaa;
	}
.documents .new {
	background: #ffff00;
	}


/* ************************************************************ */
/*		MODULES FORMULAIRE:
/* ************************************************************ */
.formulaire .label,
.formulaire .label-confirm {  /* Pour les span qui contiennent le label d'une rubrique text. */
	display: inline-block;
	width: 24%;
	vertical-align: top;
	}
.formulaire .asterisque {  /* Pour les span qui contiennent l'asterisque d'une rubrique text. */
	display: inline-block;
	width: 3%;
	vertical-align: top;
	}
.formulaire .input {  /* Pour les span qui contiennent une rubrique text. */
	display: inline-block;
	width: 64%;
	vertical-align: top;
	}


/* ************************************************************ */
/*		MODULE 'LISTE'
/* ************************************************************ */
.liste {
	font-size: 1em;
	}
.liste .liste-date {
	display: inline-block;  /* Pour la liste des actualites, avec la date et le titre cote a cote. */
	width: 18%; 
	vertical-align: top;
	}
.liste .liste-categorie {
	display: inline-block;  /* Pour la liste des actualites, avec la date et le titre cote a cote. */
	width: 18%; 
	vertical-align: top;
	}
.liste .liste-titre {
	display: inline-block;  /* Pour la liste des actualites, avec la date et le titre cote a cote. */
	width: 60%; 
	vertical-align: top;
	}


/* ************************************************************ */
/*		MODULE 'LISTE-MAINCOURANTE'
/* ************************************************************ */
.liste-maincourante {
	}
.liste-maincourante .admin form {
    width: 60%;
    }
.liste-maincourante .admin a {
    width: 30%;
	}


/* A SUPPRIMER APRES PHASE DE TRANSITION */
/* ================================================== */
.liste-maincourante tr:hover {
    background: #eeeeee;
	}
.liste-maincourante td:hover .admin {
	display: block;
	position: absolute;
    margin-top: 4px;
    background: #eeeeee;
    padding: 10px 15px;
    border: 2px solid #000000;
	}


/* ************************************************************ */
/*		MODULES: ASIDE + ACTU-TOP-LISTE / ACTUBREVES
/* ************************************************************ */
.aside,
.topbox {
	margin-left: 50px;
	/* padding: 15px; */
	/* border: 1px solid #000000; */
	font-size: 1.1em;
	}
.topbox li {
	border-radius: 10px; 
	}
.aside .actubreves {
	}
.aside .actubreves .titre {
	font-size: 1.2em;
	letter-spacing: 5px;
	text-align: left;
	}
.aside .rch1 {
	display: none;
	}
.aside form input[type=submit] {
	margin: 15px 15px 15px 0px;
	padding: 4px;
	font-size: 1em;
	font-weight: normal;
	color: #aa0000;
	background: #eeeeee;
	border: 1px solid #000000;
	}

}
