/* CSS Document */

html>body {
	width: 100%;
	height: 100%;
}	

body {
	padding:0px;
	margin:0px;
	background-color:#000000;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;

	}

	
img {
	padding:0px;
	margin:0px;
	}
	
	
.perso {
	background-image:url(images/bg_perso.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}
.perso #parcho {
	background-image:url(images/bg_parcho_perso.gif);
	background-position:top;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#422E0C;
	font-size:14px;
	margin-bottom:20px;
	margin-top:20px;
	}
	
.perso a, .perso a:hover {
	color:#422E0C;
	text-decoration:none;
}
.perso a:hover {
	color:#8D6116;
}

.perso div {line-height:18px}

.auteur {
	background-image:url(images/bg_auteur.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}


.recit {
	background-image:url(images/bg_recit.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#9CA05C;
	}
	
.recit a{
	color:#FFF;
	text-decoration: underline;
	font-size: 11px;

	}
	
.suite a{
	color:#FFF;
	text-decoration: underline;
	font-size: 11px;

	}

	
.footer, .footer a { color:#999999; font-size:10px; font-stretch: ultra-expanded; font-weight:bold; text-decoration:none}

 #footer{
		 position:absolute;
		 text-align: center;
		 display: block;
		 width: 100%;
		 bottom: 5px;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 9px;
		 color:#1A1A1A;
		 }
		 
		   a:link {
	color: #1A1A1A;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #1A1A1A;
}
#footer a:hover {
	text-decoration: underline;
	color: #ccc;
}
#footer a:active {
	text-decoration: none;
	color: #1A1A1A;
}

