@import url("communs.css");

/*****Positionnig*********/

/* Header */
#header				{ width: 100% ; height: 80px ;  top: 0px; left: 0px; z-index: 100; }


/* Content */

/*blocs de photos*/

#main {
	position:absolute;
	left:320px;
	top : 20 px;
	 text-align:center;
	width:700px;
	height:600px;
	z-index:1;

}
#thumbContainer {

	position:absolute;
	left:34px;
	top:104px;
	width:307px;
	height:510px;
	z-index:1;
	
}
#vignettes {
position:absolute;
	left:0px;
	top:90px;
	width:300 px;
}	

#thumbContainer img:hover {cursor:hand;}
#main .description{width:500 px;
background-color:#CCCCCC; padding:10px;

}

img.thumb{
float:left;
	height:60px;
	width:60px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
	}


/*contenu des blocs*/

