body {
	padding: 0;
	background-color: #ffffcc;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #cc0000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #cc0000;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #cc0000;
}

hr {
	clear: both;
	visibility: hidden;
}

sup {
	line-height: 0.2;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	line-height: 1.5;
	padding-bottom: 5px;
}

.basdepage {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	line-height: normal;
}

.compteur {
	vertical-align: text-bottom;
}

.retrait {
	margin-left: 30px;
	margin-right: 20px;
}

.tangence {
	color: #990000;
	font-style: italic;
	font-weight: bold;
}

.titre {
	font-weight: bold;
}

.article {
	margin-left: 30px;
}

.auteur {
	font-weight: bold;
	font-style: italic;
}

.rubrique {
	font-weight: bold;
}

.s {
	color: #990000;
	font-weight: bold;
}

.lettrine {
	float: left;
	font-family: Times New Roman, Times, serif;
	font-size: 34pt;
	font-weight: bold;
	color: #990000;
	line-height:35px;
	margin-right: 2px;
}

h1 {
	color: #990000;
	font-weight: bold;
	font-size:12pt;
	padding-bottom:10px;
	line-height: 1.5;
}

h2 {
	color: #990000;
	font-weight: bold;
	font-size:10pt;
	line-height: 1.5;
	padding-bottom:5px;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size:10pt;
	line-height: 1.5;
}

h4 {
	color: #990000;
	font-weight: bold;
	font-size:12pt;
	line-height: 1.5;
	text-align: center;
}

#cadre {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #000000;
}

#entete {
	height: 120px;
	width: 958px;
	padding:0;
	background-color: transparent;
	background-attachment:scroll;
	background-image: url("http://www.uqtr.ca/tangence/images/tangence.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#fond {
	width: 958px;
	min-height: 500px;
	background-color: transparent;
	background-attachment:scroll;
	background-image: url("http://www.uqtr.ca/tangence/images/fond.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#contenu-index {
	margin-left: 100px;
	padding-bottom: 15px;
	width: 470px;
	background-color:transparent;
	text-align: justify;
}

#col-gauche {
	float: left;
	width: 570px;
	padding-top: 120px;
}

#col-droite {
	float: right;
	width: 360px;
	padding-top: 120px;
}

#contenu {
	margin-left: 100px;
	padding-top: 120px;
	padding-bottom: 15px;
	width: 600px;
	min-height: 280px;
	background-color:transparent;
	text-align: justify;
}

#nouvelles {
	width: 320px;
	border: 1px solid #000000;
	padding: 5px 5px 15px 5px;
	background-color:white;
}

#nouvelles .description {
	float: right;
	width: 220px;
	padding-right: 10px;
	font-size: 8pt;
	line-height: 1.5;
	text-align: justify;
}

#numero {
	font-size: 8pt;
	line-height: 1.5;
	text-align: justify;
	height: 120px;
}

.vignette {
	float: left;
	height: 100px;
	margin-left: 9px;
	margin-right: 9px;
	border: 1px solid #000000;
}

#livre {
	width: 600px;
}

.couverture {
	float: left;
	width: 275px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

#basdepage {
	width: 958px;
	padding-left: 15px;
	padding-top: 30px;
}

.sousmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:958px;
	height:20px;
	background: #990000;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:190px;
}

/* float the list to make it horizontal and a relative position so that you can control the dropdown menu position */
.menu li {
	float:left;
	width:190px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:8pt;
	text-decoration:none;
	color:#ffffff;
	width:170px;
	height:20px;
	background:#990000;
	padding: 0px 10px;
	line-height:2;
	font-weight:bold;
}

/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
	display:none;
	position:absolute;
	height:0;
	top:20px;
	left:0;
	width:190px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#550000;
	color:#ffffff;
	height:auto;
	line-height:normal;
	padding:5px 10px;
	width:170px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#ffffff;
	background:#cc0000;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff;
	background:#cc0000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	display:block;
}
