@charset "utf-8";
/* CSS Document */

body{
	background-color: #313131;
	margin: 0;
	font: normal 100%/1.25 Arial, Helvetica, sans-serif;
	color: #000;
}

.bandeauTELUQ{
	background-color: #033268;
	height: 60px;
	width: 100%;
	
}
.zoneLogo {
	width:960px;
	height:60px;
	margin: auto;
	background: url("https://www.teluq.ca/logo_teluq/logo_teluq_blanc.png") no-repeat right;
}

.bandeauCours{
	width: 960px;
	height: 121px;
	margin: auto;
	background: url('../img/bandeau_v2.jpg');
}

.zoneContenu{
	background-color: #fff;
	width: 960px;
	margin: auto;
	font-size: .875em;
}

.contenu{
	padding: 30px;
}

h1,
h2,
h3,
h4{
	font-weight: 600;
}

h1 {
    color: #033268;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding: 0 0 1.3em 0;
}

h1.titreSemaine{
    font-size: 1.06em;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin: 0;
    padding: 0 0 1.3em;
    color: #033268;	
}

h1.titreSemaine span.noSemaine {
    font-size: 1.25em;
    text-transform: uppercase;
    display: block;
    border-top: 2px solid #033268;
    border-bottom: 1px dotted #033268;
    padding: 0.3em 0;
    margin: 0 0 0.5em 0;
}

h2 {
    font-weight: bold;
    margin: 1.5em 0 0;
    padding: 0 0 .83em;
    color: #033268;
    text-transform: uppercase;
    font-size: 14px;
}
h2.special {
    font-size: 1.25em;
    text-transform: uppercase;
    display: block;
    padding: 0.3em 0;
    margin: -10px;
	text-align: center;
}
a:link,
a:visited {
	text-decoration: none;
    color: #033268;
    text-decoration: underline;
}

a:active,
a:hover,
a:focus {
	color: #0096db;
}

.cadreGeneral {
    background-color: #e5eff8;
    padding: 2em 1em 1em 1em;
    margin: 3em 0;
    position: relative;
}

ul ul {
    margin: 0;
    padding: .3em 0;
}

ul ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 .35em .7em;
    text-indent: -.75em;
}

ul ul li:before {
    content: "- ";
}

ul.listeSequenceTravail{
    padding: 0;
    margin: 1em 0 0;
}

ul.listeSequenceTravail li {
    list-style: none;
    padding: 0 0 0 50px;
    margin: 0 0 1em 0;
}

ul.listeSequenceTravail li ul li {
	padding-left: 10px;
}
ul.listeSequenceTravail li ol {
	margin: 0;
	padding: .3em 0 .3em 1em;
}
ul.listeSequenceTravail li ol li {
	list-style: decimal;
	padding-left: 0;
}


ul li.lecture {
    background: url(../img/st_lectures.gif) no-repeat 0 top;
}

ul li.multimedia {
    background: url(../img/ico_capsule.gif) no-repeat 0 top;
}

.footer{
	height: 30px;
	width: 960px;
	margin: auto;
	background-color: #033268;
}

.footer p{
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin: 0;
}

.footer a{
	color:#fff;
}