@charset "utf-8";

@import "bureau_connexion.css";

@import "bureau_menu.css";
@import "artiste_menu.css";

#outils_fenetre {
	bottom:0;
	right:0;
	position:fixed;
		
	border:1px solid #009de0;
	padding:10px;
	width:280px;
/*	height:400px;
*/}
#outils_cacher{
	float:right;
}
#outils_dump_list {
	border:1px solid #009de0;
	width:260px;
	height:190px;
	overflow:auto;
	padding:3px;
	}
#outils_dump_list a {
	text-decoration:none; color:#333}
#outils_dump_list a:hover {
	text-decoration:underline; color:#009de0}	

.artiste_nom{
	font-weight:bold;
	font-size:15px;
	}
#retourPageArtiste{
	float:left;
	margin-left:10px;
}

form label, form label span  {
	font-size:14px;
	font-family:OvoRegular;
}
div#outils_fenetre h1 img{ float:left;}
div#outils_fenetre h1{clear:both;}
div#outils_fenetre h1 span{
	font-family:OvoRegular;
	float:left;
	padding-left:10px;
	padding-top:12px;
}
/************* page exposition d'artiste
*//*
ul#listeExpo a{
	text-decoration:none;
	color:inherit;
}
li.categorieParent a{ color:red;}*/