/* import des feuilles de style generales
----------------------------------------------------------------*/
@import url("../structure.css");
@import url("../navigation.css");
@import url("../popups.css");

#coinPerso
{
	background: url(img/bg_Perso.jpg) no-repeat;
	margin:32px 0px 0px 0px;
	width:750px;
	height:611px;
}
.txtAvantage
{
	background: url(img/tt_monCompte.gif) no-repeat;
	width:146px;
	height:46px;
	padding:0px 0px 5px 0px;
}
.txtAvantage a
{
	width:146px;
	height:46px;
	display:block;
}
.txtCarnet
{
	background: url(img/tt_carnet.gif) no-repeat;	
	padding:0px 0px 5px 0px;
	width:103px;
	height:46px;
}
.txtCarnet a
{
	display:block;
	width:103px;
	height:46px;
}
.txtAvantage span,.txtCarnet span
{
	width:103px;
	font-size:0px;
	text-indent:-4242px;
}
#coinPerso .blockAvantages
{
	width:200px;
	float:left;
	margin-right:2px;
	margin:213px 0px 0px 165px;
}
* html #coinPerso .blockAvantages
{
	margin:213px 0px 0px 82px;
}
#coinPerso p ,#coinPerso p a
{
	font-size:12px;
	color:#6e2a1b;
}
#coinPerso .blockCarnet
{
	width:150px;
	float:left;
	margin-right:2px;
	margin:213px 0px 0px 210px;
}
#coinPerso p a:hover
{
	text-decoration:underline;
}