@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font: normal 13px Georgia,Times,"Times New Roman", serif;
	background-attachment:fixed
	}
body.fd {
	background:url(graphisme/fond-multi.gif) repeat;
	background-attachment:fixed
	}
body.fdartistes {
	background-image: url(graphisme/fond-artistes.gif);
	}
body.fdgraphiques {
	background-image: url(graphisme/fond-graphiques.gif);
	}
body.fdart {
	background-image: url(graphisme/fond-art.gif);
	}
body.fdcontact {
	background-image: url(graphisme/fond-contact.gif);
	}
body.fdliens {
	background-image: url(graphisme/fond-liens.gif);
	}
body.fdanciens {
	background-image: url(graphisme/fond-anciens.gif);
	}
body.fdvente {
	background-image: url(graphisme/fond-vente.gif);
	}			
a { 
	color: #000000; 
	text-decoration : none;
	}
hr {
	position:relative;
	float:left;
	width:100%;
	border-style:solid none;
	border-width:1px 0 0;
	height:1px;
	margin:30px auto 30px 0;
	text-align:left;
	noshade: noshade;
	clear:both;
	}
p { 
	float:left;
	margin:0 0 auto;
	clear:left;
	}
div {
	float:left;
	}
img {
	border:none;
	}
h1 {
	font-size:15px;
	line-height:17px;
	font-weight:normal;
	display:inline;
	}
#conteneur {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left:-350px;
	top: 40px;
	background:transparent;	
	padding: 0 0 30px;
	margin-bottom:30px;
	}
		
/* CHAPEAU */		
		
#conteneur #top {
	position:relative;
	width:650px;
	height:60px;
	text-align:left;
	overflow:hidden;
	padding: 30px 25px 10px 25px;
	background-color:#FFFFFF;
	}	
#conteneur #top img {
	border: none;
	/*border-bottom:1px solid #000000;*/
	}

/* MENU ET CATÉGORIES */
		
#conteneur #menu {
	position:relative;
	width: 675px;
	text-align:left;
	color:#000000;
	padding: 10px 0px 0px 25px;
	font: normal 15px Georgia,Times,"Times New Roman",serif;
	background-color:#FFFFFF;
	}	
.menu a {
	color:#333333;
	margin-right:6px;
	padding:4px 4px 1px 0px;
	text-decoration:none;
	float:left;
	/*border-bottom:1px solid #000000;*/
	display:block;
	position:relative;
	text-decoration:none;
	}

		
/* CORPS DE LA PAGE */


/* bloc réservé aux images (et titres/légendes d'images) */
#conteneur #mosaique {
	float:left;
	height: auto;
	width:650px;
	overflow:hidden;
	background-color:#FFFFFF;
	padding: 0px 25px 30px;
	text-align:left;
	line-height:15px;
	}
/* blocs pour les fiches détaillées d'ouvrages */	
#conteneur #chapeau {
	float:left;
	height: 275px;
	width:650px;
	overflow:visible;
	background-color:#FFFFFF;
	padding: 0px 25px 0px;
	text-align:left;
	line-height:15px;
	
	}
#conteneur #calquetexte {
	float:left;
	height: auto;
	width:650px;
	overflow:hidden;
	background-color:#FFFFFF;
	padding: 0px 25px 30px;
	text-align:left;
	line-height:15px;
	}


/* STYLES DIVERS */

/* couleurs des catégories */

.artistes {
	border-color:#006A8A;
	color:#006A8A;
	}
.artistes a, .artistes a:hover {
	color:#006A8A;
	}
.graphiques {
	border-color:#8B655B;
	color:#8B655B;
	}
.graphiques a, .graphiques a:hover {
	color:#8B655B;
	}
.art {
	border-color:#ED685D;
	color:#ED685D;
	}
.art a, .art a:hover {
	color:#ED685D;
	}
.contact  {
	border-color:#00A465;
	color:#00A465;
	}
.contact a, .contact a:hover {
	color:#00A465;
	}	
.liens {
	border-color:#C79E00;
	color:#C79E00;
	}	
.liens a, .liens a:hover {
	color:#C79E00;
	}	
.anciens {
	border-color:#9A0942;
	color:#9A0942;
	}			
.anciens a, .anciens a:hover {
	color:#9A0942;
	}
.vente {
	border-color:#9A0942;
	color:#9A0942;
	}			
.vente a, .vente a:hover {
	color:#9A0942;
	}
/* style des liens, des blocs d'images et des titres */

#conteneur #mosaique a {
	text-decoration : none;
	}
#conteneur #calquetexte a {	
	text-decoration : underline;
	color:#000000;
	}
.img_gauche {
	clear:left;
	float:left;
	margin-top:10px;
}
.img_droite {
	float:left;
	margin:10px 0px 0px 30px;
	clear:right;
	}
span.livre {
	background-color:#FFFFFF;
	border-bottom:1px solid;
	display:block;
	float:left;
	margin:0px 25px 25px 0px;
	font-size:15px;	
	line-height:17px;
	}
span.livre img {
	margin-bottom:10px;
}	
.livre_fiche {
	float: left;
	margin: 0px 20px 10px 0px;
	display:block;
	clear:both;
}
.titre {
	font-size:15px;	
	line-height:17px;
	}