@charset "utf-8";
/*
 	Author: Olivier Mireault & Philippe Racine
	Website: Semaine des Bibliothèques Publiques du Québec 2009
	Description: Style sheet for the design by Majuscules
	Version 1.0
	Author URL: www.dream-hunters.net
*/

/*	Text and Colours	*/

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}
	
a	{
	color: #000000;
	}
	
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 4px;
	}
	
/* Objects */
	
img {
	border: none;
	}
	
/*	Divisions	*/

#container {
	position: relative;
	margin: auto;
	width: 612px;
	height: 100%;
	}
	
#header {
	width: 612px;
	height: 111px;
	background-image: url(Image/background.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: #DA561B;
	}
	
#main {
	width: 592px;
	text-align: justify;
	padding-left: 20px;
	}
	
#poster {
	float: right;
	padding-top: 55px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
	}