
/* Page 150e: format des blocs */
	#main_top {
		float:left;
		width:98%;
		padding-left: 1%;
		}

	#sidebar_top {
		float:right;
		width:36%;
		}

	#main_bottom {
		clear:both;
		width:98%;
		padding-left: 1%;
		padding-top: 5px;
		}

/* Page 150e: format sommaire et navigateurs  */
	.sommaire150e	{	color: #000000;
	}
	.sommaire150e-1	{	text-decoration: none;
						color: #000000;
	}
	.bouton_photos	{	background-color: white;
						font-size: 11px;
						border: none;
						cursor: pointer;
	}
	.item_sommaire	{	overflow: hidden;
						padding-bottom: 10px;
						clear:both; /* Ajouté pour Safari */
	}
	
/* Page 150e: format div masqués  */
	div.div_masque	{	width:92%;
						margin-left:  auto;
						margin-right: auto;
						margin-top: 10px;
						padding-top: 1px;
						padding-left: 10px;
						padding-bottom:10px;
						border-top: 1px solid black;
						border-bottom: 1px solid black;
						background-color: #F5F5F5;
						overflow: hidden;
	}
	.masque_font	{	font-size: 13px; font-weight: normal; color: black;
						margin-right: 10px;
	}	

/* A supprimer avec format final */
div.masque_images	{	width:120px;
						height: 120px;
						margin: 5px;
						float: left;
						text-align: center;
}

	
/* Page 150e: format des images  */
	.img_imagelogo	{	max-width: 80%;
						padding-top: 30px;
						padding-left: 20px;
	}
	.img_logo	{	max-width: 35%;
					padding-left: 55%;
	}
	.img_item	{	max-width:100px;
					padding-right: 10px;
					float: left;
	}
	.img_icone	{	margin: 6px;
					float: left;
					border: 1px solid #595959;
	}

	
/* A supprimer avec format final */
.img-responsive6	{	max-width:100%;
						max-height:100%;
						border: 1px solid #595959;
}	
