#spectacles {
	margin-top:10px;
}
#spectacles img {
	height:200px;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#spectacles img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.cadre {
	background-color:#FFF;
	-moz-opacity:0.4;
	opacity: 0.4;
	filter:alpha(opacity=40);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 100%;
	margin-top: 10px;
	margin-left: 12px;
	text-align:center;
	padding:10px 0 10px;
}
.cadreSmall {
	background-image:url(cadreCenter.jpg);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	width: 292px;
	margin-top: 10px;
	margin-left: 12px;
	padding:10px
}
.visuel {
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
}
.description {
	background-image: url(descriptionCenter.jpg);
	width: 650px;
	margin-left: 12px;
	margin-top: 10px;
}
.descriptionTexte {
	margin-left: 10px;
	margin-right: 10px;
}
h2 {
	margin: 0px;
	padding: 0px;
}

.petitCadre {
	float: left;
	width: 312px;
	margin-top: 10px;
	margin-left: 12px;
}
.cadreTop {
	background-image: url(cadreTop.jpg);
	background-repeat: no-repeat;
	width: 312px;
	height: 21px;
}
.cadreCenter {
	background-image: url(cadreCenter.jpg);
	background-repeat: repeat-y;
	width: 282px;
	padding-left: 15px;
	padding-right: 15px;
}
.center {
	text-align: center;
}

.cadreBottom {
	background-image: url(cadreBottom.jpg);
	background-repeat: no-repeat;
	width: 312px;
	height: 21px;
}
.photo {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.footer {
	clear: both;
	text-align: right;
	background-image: url(descriptionBottom.jpg);
	height: 27px;
}
.top {
	background-image: url(descriptionTop.jpg);
	background-repeat: no-repeat;
	height: 27px;
}
.footer2 {

	clear: both;
	text-align: right;
	height: 27px;
}
.mini {
	font-size: 80%;
}
li {
	margin-left: 20px;
}

h3 {
	margin: 0px;
	padding: 0px;
}
.photoR {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#gallery {
	margin-left: 10px;
	margin-right: 10px;
}
#gallery ul{
}
#gallery ul li {
	list-style:none;
	display:inline-table;
	margin-left:5px;
}
#gallery ul li img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#gallery ul li .pic{
	/* Animation with transition in Safari and Chrome */
   -webkit-transition: all 0.6s ease-in-out;
	/* Animation with transition in Firefox (No supported Yet) */
   -moz-transition: all 0.6s ease-in-out;
	/* Animation with transition in Opera (No supported Yet)*/
   -o-transition: all 0.6s ease-in-out;
	/* The the opacity to 0 to create the fadeOut effect*/
   opacity:0;
	visibility:hidden;
	position:absolute;
	margin-left:-10px;
	border:1px solid black;
}
#gallery ul li .mini:hover{
	cursor:pointer;
}
#gallery ul li:hover .pic {
	height:200px;
	opacity:1; 
	visibility:visible; 
	float:right;
}

