/* Made by Asteria */



/*Body, global et header */
body {
	background: #000;
	margin: 0;
	padding: 0 ;
	font-family: "georgia", Verdana, Geneva, Arial, serif;
}
	
#global {
	width: 700px;
	margin: 0 auto;
}
	
#header {
	background: #000 url(img/header.jpg) left no-repeat;
	height: 200px;
	margin: 0;
}
	
#centre {
	background: #000;
	width: 700px;
	overflow: auto;
}
/* --------------- */
	

/* Contenu */

#contenu {
	word-spacing: 0.2em;
	background: #fff url(img/decodroite.jpg) right repeat-y;
	display: table-cell;
	height: 100%;
	width: 670px;
}

#contenu p {
	color: #441515;
	text-align: justify;
	word-spacing: 0.2em;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 2em;
	width: 580px;
	}
	
#contenu p:first-letter {
	font-size: 1.3em;
	font-weight: bold;
	color: #490d0d;
}

table {
	padding-left: 3em;
}

.tableau {
	color: #441515;
	text-align: justify;
	word-spacing: 0.2em;
	font-size: 0.9em;
	line-height: 1.5em;
}

.albums {
	color: #441515;
	font-size: 0.9em;
	line-height: 1.5em;
}
	
#albums {
	line-height: 0.2em;
	font-size: 0.8em;
}

#divcontenu {
	background-color: #e8dada;
	padding-left: 2em;
	border: 1px dashed black;
	}
	
#contenu li {
	color: #000;
	word-spacing: 0.2em;
	font-size: 0.9em;
	line-height: 1.3em;
	text-indent: 0.5em;
	list-style-type: none;
	}	
	
#contenu a {
	color: #772b2b;
	text-decoration: none;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	}

#contenu a:hover {
	text-decoration: underline;
	color: #958181;
	font-size: 1.2em;
	}
/* --------------- */


	
/* Texte et titres */
h1 {
	padding-left: 1.3em;
	color: #ba2d2d;
	font-size: 1.4em;
	text-align: left;
	font-variant: small-caps;
	}
	
h1:first-letter {
	color: #000;
}

#header h1 {
	padding-left: 360px;
	color: #e0d0d0;
	font-size: 1.2em;
	text-align: center;
	padding-top: 150px;
	padding-right: 10px;
	}
	
#header h1:first-letter {
	color: #e0d0d0;
	}
	
h2 {
	padding-left: 2em;
	color: #584f50;
	font-size: 1.1em;
	text-align: left;
	font-variant: small-caps;
	text-decoration: underline;
	}
	
h2:first-letter {
	color: #000;
}

h3 {
	padding-left: 1.1em;
	color: #ba2d2d;
	font-size: 1.2em;
	text-align: left;
	}

.photos {
	padding-left: 5em;
}

.tableau {
	color: #441515;
	text-align: justify;
	word-spacing: 0.2em;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 2em;
}
/* --------------- */





/* Décorations des bords */
#haut {
	background: #fff url(img/hautdeco.jpg) center no-repeat;
	width: 100%;
	height: 30px;
}
	
#bas {
	background: #fff url(img/basdeco.jpg) center no-repeat;
	width: 100%;
	height: 30px;
}

#gauche {
	background: #fff url(img/gauchedeco.jpg) repeat-y;
	width: 30px;
	display: table-cell;
	height: 100%;
}
/* --------------- */
	
	
	
/* Pied */
#pied {
	height: 30px;
	margin-bottom: 3em;
	background-color: #000;
	clear: both;
}
	
#pied p{
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}
	
#pied a{
	color: #812c2c;
	text-decoration: underline;
}
	
#pied a:hover{
	color: #c77070;
	text-decoration: underline;
}
/* --------------- */


