/* CSS Document */


div#cadre_coup_coeur {/* conteneur global et arrière-plan du titre du cadre */
	width: 310px;
	margin-left:60px;
	margin-top:380px;
	padding-top:60px;
	background: url(images/bordure/arrondi/cadrehaut_coup_coeur.png) top left no-repeat;
	float: right;
	position: absolute;
	z-index:10;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(images/bordure/arrondi/cadrebas_coup_coeur.png) bottom left no-repeat;
padding-bottom: 20px;
padding-top:5px;
}
div#bloccadre a {
	font-family:Tahoma, Verdana, Arial;
	font-size:0.75em;
	color:fea347;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 0;
	margin-left: 14px;
}

div#interne_coup_coeur {
height:70px;
width:275px;
margin-left:6px;
background-image:url(images/bordure/arrondi/interne_coup_coeur.png);
background-repeat:no-repeat;
background-position:right;
padding-top:6px;}


/*IMAGE AGRANDIE AU PASSAGE DE LA SOURIS */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
float:left;
z-index:45;
}

.thumbnail_txt{
	font-family:Tahoma, Verdana, Arial, Helvetica;
	font-size:0.75em;
	z-index:45;}
	
.thumbnail:hover{
background-color: transparent;
z-index:50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding-bottom: 5px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -195px;
left: 0px; /*position where enlarged image should offset horizontally */

}
