/*==================================================*/
/* popup.css - gameonly.com
/*==================================================*/
@import url("base.css");
/*-------------------------------------------------*/
/* TEMPLATES */
/*-------------------------------------------------*/
body.popup {
	background: #FFF;
	padding: 10px;
}
body.popup #global {
	background: #FFF;
	width: 500px;
}
/*-------------------------------------------------*/
/* CARTE DE VISITE */
/*-------------------------------------------------*/
#carte_visite h1 {
	padding: 0;
	background: none;
	font-size: 150%;
	color: #F30;
}
#carte_visite #presentation {
	background: #FFFBF3;
	border: 1px solid #F90;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
}
#carte_visite #presentation strong {
	color: #F60;
}
#carte_visite #id_photo {
	float: left;
	margin-right: 7px;
}
#carte_visite #id_photo img {
	padding: 7px;
	border: 1px solid #BBB;
}
#carte_visite table {
	background: #87D1D3;
	width: 368px;
	margin-bottom: 10px;
}
#carte_visite .inner > table {
	width: 370px;
}
#carte_visite th, #carte_visite td {
	background: #F0FBFB;
	padding: 5px;
}
#carte_visite th {
	width: 170px;
	font-weight: bold;
	text-align: right;
	background: #D7F1EF;
}
/* --- Jeux préférés --- */
#jeux_pref {
	padding-bottom: 5px;
	border: solid 1px #FF9900;
	background: #FFFBF3;
	overflow: hidden;
	zoom: 1;
}
#jeux_pref h3 {
	padding: 5px;
	border-bottom: solid 1px #FF9900;
	background: #FFE3AA;
	color: #F30;
}
#jeux_pref ul {
	overflow: hidden;
	font-size: 91.67%;
	margin: 0;
}
#jeux_pref li {
	width: 240px;
	float: left;
	height: 2.75em;
	position: relative;
	padding: 5px 0 2px;
	background: none;
}
#jeux_pref li p {
	margin: 0 0 3px 48px !important;
	padding-top: 8px;
	position: relative;
}
#jeux_pref a {
	color: #C30;
}
#jeux_pref a:visited {
	color: #777;
}
#jeux_pref a:hover, #jeux_pref a:focus {
	color: #F50;
}
#jeux_pref img {
	width: 36px;
	height: 27px;
	position: absolute;
	top: 2px;
	left: -40px;
}
#jeux_pref span {
	position: absolute;
	width: 40px;
	height: 31px;
	top: 0px;
	left: -42px;
	background: url(img/coldroite/miniature_cache_mini.png) left top no-repeat;
	overflow: hidden;
	text-indent: 50px;
}
#jeux_pref a:hover span, #jeux_pref a:focus span {
	background: url(img/coldroite/miniature_cache_mini.png) left bottom no-repeat;
}
#jeux_pref .sup_pref {
	display: none;
}
