

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- Généraux --------------------------- */

body{
	font-family: Arial, Helvetica, sans-serif;;
	font-style: normal;
	background-color: #fff;
	background-image: url('../../img/structure/TED6200_img_r1_c4.jpg');	
    /* 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('../css/pie.htc');
}

.ombrageDoux{
	box-shadow: 0px 5px 15px #dadada;
	
	/* PIE - IE8 et moins */
    behavior: url('../css/pie.htc');
}

/* Particularités */
.impression{
	display: none;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- zoneEntete ------------------------- */

#zoneEntete{
	height: 60px;
}
#zoneEntete #logo{
	background: #656565 url('../../img/structure/TED6200_Bandeau.jpg') top left no-repeat;
	height:60px;
	margin: 0px auto;
	overflow: auto;
	width: 960px;
}
#zoneEntete #logo img{
	float: right;
	width: auto;
	margin: 5px 10px 0 0;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- zoneConteneur -------------------------- */

#zoneConteneur{
	background-color: #fff;
	overflow: auto;
}

/* Liens */
#zoneConteneur a:link, #zoneConteneur a:visited{
	text-decoration: none;
}
#zoneConteneur a:hover, #zoneConteneur a:active{
	text-decoration: underline;
}

/* Faux colonnes */
#zoneMilieuPage{
	background: url('../../img/structure/TED6200_img_r5_c1.jpg') left top repeat-y;
}

#zoneMilieuPageRessources{
	background: none;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- zoneHautPage ----------------------- */
#zoneHautPage{
	background: url('../../img/structure/TED6200_img_r1_c4.jpg');
	margin-bottom: 15px;
	text-align: center;
}

#zoneHautPage h1{
	font-size: 34px;
	height: 83px;
	line-height: 34px;
	margin: 0;
	background: url('../../img/structure/TED6200_img_r1_c3.jpg') no-repeat top left;
}
#zoneHautPage h1 a:link,
#zoneHautPage h1 a:visited{
	display: block;
	margin: 0 0 0 30px;
	padding: 35px 0 0;
	width: auto;
	color: #000;
}

#zoneHautPage h1 a:active,
#zoneHautPage h1 a:hover,
#zoneHautPage h1 a:focus{
	text-decoration: none;
}

#zoneHautPage h1 span{
	color: #818181;
	display: block;
	font-size: 22px;
	line-height: 22px;
	margin: 5px 0 0;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- Page d'accueil ---------------------- */

#contenu #accueil{
	background: url('../../img/structure/TED6200_accueil.jpg') no-repeat;
	height: 443px;
	margin: 0 auto;
	padding: 15px 0;
	width: 603px;
}

#contenu #accueil div.motBienvenue{
	cursor: pointer;
	height: 18px;
	left: 322px;
	position: relative;
	top: 356px;
	width: 133px;
}

#contenu #accueil div.presentation{
	cursor: pointer;
	height: 17px;
	left: 353px;
	position: relative;
	top: 356px;
	width: 141px;
}


#contenu #accueil div.accesCours{
	cursor: pointer;
	height: 16px;
	left: 367px;
	position: relative;
	top: 356px;
	width: 126px;
}

#contenu #accueil div.equipe{
	cursor: pointer;
	height: 21px;
	left: 377px;
	position: relative;
	top: 356px;
	width: 119px;
}

#contenu #accueil div.motBienvenue.hover{
	background:url('../../img/structure/Bintro_r1_c1.jpg') no-repeat;
}

#contenu #accueil div.presentation.hover{
	background:url('../../img/structure/Bintro_r2_c2.jpg') no-repeat;
}

#contenu #accueil div.accesCours.hover{
	background:url('../../img/structure/Bintro_r3_c3.jpg') no-repeat;
}

#contenu #accueil div.equipe.hover{
	background:url('../../img/structure/Bintro_r4_c4.jpg') no-repeat;
}

/* -------------------- Fin page d'accueil ---------------------- */

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- menuPrincipal ---------------------- */

ul#menuPrincipal{
	background-color: #55618A;
	border: 1px solid #ABB3CB;
	height: 20px;
	margin: 0 auto;
	padding: 1px;
}

ul#menuPrincipal li{
	background-color: #55618A;
	border-left:1px solid #FFF;
	color: #FFF;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0 3px;
	text-align: center;
	text-decoration: none;
}

ul#menuPrincipal li:first-child{
	border-left: none;
}

ul#menuPrincipal li a:link,
ul#menuPrincipal li a:visited,
ul#menuPrincipal li a:active{
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
}

ul#menuPrincipal li a:hover{
	text-decoration: none;
	background-color: #FFF;
	color: #5C1D5C;	
	/* Transition/animation */
	transition: all 0.3s ease-out;
}

ul#menuPrincipal li.current_page_item a:link,
ul#menuPrincipal li.current_page_item a:visited,
ul#menuPrincipal li.current-page-ancestor a:link,
ul#menuPrincipal li.current-page-ancestor a:visited{
	background-color: #FFF;
	color: #5C1D5C;
}

/** Sous-menus **/

ul#menuPrincipal li ul{
	background-color: #FFF;
	border-top: none;
	color: #5C1D5C;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: -10px;
	text-decoration: none;
}

ul#menuPrincipal li ul li{
	border: 1px solid #ABB3CB!important;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	width: 235px;
}

ul#menuPrincipal li ul li:first-child{
	border-top:none!important;
}

/*############## Menu top ##############*/

#zoneContenu div.menu ul li a{
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

#zoneContenu div.menu ul li a:hover{
	background-color:#FFF;
	color: #5C1D5C;
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	text-decoration: none;
}


/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- zoneSecondaire --------------------- */

#zoneSecondaire{
	background-image: url('../../img/structure/bgmenu.jpg');
	border-bottom: 1px solid #56628A;
	padding: 0 0 30px;
}

#zoneSecondaire div#imgMenuGauche{
	background: url('../../img/structure/TED6200_img_menu_gauche.jpg') no-repeat;
	margin: 0;
	padding: 0;
	height: 216px;
	width: 240px;
}

#menuSecondaire{
	border-right: 1px solid #56628A;
	margin: 0;
	padding-bottom: 10px;
}

#menuSecondaire ul{
	padding:0;
	cursor: pointer;
}

/* Premier niveau */
#menuSecondaire ul li{
	font-size: 13px;
	line-height: 13px;
	list-style-type: none;
	margin: 0px;
}

#menuSecondaire ul li a{
	background-color: #DDDFEC;
	border: 1px solid #56628A;
	border-right: none;
	color: #5C1D5C;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 3px 0 2px 8px!important;
}

#menuSecondaire ul.sub-menu{
	margin: 0;
	padding: 0 0 3px 10px;
}

#menuSecondaire ul.sub-menu li{
	margin: 0;
	padding: 3px 0;
}

#menuSecondaire ul li ul.sub-menu li a{
	background: none;
	border: none;
	font-weight: 400!important;
}

#menuSecondaire >li:first-child{
	margin-top: 0;
}

#menuSecondaire ul.sub-menu li a:link,
#menuSecondaire ul.sub-menu li a:visited,
#menuSecondaire ul.sub-menu li a:active{
	padding: 0 0 5px;
	text-decoration: none;
	color: #656565;
}

#menuSecondaire li a:hover{
	text-decoration: none;
	color: #5C1D5C!important;
	
	/* 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: 2px solid #94ba66;
}
#menuSecondaire li.current_page_item >a:link,
#menuSecondaire li.current_page_item >a:visited{
	color: #5C1D5C!important;
	font-weight: 600 !important;
}

/* 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: 2px solid #94ba66;
}


/* Niveau 3 - particularités (en incluant le menu principal en tant que niveau 1) */
#menuSecondaire li ul{
	margin: 7px 0 0;
}
#menuSecondaire li li{
	margin: 0;
}
#menuSecondaire li.parent_item li.parent_item a{
	padding: 0;
	font-size: 15px;
	border-bottom: none;
}
#menuSecondaire li.parent_item li.parent_item > a{
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

/* Niveau 4 - particularités (en incluant le menu principal en tant que niveau 1) */
#menuSecondaire li li ul{
	margin: 0 0 20px;
}
#menuSecondaire li li li{
	margin: 3px 0 0;
	padding: 0 0 0 10px;
	background: url('../../img/structure/wpmsgab_ico_menusec_niv3.gif') no-repeat 0px 8px;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- zoneContenu ------------------------ */
/* Typographie : Proxima Nova et Proxima Nova Alt Condensed */

#contenu{
	margin: 0;
	padding: 0 0 30px 0;
	background-color: #fff;
 
}

#contenu.pleineLargeur{
	padding: 50px 20px 30px;
}

#contenu #conteneurContenu{
	margin: 0 18px;
}

/* Titres */
#contenu h1{
	background-color: #DDDFEC;
	border: solid 1px #56628A;
	color: #5C1D5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 15px;
	padding: 5px 0 5px 15px;
}
#contenu h2{
	color: #55618A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#contenu h3{
	color: #000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-top: 15px;
}

#contenu h4{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	margin-top: 15px;
}

#contenu h4 span.normal{
	font-style: normal;
	font-weight: 400;
}

/* Contenu texte */
#contenu{
	font-size: 14px;
	line-height: 20px;
	color: #3d3d3d;
	margin-left:25px;
	margin-right:25px;
}
#contenu p,
.tooltipster-content p{
	font-size:14px;
	margin: 0 0 15px;
}
#contenu strong,
.tooltipster-content strong{
	font-weight: 700;
}
#contenu p.sansMarge,
.tooltipster-content p.sansMarge{
	margin: 0 0 5px;	
}
#contenu p.notes{
	font-size: 12px;
	line-height: 16px;
	color: #87888A;
}
#contenu p.source{
	font-size: 12px;
	line-height: 16px;
	color: #87888A;	
}
#contenu sup{
	font-size: 10px;
	margin: 0 0 0 2px;
}
#contenu blockquote{
	margin: 0 0 0 40px;
}

#contenu span.niveau2{
	margin-left: 15px;
}

#contenu span.niveau3{
	margin-left: 30px;
}

#contenu span.niveau4{
	margin-left: 45px;
}

#contenu a:link, 
.tooltipster-content a:link,
.tooltipster-content a:visited{
	color: #366CA9;
	text-decoration: none;
}

#contenu a:visited{
	color: #54698B;
	text-decoration: none;
}

#contenu a:hover, 
#contenu a:active,
.tooltipster-content a:hover,
.tooltipster-content a:active{
	color: #8B3489;
	text-decoration: underline;
}

#contenu a.infobulle{
	border-bottom: 1px dotted #3e3e3e;
	text-decoration: none;
}

#contenu h1 a.lienImpression{
	cursor: pointer;
	display: none;
	float: right;
	margin-right: 10px;
}

#contenu .contenuInvisible{
	display: none;
}

#contenu a.underlined{
	text-decoration: underline;
}

/** Encadrés **/

#contenu div.encadre{
	border: 1px solid #5B1D5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0px;
	padding: 10px;
}

#contenu div.encadre span{
	color: #5B1D5B;
}
/** Fin encadrés **/

#contenu div.ruler{
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	height: 2px;
	margin: 30px 0;
}

/* Listes ordonnées et non-ordonnées */
#contenu ul{
	margin: 0 0 15px 40px;
	list-style-type: square;
}
#contenu ul li,
#contenu ol li{
	font-size:14px;
    margin: 0 0 5px;
}

#contenu ul.grandeMarge li{
    margin: 0 0 15px;
}

#contenu ul li p,
#contenu ol li p{
    margin: 5px 0;
}

#contenu ol{
	margin: 0 0 15px 40px;
	font-size:14px;
}

#contenu ol.margeNombres{
	margin: 0 0 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: 12px;
	margin: 0 0 10px;
}

#contenu ol.references{
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 20px;
}
#contenu ol.references li{
	font-size: 12px;
	margin: 0 0 10px;
	text-indent: -20px;
}

#contenu ol.alpha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: lower-alpha;
	margin-left: 40px;
	text-align: left;
}

#contenu ol.alpha li ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: disc;
	margin-left: 40px;
	text-align: left;
}

#contenu ol.alpha li ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 40px;
	text-align: left;
}

#contenu ol li ul{
	list-style-type: disc;
}

#contenu ul.bullet{
	list-style-type: disc;
}

/* Boîtes */
#contenu .boite{
	position: relative;
	margin: 0 0 15px 15px;
	padding: 15px 15px 0 25px;
	border: 1px solid #9e9e9e;
	
	/* Coins arrondis */
	border-radius: 15px 15px 15px 15px;
	
	/* Ombrage */
	box-shadow: 3px 3px 5px #d5d5d5;
	
	/* PIE - IE8 et moins */
    behavior: url('../css/pie.htc');
}
#contenu .boite .boiteIco{
	display: block;
	position: absolute;
	top: 15px;
	left: -15px;
	width: 30px;
	height: 30px;
}

/* Boîtes - particularités */
#contenu .boite.lectures .boiteIco{
	background: url('../../img/structure/wpmsgab_ico_boitelectures.png') top left no-repeat;
}

#contenu .boite.animVideo .boiteIco{
	background: url('../../img/structure/wpmsgab_ico_boiteanimvideo.png') top left no-repeat;
}

#contenu .boite.activites .boiteIco{
	background: url('../../img/structure/wpmsgab_ico_boiteactivites.png') top left no-repeat;
}

#contenu .boite.liensExt .boiteIco{
	background: url('../../img/structure/wpmsgab_ico_boiteliensext.png') top left no-repeat;
}

/** Map menu schématique **/
#contenu div.map{
	background: url('../../img/contenu/scenario.jpg') no-repeat;
	height: 381px;
	position: relative;
	width: 563px;
}

#contenu div.area{
	position:absolute;
	cursor: pointer;
}

#contenu div.area.area5,
#contenu div.area.area6, 
#contenu div.area.area7,
#contenu div.area.area8 {
	height: 125px;
	width: 170px;
}

#contenu div.area.area1{
	left: 25px;
	height: 50px;
	top: 70px;
	width: 120px;
}

#contenu div.area.area2{
	left: 25px;
	height: 65px;
	top: 285px;
	width: 145px;
}

#contenu div.area.area3{
	left: 380px;
	height: 50px;
	top: 25px;
	width: 170px;
}

#contenu div.area.area4{
	left: 250px;
	height: 45px;
	top: 190px;
	width: 130px;
}

#contenu div.area.area5{
	left: 170px;
	top: 15px;
}

#contenu div.area.area6{
	left: 25px;
	top: 148px;
}

#contenu div.area.area7{
	left: 385px;
	top: 100px;
}

#contenu div.area.area8{
	height: 115px;
	left: 235px;
	top: 250px;
}

#contenu div.boiteAnimVideo{
	float: left;
	margin-right: 140px;
}

#contenu div.clear{
	clear: both;
}

/* Accordéons */
#contenu .accordeon {
	margin: 0;
}

#contenu .accordeon .titre {
	position: relative;
	margin: 15px 0 0;
	padding: 0 22px 0 5px;
	font-size: 14px;
	line-height: 22px;
	background-color: #d9dada;
	color: #393939;
	cursor: pointer;
}
#contenu .accordeon .titre span{
	display: block;
	position: absolute;
	
    /* Empêche la sélection sur l'élément */
	user-select: none;
}
#contenu .accordeon .titre .iconeEtatAccordeon{
	top: 2px;
	right: 5px;
	width: 17px;
	height: 17px;
	background: url('../../img/structure/wpmsgab_ico_accordeon.png') no-repeat top left;
}
#contenu .accordeon .selectionne{
	color: #3e3e3e;
}
#contenu .accordeon .selectionne .iconeEtatAccordeon{
	background-position: 0 -17px;
}
#contenu .accordeon > div {
	overflow: auto;
	padding: 15px 15px 0 15px;
	border-left: solid 1px #d9dada;
}

/* Tableaux */
#contenu table{
	border: 1px solid rgb(191, 178, 224);
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 13px;
	margin: 0;
	width: 100%;
}

#contenu table.sansMarge{
	margin: 0 0 5px;
}

#contenu table tr.totaux{
	background-color: #8A83B1;
	color: #FFF;
	text-align: center;
}

#contenu table tr.totaux td:first-child{
	text-align:right;
}

#contenu table tr.totaux td{
	font-weight: 600;
}

#contenu table tr th{
	color: #FFF;
	background-color: #5A5A8D;
	border: 1px solid #FFF;
	/*font-size: 12px;*/
	font-weight: 600;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

#contenu table tr td{
	border: 1px solid #DEDDEE;
	line-height: 16px;
	padding: 2px;
}

#contenu table tr td span{
	float: left;
	margin-right: 10px;
	padding-bottom: 30px;
}

#contenu table tr td strong{
	/*font-size: 12px;*/
}

#contenu table tr td.premier{
	background-color: #D3CEE1;
	font-weight: 600;
}

#contenu table tr td.semaine{
	background-color: #996699;
	border: 1px solid rgb(123, 90, 136);
	color: #FFF;
	text-align: left;
}

#contenu table tr td.selection{
	background-color: #F0E1EF;
	border: 1px solid #C4B6D8;
	color: #000000;
	text-align: left;
}

#contenu table tr th.activites{
	width:70px;
}

#contenu table tr th.etapes{
	width:194px;
}

#contenu table tr th.duree{
	width:47px;
}

#contenu table tr th.notation{
	width:36px;
}

#contenu table.tabinv{
	border:none !important;
	text-align:center;
}

#contenu table.tabinv td{
	border:none !important;
	text-align:center;
}	

/** Tableau des étapes **/

#contenu table tr td table{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

#contenu table tr td table tr td{
	border: none;
}

#contenu table tr td table tr td:first-child{
	width: 25px;
}

#contenu table tr td table tr td:last-child{
	width: 13%;
}

#contenu table colgroup.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%
}

/*** Tableaux des contenus ***/

#contenu table.tableContenu{
	border: 1px solid #C1C4DB;
	border-spacing: 2px;
	color: #000;
	margin-bottom: 15px;
}

#contenu table.tableContenu tr th, 
#contenu table.tableContenu tr td.header{
	background-color: #E7E8F1;
	border: 1px solid #56628A;
	color: #003366;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;*/
	font-weight: 600;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

#contenu table.tableContenu tr td.header{
	text-align:left;
}

#contenu table.tableContenu tr td{
	border: 1px solid #737EA8;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#contenu table.tableContenu tr td table{
	border: none;
}

#contenu table.tableContenu tr td table tr td{
	border: none;
	width: 50%;
}

#contenu table.tableContenu tr td strong{
	/*font-size: 14px;*/
}

#contenu table.tableContenu tr td ul{
	list-style-type: square;
}

#contenu table.tableContenu tr td ol{
	font-size: inherit;
}

#contenu table.tableContenu tr td ol li{
	font-size: inherit;
	line-height: 17px;
	padding-top: 5px;
}


/*** Fin tableaux normaux ***/

/** Tableau sans contour **/

#contenu table tr td table.sansContour,
#contenu table.sansContour{
	border: none;
}

#contenu table tr td table.sansContour tr td,
#contenu table.sansContour tr td{
	border:none;
	vertical-align:top;
}

#contenu table tr td table.sansContour tr td strong,
#contenu table.sansContour tr td strong{
	font-size:14px;
}

#contenu table tr td table.sansContour tr:first-child{
	width: 5%;
}

#contenu table.sansContour tr td table.tableCeption tr td{
	width: 81%!important;
}

#contenu table.sansContour tr td table.tableCeption tr td.first{
	width: 18%!important;
}

/** Fin tableau sans contour **/

/** Tableau des thématiques **/

#contenu table.tableauThematiques{
	border: 1px solid #C1C4DB;
	border-spacing: 0;
	color: #000;	
}

#contenu table.tableauThematiques tr th{
	background-color: #E7E8F1;
	border: 1px solid #56628A;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 14px;*/
	font-size: 10px;
	font-weight: 600;
	padding: 5px;
	vertical-align: top;
}

#contenu table.tableauThematiques tr th:first-child{
	text-align:left;
}

#contenu table.tableauThematiques tr td{
	font-size: 10px;
	border: 1px solid #737EA8;
	color: #000;
	padding: 5px;
	text-align: left;
}

#contenu table.tableauThematiques tr td p, #contenu table.tableauThematiques tr th p{
	font-size: 10px;
	line-height: 14px;
	margin: 0 ;
}

#contenu table.tableauThematiques tr td strong{
	font-size: 14px;
	font-size: 10px;
}

/** Fin tablaeau thématiques **/

#contenu table tr th.alignementCentre,
#contenu table tr.alignementCentre,
#contenu table tr td.alignementCentre,
#contenu p.alignementCentre{
	text-align: center;
}


/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- zoneContenu/zoneArticle ------------ */

/* Liste de commentaires */
#contenu #zoneCommentaires h3{
	margin: 15px 0;
	padding: 10px 0 0;
	border-top: 1px dotted #cecdc6;
}
#contenu #zoneCommentaires h3.nbreCommentaires{
	padding-left: 35px;
}
#contenu #zoneCommentaires h3.laisserCommentaire{
	padding-left: 25px;
}
#contenu #zoneCommentaires ol{
	margin: 0;
	list-style-type: none;
}
#contenu #zoneCommentaires ol li p{
	margin: 0 0 10px;
}
#contenu #zoneCommentaires ol li p.infosCommentaire{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

/* Soumettre un commentaire */
#contenu #zoneCommentaires form p label{
	display: block;
	width: auto;
}
#contenu #zoneCommentaires form p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0 10px;
}
#contenu #zoneCommentaires form input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 50%;
}
#contenu #zoneCommentaires form textarea{
	box-sizing: border-box;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 200px;
	width: 100%;
}
#contenu #zoneCommentaires form input#submit{
	background-color: #F4E7C5;
	border: 0;
	color: #6F6052;
	cursor: pointer;
	float: right;
	font-size: 12px;
	height: 30px;
	margin: 0px 0px 15px 0px;
	position: relative;
	width: 25%;
}

#contenu #zoneCommentaires form span.requis{
	color: #567839;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- zoneBasPage ------------------------ */

/* Contenu du bas de page */
#zoneBasPage{
	background-color: #55618A;
}

#zoneBasPage #copyright{
	color: #fff;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 960px;
}

#zoneBasPage a:link, #zoneBasPage a:visited{
	text-decoration: none;
	color: #fff;
}

#zoneBasPage a:hover, #zoneBasPage a:active{
	text-decoration: underline;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- infobulles ------------------------- */

.infobulleGris {
	background-color: #e2e2e2;
	box-shadow: 0 5px 10px #d2d2d2;
	
	/* PIE - IE8 et moins */
    behavior: url('../css/pie.htc');
}

.tooltipster-content{
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #3e3e3e;
}

.infobulleGris .tooltipster-content :last-child{
	margin-bottom: 0px;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- Panneau d'outils ------------------- */

/* Panneaux en général */
.panneau {
	position: fixed;
	right: 0;
	display: none;
	z-index: 10;
	height: auto;
	padding: 20px 150px 20px;
	background: #000;
	border: 1px solid #111111;
	opacity: 1;

    /* Coins arrondis */
	border-radius: 20px 0px 0 20px;
	
	behavior: url('../css/pie.htc'); /* IE8 et moins */
}

/* Style de contenu des panneaux */
.panneau h3{
	font-size: 15px;
	color: #fff;
	margin-top: 0;
}

.panneau p{
	margin: 0 0 15px;
	padding: 0;
	color: #fff;
}

.panneau a{
	color: #9FC54E;
	text-decoration: none;
}

.panneau a:hover {
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* Boutons d'accès en général */
a.btnPanneau {
	position: fixed;
	right: -95px;
	display: block;
	z-index: 11;
	width: 90px;
	padding: 12px 0 12px 40px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	background-color: #ccc;
	color: #fff;
    outline: none;
    
    /* Coins arrondis */
	border-radius: 15px 0 0 15px;

	/* Générateur de Gradient :   http://gradients.glrzad.com/   */
	background-image: linear-gradient(left , #59595A 0%, #999999 100%);
	background-image: -o-linear-gradient(left , #59595A 0%, #999999 100%);
	background-image: -moz-linear-gradient(left , #59595A 0%, #999999 100%);
	background-image: -webkit-linear-gradient(left , #59595A 0%, #999999 100%);
	background-image: -ms-linear-gradient(left , #59595A 0%, #999999 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #59595A),
		color-stop(1, #999999)
	);
    -pie-background: linear-gradient(left , #59595A, #999999);
    behavior: url('../css/pie.htc'); /* IE8 et moins */
}

a.btnPanneau span.img {
	background-repeat:no-repeat;
	left:7px;
	position:absolute;
	top:7px;
	width:28px; height:28px;
}

a.active.btnPanneau span.img {
	background-image: url('../../img/modules/panneaux/minus.png')!important;
	left:12px;
	top:12px;
}

/* Panneaux spécifiques */
#panneauRecherche  {
	top: 230px;
	width: 400px;
} /* Positionnement du panneau de recherche */
#panneauChat{
	top: 230px;
	width: 600px;
} /* Positionnement du panneau de prise de notes */

/* Boutons d'accès spécifiques */
a#btnPanneauRecherche {
	top: 245px;
}
a#btnPanneauChat {
	top: 295px;
}

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');
}

/* Styles pour le contenu du panneauRecherche */
#panneauRecherche #lancerRecherche{
	background-color: #fff;
	border: solid 1px #71A12D;
	color: #000;
	cursor: pointer;
	margin-left: 5px;
	width: 85px;
}

#panneauRecherche #lancerRecherche:hover{
	background-color: #71A12D;
	border: solid 1px #71A12D;
	color: #fff;
	cursor: pointer;
	width: 85px;
}
	 
#contenu div.bib p{
	padding-left: 1.8em;
	text-indent: -1.8em;
}	
		
#menuConnection a:link, 
#menuConnection a:visited, 
#menuConnection a:active{
	text-decoration: none;
	background-color: #DDDFEC;
	border: 1px solid #56628A;
	border-right: none;
	color: #5C1D5C;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin: 20px 1px 5px 0;
	padding: 3px 0 2px 8px!important;
}
	
#menuConnection {
	padding-bottom: 25px;
}

/* -------------------- STYLES.CSS ------------------------- */
/* -------------------- Impression ------------------------- */

@media print{
	/* Généralités */
	/* basées sur les normes d'impression CSS de HTML5 Boilerplate */
	*{
		background: transparent !important;
		color: #000 !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 */
	#zoneConteneur,
	#zoneMilieuPage,
	#zoneContenu,
	#contenu{
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		overflow: none;
	}
	
	#zoneHautPage,
	#menuPrincipal,
	#zoneSecondaire,
	#zoneBasPage{
		display: none;
	}
	
	#zoneEntete img{
		display: none;
	}
	
	#zoneEntete img.impression{
		display: block;
	}
	
	/* Affichages des liens internes */
	#contenu a:after{
		content: " (https://ted6200-v2.teluq.ca/" attr(href)")";
	}
	
	/* 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)")";
	}
	
	/* Règles de non-affichage des liens */
	#contenu a[href^="javascript:"]:after,
	#contenu a[href^="#"]:after,
	#contenu a.nlp:after,
	#contenu .boiteVideo a:after{
		display: none;
	}
	
	#contenu a{
		word-wrap: break-word;
	}
	
	/* Affichages des accordéons */
	#contenu .accordeon .titre{
		padding: 0px;
	}
	
	#contenu .accordeon > div{
		display: block !important;
		padding-left: 0;
		padding-bottom: 0;
		border: 0;
	}
	
	#contenu .accordeon > div :last-child{
		margin-bottom: 0;
	}
	
	/* Panneaux d'outils */
	.panneau{
		display: none;
	}
	
	a.btnPanneau{
		display: none;
	}
	
	#zoneSecondaire,
	#zoneContenu #zoneHautPage,
	#contenu h1{
		display:none;
	}
	
	tr{
		page-break-inside:avoid;
		page-break-after:auto;
	}
}