/* CSS Document */

/* General
================================================*/

* { 
	margin:0; 
	padding:0;
}

html, body {
	height: 100%;
}

body {
	background: #333 url(images/fond.png) repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	text-align: justify;
}

a:link, a:visited {
	text-decoration: none;
	color: #444;
}

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

.note .not_thumb {
	border: none;
	background: #fff;
	padding: 2px;
	width: 350px;
}

img {
	padding: 0px;
	width: 0px;
}

li {
	list-style: none url(images/puce.png) inside;
}

form {
	text-align: left;
}

/* Corps de la page
================================================*/

#corps {
	background: url(images/corps.png) repeat;
	margin: 0px auto;
	width: 651px;
	min-height: 100%;
	position: relative;
}

#corps h1 {
	background: url(images/header.png) bottom left no-repeat;
	margin: 0px 16px;
	width: 619px;
	height: 405px;
	text-indent:-200em;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

#content {
	padding-bottom: 30px;
	overflow: auto;
}

/* Notes
================================================*/

#notes {
	margin: 20px 100px 120px 100px;
	text-align: center;
}

#notes .navigation li {
	display: inline;
	padding: 0px 5px;
}

#notes .navigation .current_page {
	font-weight: bold;
}

.note {
	clear: both;
	position: relative;
}

.note .date {
	position: absolute;
	top: 13px;
	left: 0px;
	text-align: left;
	font-weight: bold;
	color: #da0491;
}

.note .date a:link, 
.note .date a:visited, 
.note .date a:hover, 
.note .date a:active {
	font-weight: bold;
	color: #da0491;
}

.note .year {
	position: absolute;
	top: 14px;
	left: 16px;
	text-align: left;
	color: #999;
}

.note .text {
	text-align: justify;
	margin: 20px 0px 5px 50px;
	padding: 5px 0px 35px 10px;
	text-align: left;
	border-left: solid 1px #bbb;
	font-weight: bold;
}

.note .url {
	margin: 15px 0px 0px 60px;
	text-align: left;
	position: relative;
	bottom: 40px;
}

.note .url img {
	width: 9px;
	border: none;
	position: relative;
	top: 0px;
}

/* Pied de page
================================================*/

#footer {
	padding: 10px 30px;
	margin-bottom: 30px;
	text-align: center;
	font-style: italic;
	color: #555;
	font-size: 95%;
	width: 569px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#footer li {padding: 5px 0; }
