body{
	background-color:#8faedf;
	margin:0px;
	padding:0px;
	font-family:Arial;
}

a.simple{
	text-decoration:none;
}

.btn_myponey{
    background-image: url("../images/mypage/bouton.png");
    color: white;
    font-size: 11px;
    font-weight: bold;
    height: 31px;
    padding-left: 24px;
    padding-top: 24px;
    text-align: center;
    width: 208px;
}

.info{
	font-size:12px;
	font-family:Arial;
	color:#654f3b;
}

.resultat{
	margin-top:2px;
}

#contener{
	width:800px;
	margin:0 auto;
}

#info{
	width:800px;
	height:89px;
	margin-bottom:2px;
	background-image:url(../images/mypage/info.png);
	position:relative;
}

#info_img_avatar{
	left: 8px;
    position: absolute;
    top: 8px;
}

#info_pseudo_joueur{
	left: 100px;
    position: absolute;
    top: 5px;
}

#info_inscription{
	left: 100px;
    position: absolute;
    top: 34px;
}

#info_poney_possede{
	left: 115px;
    position: absolute;
    top: 62px;
}

#info_points_podium{
	left: 408px;
    position: absolute;
    top: 10px;
}

#info_points_poney{
	left: 600px;
    position: absolute;
    top: 10px;
}

#info_points_elevage{
	left: 600px;
    position: absolute;
    top: 48px;
}

#info_points_collection{
	left: 408px;
    position: absolute;
    top: 48px;
}

#titre_edition{
	color:black;
	text-align:center;
	width:100%;
}

#txt_editeur, #txt_editeur a:link, #txt_editeur a:visited, #txt_editeur a:active{	
	size:10px;
	font-family:arial;
	color:white;
	font-size:11px;
	text-decoration:none;
}

#txt_editeur a:hover{
	text-decoration:underline;
}

#img_poney{
	text-align:center;
}

#footer{
	width:100%;
	height:50px;
	color:white;
	text-align:center;
	padding-top:20px;
	font-size:10px;
}


