/* 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 {
	font-family: Verdana, Arial, Helvetica, sans-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: 4px 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: 0px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}

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

h3 {
	font-size: 180%;
	margin: 15px 0 5px 0;
	font-weight: normal;
	line-height: 110%;
}

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

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

.clearer {
	clear: right;
}

#footer {
	background-color: #c4e9ff;
	font-size: 9px;
	font-weight: bold;
	}
	
#chemin {
  font-size: 10px;
 }
	

