#contenu .grandesimages {
	float:left;
	text-align:center;
	height: 100%;
	width: 50%;
}

#contenu .grandesimages IMG {
	
	display:none;
	height: 95%;
	margin: 5px;
	z-index: 2;
}

#contenu .grandesimages IMG.large {
	
	max-width:95%;
	max-height: 95%;
	height:auto;
}

#loading {
	position: absolute;
	display: none;
	left:25%;
	top:50%;
	height: 32;
	width:32;
}

#contenu .miniatures {
	padding: 3px 0px 3px 0px;
	height:100%;
	width: 50%;
	left: 50%;
	/*text-align: center;*/
	position: absolute;
}

#contenu .miniatures #texte > A {
	margin-right:10px; 
	margin-top: 10px;
	border-top: 1px solid #aaa; 
	border-left: 1px solid #aaa; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333; 
	float:left; 
	padding: 5px 5px 5px 5px; 
	width: 32px; 
	height: 32px;
	overflow: hidden;
	text-align: center;
}
#contenu .miniatures #texte A.trio {
	width: 85px;
}
#contenu .miniatures #texte A.souffle {
	width: 85px;
}

#contenu .miniatures #texte A .miniature {
	text-align: center;
}

#contenu .miniatures #texte .miniature_trio {
	margin-right:10px; 
	margin-top: 10px;
	border-top: 1px solid #aaa; 
	border-left: 1px solid #aaa; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333; 
	float:left; 
	padding: 5px 4px 5px 2px; 
	width: 90px; 
	height: 32px;
	/*overflow: hidden;	*/	
}

#contenu .miniatures #texte .miniature_trio A {
	border: none;
	margin: none;
	padding: none;
	float: none;
}

#texte_descriptif {
	border-top: solid 1px #280a1b;
	border-right: solid 1px #280a1b;
	position: absolute;
	top: 5px;
	left: 0;
	width: 98%;
	min-height: 70%;
	max-height: 90%;
	overflow: hidden;
	border-right: solid 0px green;
}

#textetableaux {
	text-align: center;
	border-right: solid 0px green;
	background-color: #280a1b;
	color: white;
	position: absolute;
	width: 98%;
	bottom: 10px;
	min-height: 6em;
}
#textetableaux DIV {
	display: none;
}

SMALL {
	font-size: 75%;
}

