/* feuille de style POLICES.CSS - theme : imagifilms 2009 */
/* Code par Franck Halatre 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: arial, times, serif;
color: #5F2F00;
}

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

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

a:hover {
	color: #DF1C0D;
	text-decoration: none;
}

a img {
border: none;
}

#navigation a {
	color:  #d27217;
}

#navigation a:hover {
	color: #f8e35c;	
}

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

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

/* listage des textes */

#header {
	padding: 10px 0; 
}

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

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

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

h1 {
	margin: -10px 0px 0px -5px;
	font-size: 24px;	
	color: #FFF6DF;
	letter-spacing: 0.05em;
height: 60px;
padding-left: 20px;
width: 599px;
background: url('titre_h1.png') no-repeat;
margin-left: -5px;
}

.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;
padding-left: 15px;
text-align:justify;
}

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

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

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

.clearer {
	clear: right;
}

#footer {
margin-right: 8px;
    margin-left: 180px;
    padding-top: 3px;
	font-size: 10px;
	color: #fff;
	}
	
#chemin {
  font-size: 10px;
 }


