/* // Mise à jour du 16 avril 2011 */
/* // Elements de charte graphique  */	
b.titrephotoartiste {
	font-weight:bold;
	color:#ffffff
}
b.titrephoto {
	font-weight:bold;
	color:#000000
}
b.envaleur{
	font-weight:bold;
	font-style:normal;
}
b.commentaire{
	font-weight:normal;
	font-style:italic;
}
	
/* // Le bloc article avec les illustrations photo incluses  */	
div.bloc_article {
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	background-color:#ffffff;
	padding: 10px 10px 10px 10px;
	text-align:justify;
}
p.col {
	display:table-cell;
	width:275px;
	padding:10px;
	text-align:justify;
	vertical-align:top;
}
div.bloc_float_right {
	float:right;
    padding: 10px 10px 10px 10px;
	background-color:#ffffff;
}
div.bloc_float_left {
	float:left;
    padding: 10px 10px 10px 10px;
	background-color:#ffffff;
}
div.bloc_float_fin{
	float:left;
	width:5px;
	height:1px;
	background-color:#ffffff;
}	

/* // Mise en page des blocs contenant les galleries */
div.bloc_photo {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#c0c0c0;
}
div.menuphoto {
	width:900px;
	background-color:#909090;
}
p.coltitrephoto {
	display:table-cell;
	padding:0px 0px 0px 10px;
	width:658px;
	text-align:left;
	font-size:130%;
	vertical-align:middle;
}
p.colmenuphoto {
	display:table-cell;
	width:232px;
	padding:0px;
	text-align:right;
	vertical-align:middle;
}

	div.listeartistes{
		padding: 5px 5px 5px 5px;
	}
		div.boutonartistes {
			float:left;
			text-align:center;
		}
			div.texteboutonartistes {
				width:120px;
				padding: 5px 13px 5px 13px;
				text-align:center;
				line-height:170%; 
			}
			div.imageboutonartistes {
				width:147px;
				text-align:center;	
				padding: 0px 0px 10px 0px;
			}


/* // Le système de gallerie  */	
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
img.thumb{
	border:white 1px solid;
} 
ul.gallery, ul.gallery li{
	margin:0;
	padding:0;
	list-style:none;
}
ul.gallery{
	width:900px; /* //Largeur de la photo  */
	height:600px; /* //Hauteur de la photo */
	position:relative;
	background:#e1e1e1 url(v3_galmess.gif) no-repeat;
}			
ul.gallery li{
	float:left;
	display:inline;
	margin-top:601px; /* //Position Y de la première ligne de miniature = Hauteur de la photo + le bord */
	line-height:0%;
}	
ul.gallery li.lignessup{
	margin-top:0px;
	line-height:0%;
}
ul.gallery a span{
	display:none;
}
ul.gallery a:hover{
	background:none;
	z-index:100;
}	
ul.gallery a:hover span{
	position:absolute;
	width:900px; /* //Largeur de la photo  */
	height:600px; /* //Hauteur de la photo  */
	float:left;
	top:0;
	left:0;
	display:block;
}

div.clearg{
	height:45px;
    clear: both;
}	
div.lignegal {
	width:100%;
}

