﻿/* style_vision.css Ph. Chappuis  2006-07 */


/* style generaux */

	#mainBox{
		margin:0 auto;
		width:848px;  /* 640 */
		text-align:left;
		background-color:#FFF;
		padding:3px;
		border:3px solid #317082;	
		}
	.clear	{
		clear:both;
		}

/* styles particuliers */

	#iw_panel_one,#iw_arrows,#iw_thumbs
					{	/* largeur 2 bandes    240   2 x largeur bande - 1/2 / 3 tester !! entre FF et IE  */
		width:334px;
					}
	#iw_panel_one	
			{		
		float:left;	
			}

	#iw_thumbs	{
		overflow:hidden;	/* Don't change this */    
		height:387px;	/* Height of thumbnail div 290 */
		position:relative;	/* Never change this */
		float:left;
			}

	#iw_largeImage	{	/* Large image div */
		width:480px;	/* Width of large image div 400 */
		height:360px;	/* Height of large image div  310*/
		float:left;
		padding-left:10px;	/* "Air" */
		padding-right:10px;	
			}
	#tab_big	{	/* table permet de cadre en h et w */
		width:100%;
		height:100%;
		text-align:center;
				}
	#iw_largeImage table	{	/* table */
		width:100%;
		height:100%;
		text-align:center;
				}

	#iw_largeImage img	{	/* Large image */
		border:5px solid #317082;	/* Border around large image */
				}

	.strip_of_thumbnails	{	/* A vertical strip of thumbnails */
		width:168px;	/* Width of strip 114 */
		padding: 0px;	/* "Air" inside filmstrip div 5 */
		float: left;		
		border: solid 0px red;	/* pas de border  pour test*/
				}

	.strip_of_thumbnails div	{
		width:160px;		/* 110 */
		height:122px; 		/* 90 */
		padding:0px;  /* 2px */
				}

	.strip_of_thumbnails img	{
		border: 0px;                           
		padding:0px;                              /* 5 px   IE ajoute aux dim de l image */
				}


	.strip_of_thumbnails .activeImage	{	/* vignette selectionnee */
		border:3px solid #317082;		/* bord vert-bleu 5 */
		padding:0px;
					}

	#iw_thumbs_inner{
		position:relative;	/* Never change this */
		width:6000px;   /* 3000 */
	}	


/* fleches gauche et droite */

	.dir_left		{  
		float:left;
			}
	.dir_right		{
		float:right;
			}

