/*----------------------------------------------- LIGHTBOX ----------*/

						#sommaire_lightbox {

							position : absolute;
							float : left;
							top : 0px;
							right : 11px;
							width : 226px;
							height : 225px;
							padding-top : 12px;
							background : url(./../images/sommaire_lightbox_fond.png) no-repeat; 
							z-index : 3;
							text-align : center;

						}

							#lightbox {

								position : relative;
								left : 14px;
								z-index : 2;
								overflow : hidden;

							}

								#lightbox_list {

									list-style : none;
									margin : 0px;
									padding : 0px;
									z-index : 2;

								}

									LI #lightbox_list {

										margin : 0;
										padding : 0;
										z-index : 2;

									}

/*----------------------------------------------- FIN LIGHTBOX ----------*/