.spacer{
	clear:both
}

.diapo{
	/*
	width:150px;
	height:150px;
	background-color:red
	*/
}

.grande_image{
	width:144px;
	height:96px;
	margin-right:18px;
	margin-bottom:18px;
	/*background-color:red*/
}

.texte_photo{
	text-align:justify;
	overflow:hidden;
	/*
	height:150px;
	height:109px;
	*/
}

	.texte_photo_titre{
		/*
		height:20px;
		*/
		height:20px;
		/*line-height:20px;*/
		overflow:hidden;
		font-size:12px;
		font-weight:bold
	}
	
		.bloc_texte_photo_desc{
			height:130px;
			height:89px;
			overflow:hidden;
			font-size:11px;
		}
		
			.texte_photo_desc{
				font-size:11px;
				font-family:verdana;
			}

			.texte_photo_desc *{
				font-size:11px;
			}

#bloc_element{
	width:100%;
	/*height:255px;*/
	height:293px;
	/*border:1px solid green;*/
	margin:auto;
	margin-top:10px;
	border:1px solid #ca5e51;
}

	#titre_rubrique{
		position:relative;
		background-image:url('../images/home/bloc-rouge-pix.jpg');
		height:23px;
		
		line-height:23px;
		font-family:verdana;
		font-size:12px;
		color:#fff;
		padding-left:10px;
		text-align:left;
	}
		
		#bloc_centrage{
			position:relative;
			margin:15px 19px;
			overflow:hidden;
		}

			#bloc_img_texte{
				height:109px;
			}
			
				#image_gauche{
					width:153px;
					height:109px;
					float:left;
					/*background-color:#aaa;*/
				}
				
				#text_droite{
					width:304px;
					height:109px;
					float:right;
					/*background-color:#eee;*/
				}
				
			#bloc_miniature{
				/*width:393px;*/
				position:relative;
				height:100px;
				overflow:hidden;
				/*border:1px solid red;*/
				background-image:url('../images/home/pix-underpictures.jpg')
			}
			
				.bloc_detail_miniature{
					position:relative;
					width:77px;
					height:100px;
					float:left;
					margin-left:7px;
					margin-right:7px;
					/*background-color:green*/
					/*background-image:url('images/fleche-survol.jpg')*/
				}
				
				.bloc_detail_miniature_ajustement{
					margin-right:9px;
				}
			
				.diapo_miniature{
					width:62px;
					height:41px;
					float:left;
					margin-left:7px;
					margin-top:25px;
					/*
					margin-right:10px;
					*/
				}
					
					.diapo_miniature_titre{
						font-size:9px;
						display:block;
						margin-top:7px;
						text-align:center;
						/*background-color:orange;*/
						overflow:hidden;
						/*color:#fff*/
					}
						
					.miniature_image{
						width:62px;
						height:41px;
						cursor:pointer
					}
			
			#bloc_pagination{
				height:31px;
				/*border:1px solid red;*/
			}
			
				#positionnement_pagination{
					width:394px;
					float:left;
					height:26px;
					/*background-color:#aaa;*/
					margin-top:5px;
					background-image:url('../images/home/pix-undernav.jpg')
				}
				
					#positionnement_pagination p{
						font-size:10px;
						line-height:21px;
						text-align:left;
						padding-left:5px;
					}
				
				#navigation_pagination{
					width:63px;
					float:right;
					height:31px;
					margin-top:5px;
					/*background-color:#eee*/
				}
				
					#fleche_retour{
						position:relative;
						width:21px;
						height:21px;
						float:left;
						background-image:url('../images/home/preview-btn.jpg');
						cursor:pointer;
					}
					
					#fleche_millieu{
						position:relative;
						width:21px;
						height:21px;
						float:left;
						background-image:url('../images/home/separ-next-preview.jpg')
					}
					
					#fleche_avant{
						position:relative;
						width:21px;
						height:21px;
						float:left;
						background-image:url('../images/home/next-btn.jpg');
						cursor:pointer;
					}
			
