
/********************
 paramètres généraux
********************/

* { margin: 0; padding: 0; }

body {
	padding: 1%;
	font-family: Arial;
	font-size: 90%;
	background-color: black;
	background-image: url('../img/background1.gif');
}

div {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: white;
}

div#container {
	width: 680px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	border-top: 0;
	border-left: 0;
}

/*******
 header
*******/

div#header {
	width: 680px;
	height: 176px;
	background-image: url('../img/header.gif');
	background-repeat: no-repeat;
	border-top: 0;
	border-left: 0;
}

/*****
 menu
*****/

div#menu {
	float: left;
	width: 250px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}

div#menu ul {
	list-style-type: none;
	background-image: url('../img/background2.gif');
	background-position: center 200px;
	background-repeat: no-repeat;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
}

div#menu ul li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

div#menu ul li#kg {
	text-align: center;
}

div#menu ul li#crest {
	height: 190px;
	width: 250px;
	background-image: url('../img/crest2.gif');
	background-repeat: no-repeat;
	background-position: top center;
	border: 0;
}

div#menu ul li#quebec {
	padding: 10px;
	border-left: 0;
	border-bottom: 0;
	text-align: center;
}

div#menu ul li a.lien {
	display: block;
	width: 225px;
	padding: 5px;
	border-left-style: solid;
	border-left-width: 15px;
	border-left-color: black;
	text-decoration: none;
	color: black;
}

div#menu ul li a.lien:hover {
	background-color: black;
	border-left-color: white;
	color: white;
}

/********
 contenu
********/

div#contenu {
	width: 419px;
	margin-left: 250px;
	padding: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: black;
	background-image: url('../img/background3.gif');
	background-repeat: repeat;
	background-position: center 300px;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

h1 {
	font-weight: bold;
	font-size: 150%;
}

h2 {
	font-weight: bold;
	font-size: 130%;
	margin-top: 1em;
}

hr {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 1px;
	width: 350px;
	background-color: black;
	color: black;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	text-align: center;
	border-color: black;
	margin: auto;
}

table td {
	padding: 0.25em;
	border-color: black;
}

table#close td {
	padding: 1em;
}

table td.black {
	color: white;
	background-color: black;
}

table tr.done td {
	background-color: #EEEEEE;
}

table tr.next td {
	color: #FF0000;
	font-weight: bold;
}

/*******
 footer
*******/

div#footer {
	clear: both; 
	width: 659px;
	padding: 10px;
	padding-top: 20px;
	text-align: center;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}

/*******
 textes
*******/

.important1 {
	font-size: 140%;
}

.important2 {
	font-size: 130%;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.blue {
	color: blue;
}

.red {
	color: red;
}

.small {
	font-size: 80%;
}