@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../bibliotheque/BACKGROUND.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#SITE {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#SITE #HEAD {
	position: relative;
	height: 395px;
	width: 1000px;
}
#SITE #CORPSDEPAGE {
	position: relative;
	height: 550px;
	width: 1000px;
}
h1 {
	font-size: 18px;
	color: #FF9900;
}
h2 {
	font-size: 16px;
	color: #FF9900;
}

h3 {
	font-size: 14px;
	color: #FF9900;
}
h4 {
	font-size: 12px;
	color: #FF9900;
}
h5 {
	font-size: 10px;
	color: #FF9900;
}
h6 {
	font-size: 9px;
	color: #FF9900;
}
#SITE #FOOT {
	position: relative;
	height: 30px;
	width: 1000px;
}

