@charset "utf-8";


/**************GaleriePhotos**************/
#galleryCREATIONS {
	position: relative;
	float: left;
	width: 185px;
	z-index: 350;
}





.TitreCREAtoile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F30;
	font-style: normal;
	padding-bottom: 5px;
	background-color: #FFF;
	padding-top: 5px;
	margin-bottom: 10px;
	float: left;
	height: 18px;
	width: 185px;
	margin-top: 20px;
	text-align: center;
}
.wrapToile {
	float: left;
	width: 180px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#thumbsT {
	width: 185px;
	float: left;
	background-image: url(../img/fdTitreBook.png);
}
#thumbsT   a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#thumbsT   a   img {
	width: 25px;
	height: 25px;
	border: 0;
}
#thumbsT   a:hover   img {
	position: fixed;
	width: auto;
	height: auto;
	left: 503px;
	top: 50px;
	border-top-width: 30px;
	border-right-width: 1000px;
	border-bottom-width: 1000px;
	border-left-width: 200px;
	border-style: solid;
	border-color: #FFF;
	float: left;
}
.TitreBullesToile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F30;
}

a.info    span.fdToiles {
	display: none;
	z-index: 0;
}
a.info:hover span.fdToiles { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	width:275px;
	background-color:#FFF;
	color:#000;
	text-align: left;
	border-top: solid 4px #0F0F0F;
	border-bottom: solid 4px #0F0F0F;
	border-left: solid 4px #0F0F0F;
	padding: 20px 25px 25px 25px;
	top: 30px;
	left: -137px;
	z-index: 650;
}



.TitreCREApapier {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F30;
	font-style: normal;
	padding-bottom: 5px;
	background-color: #CCC;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	float: left;
	width: 185px;
	height: 18px;
	z-index: auto;
	text-align: center;
}

.wrapPapier {
	float: left;
	width: 180px;
	margin-bottom: 40px;
	margin-left: 5px;
}

#thumbsP {
	width: 185px;
	float: left;
	background-image: url(../img/fdTitreBook.png);
}
#thumbsP   a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#thumbsP   a   img {
	width: 25px;
	height: 25px;
	border: 0;
}
#thumbsP   a:hover   img {
	position: fixed;
	width: auto;
	height: auto;
	left: 503px;
	top: 50px;
	border-top-width: 30px;
	border-right-width: 1000px;
	border-bottom-width: 1000px;
	border-left-width: 200px;
	border-style: solid;
	border-color: #CCC;
}
.TitreBullesPapier {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F30;
}
a.info     span.fdPapiers {
    display: none;
}
a.info:hover  span.fdPapiers { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	width:275px;
	background-color:#CCC;
	color:#000;
	text-align: left;
	border-top: solid 4px #0F0F0F;
	border-bottom: solid 4px #0F0F0F;
	border-left: solid 4px #0F0F0F;
	padding: 20px 25px 25px 25px;
	top: 30px;
	left: -137px;
	z-index: 650;
}



a.info{
	position:relative; /*this is the key*/
	z-index:2;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-style: normal;
}

a.info:hover{
	z-index:551;
}
