@charset "utf-8";

/* jQuery lightBox plugin - Gallery style */
#gallery {

	background-color: transparent;
	height:370px;
}

#principal{
	position:relative;
	z-index: 4;
	float:right;
	width: 276px;
	height:230px
}

#tirets{
	position:absolute;
	z-index: 3;
	top:325px;
	left:140px;
	width: 70%;
	height:50px;
	border-bottom: dotted 1px #BBBDCE !important /*Non-IE6*/;
	border-bottom: solid 1px #CECFDB;
}

#thumb{
	float:right;
	width: 100%;
	height:100px
}

#creatext{
	padding-left: 100px;
	float:left;
	width: 530px;
	height:230px
}

#creatext h3 {
	margin: 0px 0 20px 0;
	padding-bottom:4px;
	color:#9E9EB3;
       
}

#creatext .titre3 {
	margin: 6px 0 2px 0;
	font-weight:bold;
	font-size:10px; 
            text-transform:uppercase; 
             color:#52557A;
            letter-spacing:0.5px;  
                
}

#gallery ul { list-style: none; }
#gallery ul li { display: inline; float: right;}
#gallery ul img {
	border: 2px solid #3e3e3e;
	border-width: 2px 2px 2px;
	margin: 0px 3px 0px 3px;
}
#gallery ul a:hover img {
	border: 2px solid #fff;
	border-width: 2px 2px 2px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
