/* CSS Document */
body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
h1 {
	font-size:1.2em;
}
h2 {
	font-size:1.1em;
}
div {
	padding:0;
	margin:0;
}
#conteneur {
	width:800px;
	margin: 0 auto; /** centrage **/
}
#bandeau {
	position:absolute;
	width:800px;
	height:120px;
	background-color: black;
}
#signature {
	position:absolute;
	height:116px;
	width:200px;
	background-image:url(images/signature.jpg);
	background-repeat:no-repeat;
}
#pictos {
	position:absolute;
	top:150px;
	left:500px;
	width:300px;
}
#oeuvres img {
	margin:5px;
}
#centre {
	position:absolute;
	top:150px;
	width:760px;
	height:360px;
	background-color: white;
	overflow:auto;
	padding :20px;
}
#oeuvres {
	position:absolute;
	top:150px;
	width:790px;
	height:430px;
	background-color: black;
	overflow:auto;
	padding :10px;
}
#oeuvres p{
	margin-bottom:0;
}
#baspage {
	position:absolute;
	width:800px;
	top:620px;
	background-color: black;
	text-align:center;
}
#baspage a{
	text-decoration:none;
	color:#111;
}
#menus {
	position:absolute;
	top:120px;
	height:30px;
	color:#FFFFFF;
	z-index:10;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menus dl {
	float: left;
	width: 88px;
	margin: 0 1px;
}
#menus dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
#menus dd {
	/*border: 1px solid gray;*/
}
#menus li {
	text-align: center;
	background: #000;
}
#menus li a, #menus dt a {
	color:#fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menus dt a {
	color:#ffffff;
}
#menus li a:hover {
	color:#999;
}
#menus dt a:hover {
	color:#999;
}