/**
 * Stylesheet pour Popup Coups de Coeur
 */

#coupdecoeurPopup{
	background-color:white;
	height:275px;
	width:556px;
}

#coupdecoeurPopupTitle {
	position: relative;
	width: 100%;
	height: 35px;
	font: normal normal 26px/35px Helvetica, Arial;
	color: #C2C2C2;
	text-transform: uppercase;
}

#coupdecoeurPopupTitle span {
	color: #e22c43;
}

#coupdecoeurPopupContent{
	position:absolute;
	float:left;
	top:56px;
	left:-10px;
	height:200px;
	width:460px;
}

#thumbnailContener{
	position:absolute;
	float:left;
	top:20px;
	left:30px;
	height:160px;
	width:400px;
	overflow:auto;
}

.thumbnailCoeur{
	float:left;
	height:30px;
	width:30px;
	margin:4px 4px 4px 4px;
	border:1px solid #e32c43;
	cursor:pointer;
}

.thumbnailCoeurVide{
	float:left;
	height:30px;
	width:30px;
	margin:4px 4px 4px 4px;
	border:1px solid #ffffff;
}

.thumbnailImage{
	height:30px;
	width:30px;
}

#clientPhoto{
	position:absolute;
	top:76px;
	left:475px;
	height:82px;
	width:82px;
	border:1px solid #0c0c0c;
}

#clientImage{
	height:80px;
	width:80px;
}

#clientPseudo{
	position:absolute;
	top:170px;
	left:440px;
	height:20px;
	width:152px;
	text-align:center;
	font-size:12pt;
}

.coeurJaimeDisable,
.coeurJaimeDisable:hover{
	color:#ece9d8;
	border:1px solid #ece9d8;
	cursor:default;
}

