/*
Theme Name: ENV 4016
Theme URI: https://env4016.teluq.ca/
Description: Am&eacute;nagement du territoire et environnement
Author: Marie-Jos&eacute;e Briand 
(À partir du gabarit HTML5)
*/

/* styles.css
 * Gère l'apparence des styles
 * Version : 1.2
 * Dernières modifications : 23 juin 2014
 * Auteur : François Martel
 * Note : Les prefixes CSS sont gérés par prefixfree.js
 * Table des matières
 * ==================================================
	généraux
	zoneEntete
	conteneurs
	zoneHautPage
	zoneInformative
	menuPrincipal
	zoneSecondaire
	zoneContenu
	zoneContenu/zoneArticle
	zoneBasPage
	infobulles
	panneaux
	impression */

/* ==================================================
 * généraux
 * ================================================== */

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html{
	font-size: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%; /* 16px */
	line-height: 1.5; /* 24px/16px */
	background-color: #78ab80;
	color: #000000;
	
    /* Empêcher l'ajustement du texte sur les plateformes iOS */
	text-size-adjust: 100%; 
}

/* Ombrages */
.ombrage{
	box-shadow: 0px 5px 15px #b0b0b0;
	
	/* PIE - IE8 et moins */
    behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc);
}
.ombrageDoux{
	box-shadow: 0px 5px 15px #dadada;
	
	/* PIE - IE8 et moins */
    behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc);
}

/* Particularités */
.impression{
	display: none;
}
img{
	display: block;
}

/* ==================================================
 * zoneEntete
 * ================================================== */

#zoneEntete{
	height: 60px;
	background-color: #78ab80;
}
#identite{
	width: 960px;
	margin: 0px auto;
	background: #78ab80;
	overflow: auto;
}
#identite #logo{
	float: right;
	width: auto;
	margin: 5px 0px 0px 0px;
}

/* ==================================================
 * conteneurs
 * ================================================== */

#zoneConteneur{
	background: #ffffff url(img/structure/env4016_bg_contenu.jpg);
	overflow: auto;
}

/* Liens */
#zoneConteneur a:link, #zoneConteneur a:visited{
	text-decoration: none;
}
#zoneConteneur a:active, #zoneConteneur a:hover, #zoneConteneur a:focus {
	text-decoration: underline;
}

/* Faux colonnes */
#zoneMilieuPage{}

/* ==================================================
 * zoneHautPage
 * ================================================== */

#zoneHautPage h1{
	height: 260px;
	margin: 0px 0px 0px 0px;
	font-size: 2.125em; /* 34px/16px */
	line-height: 1;
	background: url(img/structure/env4016_bandeau.jpg) no-repeat top left;
}
#zoneHautPage h1 a:link, #zoneHautPage h1 a:visited{
	display: block;
	margin: 0px 0px 0px 30px;
	padding: 200px 0px 0px 0px;
	width: auto;
	color: #000000;
}
#zoneHautPage h1 a:active, #zoneHautPage h1 a:hover, #zoneHautPage h1 a:focus {
	text-decoration: none;
}
#zoneHautPage h1 span{
	display: none;
	margin: 5px 0px 0px 0px;
	font-size: 0.647em; /* 22px/34px */
	line-height: 1;
	color: #818181;
}

/* ==================================================
 * zoneInformative
 * ================================================== */

#zoneInformative{
	margin: -45px 0 0 0px;
	padding: 10px 20px 0px 20px;
	font-size: 0.750em; /* 12px/16px */
	line-height: 1.25; /* 15px/12px */
	overflow: auto;
	color: #818181;
}
#zoneInformative p.filAriane{
	float: left;
	width: auto;
}
#zoneInformative p.infoConnection{
	float: right;
	width: auto;
}
#zoneInformative a:link, #zoneInformative a:visited{
	text-decoration: underline;
	color: #818181;
}
#zoneInformative a:active, #zoneInformative a:hover, #zoneInformative a:focus {
	text-decoration: none;
}

/* ==================================================
 * menuPrincipal
 * ================================================== */

#menuPrincipal ul{
	height: 30px;
	margin: 0px 0px 0px 0px;
}
#menuPrincipal ul li{
	float: left;
	width: 161px;
	margin: 0px 0px 0px 0px;
	font-size: 0.9375em; /* 15px/16px */ 
	line-height: 2; /* 30px/15px */ 
	text-transform: uppercase;
	list-style-type: none;
	text-align: center;
	border-left: solid 1px #c1c0c0;
	color: #ffffff;
}
#menuPrincipal ul li:first-child{
	width: 155px;
	border-left: none;
}
#menuPrincipal ul li a:link,
#menuPrincipal ul li a:visited,
#menuPrincipal ul li a:active{
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: #818586;
	color: #ffffff;
}
#menuPrincipal ul li a:hover, #menuPrincipal ul li a:focus {
	text-decoration: none;
	background-color: #94ba66;
	
	/* Transition/animation */
	transition: all 0.3s ease-out;
}
#menuPrincipal ul li.current_page_item a:link, #menuPrincipal ul li.current_page_item a:visited,
#menuPrincipal ul li.current-page-ancestor a:link, #menuPrincipal ul li.current-page-ancestor a:visited{
	background-color: #94ba66;
}

/* MENU */
.widget_nav_menu h3 {
    background-color: #77a47b;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
	padding-left: 15px;
	font-size: .875em; /*14px/16px*/
    letter-spacing: 2px;
}
.widget_nav_menu h3 selectionne {
	 background-color: #cd5205;
}
.widget_nav_menu a {
	color: #071530;
}
.widget_nav_menu a:active,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus
 {
	color: #a44f18;
}

ul.menu{
	padding: 0 15px;
	list-style-type: none;
	font-size: .9375em; /*15px/16px*/
}
ul.menu ul {
    list-style-type: none;
	padding-top: 5px;
}
.menu li.parent_item {
    border-bottom: 1px solid #b3b9c7;
	padding-bottom: 12px;
}
.menu li.parent_item a{
	padding-top: 12px;
	padding-bottom: 2px;
}
.menu li.parent_item li a{
	padding-top: 0px;
	padding-bottom: 0px;
}
#nav_menu-2 .menu {
    padding-bottom: 10px;
    padding-top: 10px;
}
#nav_menu-3 .menu li {
    font-weight: bold;
	line-height: 18px;
}
#nav_menu-3 .menu li li{
    font-weight: normal;
	line-height: normal;
	padding-bottom: 3px;
}
#nav_menu-4 .menu {
    padding-bottom: 10px;
    padding-top: 10px;
}
/* ==================================================
 * zoneSecondaire
 * ================================================== */

#zoneSecondaire{
	padding: 0px 0px 30px 0px;
}
#zoneSecondaire a{
	display: block;
}
#menuSecondaire{
	margin: 0px 0px 0px 20px;
}
h3.selectionne {
	background-color: #cd5205;
}
a.selectionne {
	color: #a44f16;
}
/* Niveau 2, 3 et 4 (en incluant le menu principal en tant que niveau 1) */
#menuSecondaire li{
	margin: 7px 0px 0px 0px;
	font-size: 1.00em; /* 16px/16px */
	line-height: 1.125; /* 18px/16px */
	list-style-type: none;
}
#menuSecondaire > li:first-child{
	margin-top: 0px;
}
#menuSecondaire li a:link,
#menuSecondaire li a:visited,
#menuSecondaire li a:active{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	color: #656565;
}
#menuSecondaire li a:hover, #menuSecondaire li a:focus {
	text-decoration: none;
	color: #94ba66;
	
	/* Transition/animation */
	transition: all 0.3s ease-out;
}

/* Item courant */
#menuSecondaire > li.current_page_item > a:link,
#menuSecondaire > li.current_page_item > a:visited{
	border-bottom: solid 2px #94ba66;
}
#menuSecondaire li.current_page_item > a:link,
#menuSecondaire li.current_page_item > a:visited{
	color: #94ba66;
}

/* Accordéons */
#menuSecondaire > li.parent_item > a{
	background: url(img/structure/wpmsgab_ico_menusec_accordeon.png) no-repeat 100% 1px;
}
#menuSecondaire > li.parent_item.selectionne > a{
	background: url(img/structure/wpmsgab_ico_menusec_accordeon_sl.png) no-repeat 100% 1px;
	border-bottom: solid 2px #94ba66;
}

/* Niveau 3 - particularités (en incluant le menu principal en tant que niveau 1) */
#menuSecondaire li ul{
	margin: 7px 0px 0px 0px;
}
#menuSecondaire li li{
	margin: 0px 0px 0px 0px;
}
#menuSecondaire li.parent_item li.parent_item a{
	padding: 0px 0px 0px 0px;
	font-size: 0.9375em; /* 15px/16px */
	border-bottom: none;
}
#menuSecondaire li.parent_item li.parent_item > a{
	font-size: 0.875em; /* 14px/16px */
	line-height: 1.143; /* 16px/14px */
	text-transform: uppercase;
}

/* Niveau 4 - particularités (en incluant le menu principal en tant que niveau 1) */
#menuSecondaire li li ul{
	margin: 0px 0px 20px 0px;
}
#menuSecondaire li li li{
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(img/structure/wpmsgab_ico_menusec_niv3.gif) no-repeat 0px 8px;
}

/* ==================================================
 * zoneContenu
 * ================================================== */

#contenu{
	margin: 0px 0px 0px 0px;
	padding: 25px 40px 30px 46px;
	font-size: 0.9375em; /* 15px/16px */
	line-height: 22px; 
	color: #000;
}
#contenu.pleineLargeur{
	padding: 25px 20px 30px 20px;
}

/* Titres */
#contenu h1{
	margin: 14px 0px 20px 0px;
    padding: 0px 0px 6px 0px;	
	font-style: normal;
	font-weight: bold;
	
	font-size: 1.4em; /* px/14px */
	line-height: 1;
	color: #a45330;
}
#contenu h2{
	margin: 25px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
	
	font-style: normal;
	font-weight: 400;
	
	font-size: 1.42em; /* px/14px */
	line-height: 1.083; /* 26px/24px */
	color: #000;
}
#contenu h3{
	margin: 25px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
	
	font-style: normal;
	font-weight: normal;
	
	font-size: 1.286em; /* 18px/14px */
	line-height: 1.222222222222222; /* 22px/18px */
	color: #000;
}
#contenu h4{
	margin: 25px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	
	font-style: italic;
	font-weight: normal;
	
	font-size: 1.16em; /* px/14px */
	line-height: 1.250; /* 20px/16px */
	color: #000000;
}
#contenu h5{
	font-size:1.1em;
	font-weight: bold;
	color: #000000;
}
/* Contenu texte */
#contenu p,
.tooltipster-content p{
	margin: 0px 0px 15px 0px;
}
#contenu strong,
.tooltipster-content strong{
	font-weight: 700;
}
#contenu p.sansMarge,
.tooltipster-content p.sansMarge{
	margin: 0px 0px 5px 0px;	
}
#contenu p.note{
	font-size: 0.857em; /* 12px/14px */
	line-height: 1.333333333333333; /* 16px / 12px */
	color: #87888A;
}
#contenu p.source{
	font-size: 0.857em; /* 12px/14px */
	line-height: 1.333333333333333; /* 16px / 12px */
	color: #87888A;	
}
#contenu .retrait, #contenu .retrait2 {
	font-size: 0.857em; /* 12px/14px */
	padding-left: 20px;
	margin-bottom: 0;
	line-height: 18px;
}
#contenu .retrait {
	text-indent: -16px;
}
#contenu .retrait2 {
    text-indent: -22px;
}
#contenu sup{
	font-size: 0.714em; /* 10px/14px */
	vertical-align: top;
	margin: 0px 0px 0px 2px;
	line-height: 13px;
}
#contenu blockquote{
	margin: 0px 0px 0px 15px;
}
#contenu a:link, #contenu a:visited,
.tooltipster-content a:link,.tooltipster-content a:visited{
	text-decoration: underline;
	color: #357b40;
}
#contenu a:active, #contenu a:hover, #contenu a:focus,
.tooltipster-content a:active, .tooltipster-content a:hover, .tooltipster-content a:focus {
	text-decoration: underline;
	color: #b65c54;
}
#contenu a.infobulle{
	text-decoration: none;
	border-bottom: dotted 1px #3e3e3e;
}
#contenu .contenuInvisible{
	display: none;
}
#contenu .alignGauche{
	float: left;
	width: auto;
}
#contenu .alignDroite{
	float: right;
	width: auto;
}

/* Icône de liens externes
Note : remplacer le lien d'exclusion par celui de votre projet */
#contenu a[href^="http://"]:after, 
#contenu a[href^="https://"]:after,
#contenu a[href^="mailto:"]:after{
	margin: 0px 0px 0px 2px;
	content: url(img/structure/wpmsgab_ico_liensext.png);
}
#contenu a[href^="https://env4016.teluq.ca/"]:after,
#contenu a[href^="#"]:after{
	display: none;
}

/* Listes ordonnées et non-ordonnées */
#contenu ul{
	margin: 0px 0px 15px 15px;
	list-style-type: disc;
	line-height: 22px;
}
#contenu ul li,
#contenu ol li{
    margin: 0px 0px 5px 0px;
}
#contenu ul.grandeMarge li{
    margin: 0px 0px 15px 0px;
}
#contenu ul li p,
#contenu ol li p{
    margin: 5px 0px 5px 0px;
}
#contenu ul ul {
    list-style-type: circle;
}
#contenu ol{
	margin: 0px 0px 15px 20px;
	line-height: 22px;
}
#contenu ol.margeNombres{
	margin: 0px 0px 15px 25px;
}
#contenu ul.sansMarge,
#contenu ol.sansMarge{
    margin-bottom: 5px;
}
#contenu ol.listeLettre{
    list-style-type: lower-latin;
}
#contenu ol.notesBasPage{
	margin-top: 20px;
}
#contenu ol.notesBasPage li{
	font-size: 0.857em; /* 12px/14px */
	margin: 0px 0px 10px 0px;
}
#contenu ol.references{
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 20px;
}
#contenu ol.references li{
	font-size: 0.857em; /* 12px/14px */
	margin: 0px 0px 10px 0px;
	text-indent: -20px;
}

/* Class */
.attention {
	color: #B30000;
}
.source {
	font-size: .8em;
}
.titreSchema {
	text-transform:uppercase;
	font-weight: bold;
}
.rappel{
	font-size: 1.1333333em; /*17px/15px*/
	font-weight: bold;
}

/************* # Boutons # *************/
.reponse{
	border-bottom:1px dashed #919191;
	position:relative!important;
	padding-bottom:15px;
	padding-top:20px;
	margin-bottom:15px;
}

.contenu {
	background-color: #cbe3cd;
    padding: 5px;
    margin-top: 15px;
}
.button{
	z-index:1;
	position:absolute;
	top:5px;
	right:0px;
	width:125px;
	text-align:center;
	overflow:visible;
	cursor:pointer;

	/*Chrome, Opera, Safari*/
	background: -webkit-gradient(linear, left top, left bottom, from(#94c591), to(#426747));
	-webkit-border-radius: .2em;
	/*FF*/
	background: -moz-linear-gradient(top, #94c591, #426747);
	-moz-border-radius: .2em;
	border-radius: .2em;

	/*IE*/
	background-color:#94c591;

	border:1px solid #638c5b;;
	color:#FFFFFF;
	padding:3px;
	font:12px Arial, Helvetica, sans-serif;
}

.button:hover, .button:focus {
	cursor:pointer;
}

.align-right{
	text-align:right;
}

/**************************************/

a.btnRetourHaut {
	position:fixed;
	bottom: 0;
	right: 1.5em;
	display:none;
	background-color:rgba(58,103,98,.4);
	border: none;
	height: 40px;
	width: 40px;
	overflow: hidden;
	padding: 0;
	margin-top: .95em;
	text-align: center;
	border-radius:100%/100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration:none!important;
}
a.btnRetourHaut:hover, a.btnRetourHaut:focus{background-color:rgba(58,103,98,1);}
a.btnRetourHaut:before{
	font-family: "Genericons";
    font-weight: 700;
	font-size:2em;
	color: #fff!important;
	content: '\f432';
	line-height: 40px;
	width: 40px;
	display: block;
}

/*----- Tabs -----*/
/*----- Tab Links -----*/
.tab-links
{
    font : bold 11px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 35px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 1px solid #9EA0A1;
    margin: 0!important;
}
.tab-links li
{
    float : left;
    height : 32px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 0 0px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 0px;  /* Pour IE  */
    border : 1px solid #b1b1b1;
	
	list-style:none;
	text-transform:uppercase;
	background-color:#ececec;
	text-align:center;
}

.tab-links li.active
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
.tab-links a
{
	padding:9px 10px;
	color:#4c4c4c;
    display : block;
    text-decoration : none; 
}
.tab-links a:hover, .tab-links a:focus
{
    background : #fff;
}
 
/*----- Content of Tabs -----*/
.tab-content {
	padding:5px;
	border: 1px solid #b1b1b1;
	border-top:none;
	background:#fff;
}

.tab {
	display:none;
}
 
.tab.active {
	display:block;
}
		
		
/* Images */
#contenu img{
	margin: 0px 0px 15px 0px;
}

/* Boîtes */
#contenu .boite{
	position: relative;
	margin: 0px 0px 15px 15px;
	padding: 15px 15px 0px 25px;
	background-color: #ffffff;
	border: solid 1px #9e9e9e;
	
	/* Coins arrondis */
	border-radius: 15px 15px 15px 15px;
	
	/* Ombrage */
	box-shadow: 3px 3px 5px #d5d5d5;
	
	/* PIE - IE8 et moins */
    behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc);
}
#contenu .boite .boiteIco{
	display: block;
	position: absolute;
	top: 15px;
	left: -15px;
}

/* Boîtes - animations vidéo */
#contenu .boiteAnimVideo{
	margin: 0px 0px 15px 0px;
}

/* Accordéons */
#contenu .accordeon {
	margin: 0px 0px 0px 0px;
}
#contenu .accordeon .titre {
	position: relative;
	margin: 15px 0px 0px 0px;
	padding: 0px 22px 0px 5px;
	line-height: 1.571428571428571; /* 22px/14px */
	background-color: #f9e9dd;
	color: #000;
	cursor: pointer;
	font-size: 1.11em;
    font-weight: 600;
    border-bottom: solid 1px #f7c59e;
}
#contenu .accordeon .titre span{
	position: absolute;
	display: block;
	
    /* Empêche la sélection sur l'élément */
	user-select: none;
}
#contenu .accordeon .titre .iconeEtatAccordeon{
	top: 4px;
	right: 5px;
	width: 17px;
	height: 17px;
	background: url(img/structure/wpmsgab_ico_accordeon.png) no-repeat top left;
}
#contenu .accordeon .selectionne .iconeEtatAccordeon{
	background-position: 0 -17px;
}
#contenu .accordeon > div {
	overflow: auto;
	padding: 15px 15px 0px 15px;
	border-left: solid 1px #f7c59e;
}

/* Tableaux */

#contenu table{
	width: 100%;
	margin: 0px 0px 15px 0px;
}
#contenu table.sansMarge{
	margin: 0px 0px 5px 0px;
}
#contenu table tr{}
#contenu table tr th{
	text-align: center;
	background-color: #615850;
	color: #fff;
	border: solid 1px #fff;
}

#contenu table .alignementCentre{
	text-align: center;
}
#contenu table .colonneEmphase{
	background-color: #e9f1e4;
}

/* Largeurs de tableaux */
#contenu table.largeurDemi{
	width: 50%
}
#contenu table.largeurTroisQuarts{
	width: 75%
}

/* Largeurs de colonnes */
#contenu table .largeurDemi{
	width: 50%
}
#contenu table .largeurTier{
	width: 33%
}
#contenu table .largeurVingtieme{
	width: 33%
}
#contenu table .largeurDixieme{
	width: 10%
}

/* Tableaux : contenus */
#contenu table p,
#contenu table ul,
#contenu table ol{
	margin-bottom: 5px;
}

/* Feuille de route */
#contenu table#froute {
	font-family: Arial, Helvetica, sans-serif;
	border:none;
}
#contenu table#froute td {
	padding:0px 2px 0px 2px;
	border:solid 1px #cac8c8;
}
#contenu table#froute td.none, #froute th.none {
	border:none;
	background-color: transparent;
}
#contenu table#froute tr th {
	text-align: center;
	background-color: #615850;
	color: #fff;
	border: solid 1px #fff;
}
#contenu table#froute td.semaine {
	text-align:center;
	background-color:#e4dac2;
	border-bottom:solid 1px #F63;
}
	
#contenu table#froute td.module {
	color:#0b2d0c;
	background-color:#CBE2CC;
	border:solid 2px #fff;
	border-bottom:solid 1px #679c67;
	border-left:solid 1px #679c67;
	padding:3px 5px 3px 5px;
}
#contenu table#froute td.tp {
	color:#5a2004;
	background-color:#f7cebb;
	border:solid 2px #fff;
	padding:3px 5px 3px 5px;
	border-bottom:solid 1px #F63;
	border-left:solid 1px #F63;
}	
#contenu table#froute td.zone1 {
	text-align:center;
	background-color:#e1f5e2;
	border:solid 1px #91b793;
}
#contenu table#froute td.zone2 {
	color:#e4511f;
	background-color:#f9e2d8;
	padding:3px 5px 3px 5px;
	border:solid 1px #f59170;
	font-size: 1.2em;
}
#contenu table#froute td.zone3 {
	color: #e4511f;
    text-align: center;
    font-size: 1.2em; /*18px/15px*/
    background-color: #ffc7b4;
    padding: 3px 5px 3px 5px;
    border: solid 1px #e4511f;
}
/*************************/

/* Liste de définitions */
dl dd{
	padding-left:20px;
}
/* Les icones */
.comment{
	position: relative;
	margin: 1.07143em 0;/*15px/14px 0*/
	margin-left: 40px;
	padding: .35714em 1em 0 1.2em;/*5px/14px 14px/14px 0 17px/14px*/
	border-left: 1px solid #649b72;	
	min-height: 60px;
}

.comment:before{
	content:"";
	display: block;
	position: absolute;
	left: -3em;
	width: 34px;
	height: 32px;
	background:url(img/structure/comment.png) no-repeat 0 0!important;
}	
	
	
	
	
/* Navigation entre les articles (résultats de recherche) */
#contenu .navigationArticle{
	margin: 0px;
	overflow: auto;
}

/* ==================================================
 * zoneContenu/zoneArticle
 * ================================================== */

/* Commentaires */
#commentaires{
	margin: 35px 0px 20px 0px;
}
#commentaires h2{
	margin: 0px 0px 15px 0px;
	line-height: 1;
}
#commentaires ol{
	margin: 0px;
	padding: 0px;
}
#commentaires ol li{
	padding: 15px 0px 0px 0px;
	list-style-type: none;
	border-top: dotted 1px #9d9d9d;
}
#commentaires ol li:first-child{
	padding-top: 0px;
	border-top: none;
}
#commentaires ol li p{
	margin: 0px 0px 15px 0px;
}
#commentaires article header{
	margin-bottom: 10px;
}
#commentaires article header h3{
	margin: 0px 0px 0px 0px;
	font-size: 1.00em; /* 14px/14px */
	font-weight: bold;
}
#commentaires article .date{
	position: static;
	display: block;
	height: auto;
	padding: 0px;
	background-color: inherit;
	color: #191919;
}

/* Formulaire de commentaires */
#formCommentaire h2{
	margin: 0px 0px 15px 0px;
	line-height: 1;
}
#formCommentaire{
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 0px 10px;
	background-color: #e5e5e5;
}
#formCommentaire fieldset{
	overflow: auto;
}
#formCommentaire label{
	margin: 0px 0px 5px 0px;
}
#contenu #formCommentaire input[type="text"],
#contenu #formCommentaire input[type="email"]{
	width: 50%;
}
#formCommentaire textarea{
	padding: 5px;
}
#formCommentaire input[type="submit"]{
	padding: 5px 10px 5px 10px;
	font-size: 1.00em;
	line-height: 1;
	border: none;
	background-color: #d5d5d5;
	color: #3d3d3d;
}
#formCommentaire input[type="submit"]:hover{
	background-color: #b5b5b5;
	
	/* Transition/animation */
	transition: all 0.3s ease-out;
}

/* ==================================================
 * archives
 * ================================================== */

/* navigArticle */
#navigArticle{
	margin: 25px 0px 15px 0px;
}
#navigArticle ul{
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#navigArticle ul li{
	list-style-type: none;
}

/* ==================================================
 * zoneBasPage
 * ================================================== */

/* Contenu du bas de page */
#zoneBasPage{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #c0d0c3;
	height: 30px;
    overflow: hidden;
}
#zoneBasPage ul {
    text-align: center;
	float: right;
	margin-right: 30px;
}
#zoneBasPage li {
    display: inline;
    padding: 0 10px;
}
#zoneBasPage #copyright{
	font-size: 0.750em; /*12px/16px */
	line-height: 2.5; /*30px/12px */
	/*text-align: center;*/
	color: #000000;
}
#zoneBasPage a:link, #zoneBasPage a:visited{
	text-decoration: none;
	color: #000;
}
#zoneBasPage a:active, #zoneBasPage a:hover, #zoneBasPage a:focus{
	text-decoration: underline;
}
#copyright p {
    position: relative;
    left: 325px;
    width: 275px;
}

/* ==================================================
 * formulaires
 * ================================================== */

#contenu form{
	margin-bottom: 0px;
}
#contenu fieldset{
	margin: 0px;
	padding: 0px;
	border: none;
}
#contenu input[type="text"],
#contenu input[type="password"],
#contenu input[type="email"],
#contenu textarea,
#contenu select{
	width: 100%;
	max-width: 100%;
	min-height: 30px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 0px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #ffffff;
	color: #191919;
}	
#contenu select{
	padding: 0;
}
#contenu input[type="text"]:focus,
#contenu input[type="password"]:focus,
#contenu input[type="email"]:focus,
#contenu textarea:focus{
	border: 1px solid #aaaaaa;
	box-shadow:  0 0 3px rgba(0,0,0,.2);
	color: #191919;
}
#contenu textarea {
	min-height: 60px;
}
#contenu label,
#contenu legend{
	display: block;
	font-size: 1.00em; /* 14px/14px */
	font-weight: normal;
}
#contenu select{
	width: 220px;
}
#contenu input[type="checkbox"]{
	display: inline;
}
#contenu label span,
#contenu legend span{
	font-weight: normal;
	color: #191919;
}

/* ==================================================
 * infobulles
 * ================================================== */

.infobulleGris{
	background-color: #e2e2e2;
	box-shadow: 0px 5px 10px #d2d2d2;
	
	/* PIE - IE8 et moins */
    behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc);
}
.tooltipster-content{
	padding: 10px 10px 10px 10px;
	font-size: 14px; /* Tooltipster ne supporte que l'unité absolue px */
	line-height: 1.429; /* 20px/14px */
	color: #3e3e3e;
}
.infobulleGris .tooltipster-content :last-child{
	margin-bottom: 0px;
}

/* ==================================================
 * panneaux
 * note : le panneau d'actualités est caché par défaut.
 * ================================================== */

/* Boutons d'accès */
a.btnPanneau{
	position: fixed;
	right: -95px;
	display: block;
	z-index: 11;
	width: 130px;
	padding: 12px 0px 12px 40px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.6875em; /* 11px/16px */
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
	color: #ffffff;
    outline: none;
    
    /* Coins arrondis */
	border-radius: 15px 0px 0 15px;

	/* Gradients */
	background-image: linear-gradient(to right, #59595A, #999999);
	
	behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc); /* IE8 et moins */
}

a.btnPanneau span.img{position: absolute; left: 7px; top: 7px; width: 28px; height: 28px; background-repeat: no-repeat;}
a.active.btnPanneau span.img{left: 12px; top: 12px; background-image: url(img/modules/panneaux/minus.png)!important;}

/* Boutons d'accès spécifiques */
a#btnPanneauRecherche	{top: 245px;}
a#btnPanneauChat		{top: 295px;}
/*a#btnPanneauActualites {top:215px;}*/

a#btnPanneauRecherche span.img	{background-image:url(img/modules/panneaux/ico_recherche.png);}
a#btnPanneauChat span.img		{background-image:url(img/modules/panneaux/ico_chat.png);}
/*a#btnPanneauActualites span.img {background-image:url(img/modules/panneaux/ico_actualites.png);}*/

/* Panneaux */
.panneau{
	position: fixed;
	right: 0;
	display: none;
	z-index: 10;
	padding: 20px 150px 20px 20px;
	background: #000000;

    /* Coins arrondis */
	border-radius: 20px 0px 0 20px;
	
	behavior: url(/wp-content/themes/gabarit_html5/css/pie.htc); /* IE8 et moins */
}

/* Contenus des panneaux */
.panneau h3{
	margin: 0 0 5px 0;
	font-size: 1.00em; /* 16px */
	color: #ffffff;
}
.panneau p{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 0.8125em; /* 13px/16px */
	line-height: 1.385; /* 18px/13px */
	color: #ffffff;
}
.panneau a{
	text-decoration: none;
	color: #ffffff;
}
.panneau a:hover, .panneau a:focus{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

/* Panneaux spécifiques */
#panneauRecherche	{top: 230px; width: 570px;} /* Positionnement du panneau de recherche */
#panneauChat		{top: 230px; width: 770px;} /* Positionnement du panneau de prise de notes */
/*#panneauActualites {top: 100px; width: 670px;} /* Positionnement du panneau des actualités */

/* Styles pour le contenu du panneauRecherche */
#panneauRecherche input[type="text"]{
	width: 70%;
	min-height: 25px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 0px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #ffffff;
	color: #191919;
}
#panneauRecherche #lancerRecherche{
	width: 25%;
	margin: 0 0 0 5px;
	min-height: 25px;
	background-color: #ffffff;
	border: none;
	color: #000000;
	cursor: pointer;
}
#panneauRecherche #lancerRecherche:hover, #panneauRecherche #lancerRecherche:focus{
	background-color: #2e8804;
	color: #ffffff;
}

/* ==================================================
 * outils
 * ================================================== */

/* Image replacement */
.ir{
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before{
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden{
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible{
    visibility: hidden;
}













/* ==================================================
 * impression
 * note : changer le contenu (content) des liens internes
 * pour l'adresse complète du site correspondant (ci-dessous).
 * ================================================== */

@media print{
	/* Généralités */
	/* basées sur les normes d'impression CSS d'HTML5 Boilerplate */
	*{
		background: transparent !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body{
		min-width: 100%;
	}
	a,a:visited{
		text-decoration: underline;
	}
	pre,blockquote{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead{
		display: table-header-group; /* h5bp.com/t */
	}
	tr,img{
		page-break-inside: avoid;
	}
	img{
		max-width: 100% !important;
	}
	@page{
		margin: 1cm;
	}
	p,h2,h3{
		orphans: 3;
		widows: 3;
	}
	h2,h3,h4,h5{
		page-break-after: avoid;
	}

	/* Conteneurs principaux */
	#zoneEntete, #identite, #zoneHautPage, #zoneConteneur, #zoneMilieuPage,
	#zoneContenu, #contenu, #contenu.pleineLargeur, #zoneBasPage{
		display: block;
		float: none;
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		border: none;
		overflow: none;
	}
	#menuPrincipal, #menuPrincipal, #zoneSecondaire, #identite img, .infoConnection{
		display: none;
	}
	#zoneEntete{
		margin: 0 0 15px 0;
	}
	#identite #logo{
		margin: 0;
	}
	#identite img.impression{
		display: block;
	}
	#zoneHautPage{
		margin: 0;
		padding: 0;
	}
	
	/* Titre du cours (à cacher si non-désiré dans la version imprimée) */
	#zoneHautPage h1{
		height: auto;
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 1.25em; /* 20px/16px */
		line-height: 1.5; /* 24px/16px */
		border-bottom: solid 1px #cccccc;
	}
	#zoneHautPage h1 a:link{
		display: inline;
		margin: 0;
		padding: 0;
	}
	#zoneHautPage h1 span{
		font-size: inherit;
		line-height: inherit;
		display: inline;
	}
	#zoneHautPage h1 span:before{
		content: " - ";
	}
	
	/* Contenu : affichages des liens internes */
	#contenu a:after{
		content: " (https://modelecourswp.teluq.ca/" attr(href)")";
	}
	
	/* Contenu : affichages des liens externe (sécurisés ou non) et des adresses de courriel */
	#contenu a[href^="http://"]:after,
	#contenu a[href^="https://"]:after,
	#contenu a[href^="mailto:"]:after{
		content: " ("attr(href)")";
	}
	
	/* Contenu : règles de non-affichage des liens */
	#contenu a[href^="javascript:"]:after,
	#contenu a[href^="#"]:after,
	#contenu a.nlp:after,
	#contenu .boiteAnimVideo a:after{
		display: none;
	}
	#contenu a{
		word-wrap: break-word;
	}
	
	/* Contenu : général */
	#contenu .boiteAnimVideo{
		display: none;
	}
	
	/* Contenu : accordéons */
	#contenu .accordeon .titre{
		padding: 0px;
	}
	#contenu .accordeon > div{
		display: block !important;
		padding-left: 0px;
		padding-bottom: 0px;
		border: 0px;
	}
	#contenu .accordeon > div :last-child{
		margin-bottom: 0px;
	}
	
	/* Bas de page */
	#zoneBasPage{
		margin: 35px 0 0 0;
		border-top: solid 1px #cccccc;
	}
	#zoneBasPage #copyright{
		text-align: left;
	}
	
	/* Panneaux d'outils */
	.panneau{
		display: none;
	}
	a.btnPanneau{
		display: none;
	}
}