/* feuille de style POLICES.CSS - theme : neoclassic */
/* version 10 octobre 2005 */
/* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */
/* Except where otherwise noted, this theme
licensed under a Creative Commons Attribution 2.5 License */

body {
background-image: url('pattern-green.gif');
font-family: Georgia, times, serif;
color: #222;
}

ul, li {
padding: 0;
list-style-type: none;
margin: 0;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #99CC00;
	text-decoration: underline;
}

a img {
border: none;
}

#bandeau {
background-image: url('bandeau.jpg');
background-repeat: no-repeat;	
}

#general {
background-image: url('pixel-vert.png');
background-position: 220px 0;
background-repeat: repeat-y;
}

/* listage des textes */

#header {
	padding: 10px 0; 
}

#header .logo {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #ccc;
}

.sursoustitre {
	font-size: 10px;
	color: #333;
	letter-spacing: 0.1em;
}

.dateauteurs {
	font-size: 9px;
	color: #999;
	margin: 0.5em 0;
}

h1 {
	margin: 6px 0px 6px 0px;
	font-size: 24px;	
	color: #88D648;
	letter-spacing: 0.05em;
}

.clearer_header {
	clear: right;	
}

.chapeau {
	margin: 10px 30px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}

.texte {
	line-height: 150%;
	font-size: 12px;
}

h3 {
	font-size: 180%;
	margin: 30px 0 15px 0;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
}

.notes {
	font-size: 9px;
	margin: 6px 0px 6px 0px;
}

.ps {
	font-size: 9px;
	margin: 14px 0px 6px 0px;
}

.clearer {
	clear: right;
}

#footer {
	background-color: #ccc;
	font-size: 9px;
	}
	
#chemin {
  font-size: 10px;
 }
	
