/*******************************/
/* définitions hors hierarchie */
/*******************************/

* {
	margin: 0px;
	border: groove 0px;
	padding: 0px;

	font-family: times, serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
span.artfr {
	display: inline;
	color: red;
}

/**************************/
/* conteneurs d'ensembles */
/**************************/

body {
	height: 100%;
	margin: auto;
	background: transparent url(../commun/fondfixe.jpg) top left no-repeat;
	background-attachment: fixed;
}
#conteneur {
	display: block;
	width: 930px;
	margin: auto;
	z-index: 50;
}

/*********************/
/* conteneur du logo */
/*********************/

#clogo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 950px;
	height: 110px;
	padding: 20px ;
	background: transparent url(../commun/bandeau.jpg) top left no-repeat;
	z-index: 60;
}

/*************************/
/* conteneur de l'oeuvre */
/*************************/

#coeuvre {
	display: block;
	position: absolute;
	top: 150px;
	left: 320px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: transparent url(../commun/bambousbas.gif) bottom left no-repeat;
	z-index: 80;
}
#coeuvrebis {
	display: block;
	top: 5px;
	left: 5px;
	margin: 0px;
	border: 0px;
	padding: 30px;
	background: transparent url(../commun/bamboushauts.gif) top right no-repeat;
}

#titre {
	display: block;
	padding: 0.5em;
}
#titre h3 {
	font-size: 130%;
	font-weight: bold;
}
#coeuvre div.inormale {
	display: block;
}
#coeuvre div.ispeciale {
	float: left;
	padding: 0.5em;
}
#coeuvre div.inormale img {
	display: block;
	margin: auto;
	border: groove 5px maroon;
	line-height: 0px;
}
#coeuvre div.ispeciale img {
	border: groove 5px maroon;
	line-height: 0px;
}
#comment {
}
#comment p {
	padding: 0.5em;
	text-indent: 1em;
}
#comment p:first-letter {
	font-weight: bold;
}

/****************/
/* arborescence */
/****************/

#carbre {
	position: absolute;
	display: block;
	top: 130px;
	left: 30px;
	width: 280px;
	z-index: 70;
}

/****************/

#carbre ul.artistes {
	list-style: none;
	display: block;
	border: solid 1px red;
}
#carbre a.artiste {
	display: block;
}
#carbre img.artiste {
}
#carbre span.artiste {
	border-top: solid 3px;
	padding-left: 5px;
	font-size: 120%;
}

#carbre li.artnonsel {
	padding: 10px;
	background-color: #eeeeee;
}
#carbre li.artnonsel a.artiste {
	color: #bbbbbb;
}
#carbre li.artnonsel a.artiste:hover {
	color: #ff0000;
}
#carbre li.artnonsel a.artiste:hover span {
	font-weight: bold;
}

#carbre li.artselect {
	padding: 10px;
	background: url(../commun/fondarbre.gif) top left no-repeat;
	background-color: #ffffff;
}
#carbre li.artselect a.artiste {
	font-weight: bold;
	color: #000000;
}
#carbre li.artselect a.artiste span {
	font-weight: bold;
}
#carbre li.artselect a.artiste:hover {
	color: #ff0000;
}

/****************/

#carbre ul.categories {
	display: block;
	margin-left: 30px;
	list-style: none;
	text-align: center;
}
#carbre a.categorie {
	display: block;
	font-style: italic;
}

#carbre li.catnonsel {
	background-color: #eeeeee;
}
#carbre li.catnonsel a.categorie {
	color: #bbbbbb;
}
#carbre li.catnonsel a.categorie:hover {
	color: #ff0000;
	font-weight: bold;
}

#carbre li.catselect {
}
#carbre li.catselect a.categorie {
	color: #000000;
	font-weight: bold;
}
#carbre li.catselect a.categorie:hover {
	color: #ff0000;
}

/****************/

#carbre div.apercus {
	display: block;
	margin: 2px;
	padding: 7px;
	overflow: auto;
	height: 1%;
}
#carbre ul.apercus {
	list-style: none;
	width: 100%;
	float: right;
}
#carbre li.apenonsel {
	display: inline;
	float: right;
	margin: 0px;
}
#carbre li.apeselect {
	display: inline;
	float: right;
	margin: 0px;
}
#carbre a.apercu {
	padding: 1px;
}
#carbre img.apercu {
	display: block;
	margin: 1px;
}
#carbre li.apenonsel a img.apercu {
	border: groove 5px #888888;
}
#carbre li.apenonsel a.apercu:hover img.apercu {
	border-color: #550000;
}
#carbre li.apeselect a img.apercu {
	border: groove 5px #00aa00;
}
#carbre li.apeselect a.apercu:hover img.apercu {
	border-color: #550000;
}

/****************/

#pied {
	padding: 5px;
	padding-top: 15px;
	text-align: right;
}
#pied span.selce {
	display: block;
	float: left;
}
#pied span.selce span {
	display: inline;
	font-size: 70%;
	font-style: italic;
}
#pied span.selce a {
	display: inline;
	position: relative;
	bottom: -2px;
}
#pied a.valid {
	display: block;
}

/**********/
/* divers */
/**********/

#cdecor1 {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 400px;
	background: transparent url(../commun/fondefilant.jpg) top left repeat-x;
	z-index: 10;
}

