/* Général */
body {
	color: #000000;
	background: #000000;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a {
}


/* Page */
#global {}

/* Navigation */

#navigation a {
	color: #FFFFFF;
}
#navigation a:hover, #navigation a:focus {
	background: black;
}

/* Contenu principal */
#contenu {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

#contenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#contenu a:hover, #contenu a:focus {
	color: #660000;
}
#contenu strong {
	color: #FFFFFF;
}

/* Pied de page */
#pied {
	color: #8b6914;
}
#pied a {
	color: #8b6914;
	text-decoration: none;
}
#pied a:hover {
	color: #FFFFFF;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%;
	background-image: url(ban-chats-persans-fond.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}
body {
	padding: 0px;
	background-color: #000000;
}
#global {
	width: 850px;left: 50%;margin-left: -425px;
	top: 265px;
	position: absolute;
	
	background-position: top;
	min-height:500px;
	_min-height:500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 5px 1 #C18448;
}

/* En-tête */
#entete {
	padding: 0px 0px 0px 0px;
}


/* Menu de navigation */
#navigation {
}
#navigation ul {
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline; 
}
#navigation a {
	padding: 0px 14px;
	line-height: 1.5;
	font-size: 1em;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
#navigation a:hover {
	background-color: #660000;
}
/* Contenu */
#contenu {
	padding: 10px 50px;
	background-image: url(bord-chats-persans.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height:500px;
	_min-height:500px;	margin-left: auto;
	margin-right: auto;

}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}


/* Pied de page */
#pied {
	font-size: 0.85em;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#pied p {
	margin: .5em 0;
}
#pied li {
	display: inline;
	background-position: center;
}
#pied h1 {
	font-size: 14px;
	font-style: italic;
}
#pied img { border:0px;
}

