
#cadre-accueil {
    width: 660px;
    height: 380px;
	padding: 10px;
}

#cadre-gauche-accueil {
	background: url(/beta/images/tableau-bord/perso-fond.png) repeat-x;
    /*float: left;*/
	text-align:center;
    height: 373px;
	width:273px;
}

#cadre-droit-accueil {
    /*float: left;*/
	margin-top:-363px;
	margin-left: 293px;
    width: 352px;
    height: 373px;
}

#cadre-droit-accueil ul li.actu-lien {
    list-style-image: none;
    background: url(/beta/images/tableau-bord/lien-actu.png) no-repeat;
	font-weight:bold;
    display: block;
    width: 332px;
    height: 45px;
	margin: 10px 2px 20px -5px;
	padding-left:20px;
}

.titreActu{
	position: relative;
	top:-10px;
	left:-15px;
	width:100px;
	height:25px;
	font-size:14px;
	text-transform: uppercase;
}

#cadre-droit-accueil ul li.liste-accueil{
    list-style-image: none;	
	margin: 20px 2px 20px 0;
}

#cadre-droit-accueil ul li.liste-accueil a{
	background: url(/beta/images/tableau-bord/liste-accueil.png) no-repeat;
	text-decoration: none;
	font-weight:bold;
    display: block;
    width: 324px;
    height: 18px;
	padding-top:3px;
	padding-left:20px;
	text-transform: uppercase;	
	color:#fff;
	opacity:0.8;
}

#cadre-droit-accueil ul li.liste-accueil a:hover{
	color:#fff;
	opacity:1;
}

#infos-liste{
	position:absolute;
	left:160px;
	width:120px;
	text-align:left;
}

#infos-liste ul li{
	list-style-image: none;
	margin-left: -10px;
	display: block;
    width: 130px;
    height: 28px;
	font-weight:bold;
	padding-top:15px;
	padding-left:40px;
}

#infos-liste ul li.point{
	background: url(/beta/images/tableau-bord/picto-pts.png) no-repeat;
}
#infos-liste ul li.niveau{
	background: url(/beta/images/tableau-bord/picto-niv.png) no-repeat;
}
#infos-liste ul li.planete{
	background: url(/beta/images/tableau-bord/picto-planete.png) no-repeat;
}
#infos-liste ul li.amiral{
	background: url(/beta/images/tableau-bord/picto-amiral.png) no-repeat;
}
#infos-liste ul li.bouclier{
	background: url(/beta/images/tableau-bord/picto-bouclier.png) no-repeat;
}
#infos-liste ul li.licence{
	background: url(/beta/images/tableau-bord/picto-licence.png) no-repeat;
}

.picto-on{
	width:25px;
	height:25px;
	margin-top:-5px;
	background: url(/beta/images/tableau-bord/picto-on.png) no-repeat;
}

.picto-off{
	width:25px;
	height:25px;
	margin-top:-5px;
	background: url(/beta/images/tableau-bord/picto-off.png) no-repeat;
}

#mes-planetes{
	background: url(/beta/images/tableau-bord/cadre-planete.png) no-repeat;
	width:612px;
	height:120px;
	left:20px;
	padding:7px 25px 0 25px;
	opacity:0.8;
}
#mes-planetes:hover{
	opacity:1;
}

.planeteHover{
	background: url(/beta/images/tableau-bord/planete-hover.png) no-repeat;
	width:94px;
	height:85px;
}

.choixPlanete a{
	display:block;
	width:94px;
	height:85px;
}
.choixPlanete a:hover{
	background: url(/beta/images/tableau-bord/planete-hover.png) no-repeat;
}

#precPlanete{
	position:relative;
	display:block;
	width:34px;
	height:34px;
	margin-top:-83px;
}

#suivPlanete{
	position:relative;
	display:block;
	width:34px;
	height:34px;
	margin-top:-35px;
	margin-left:628px;
}
