/* CUSTOM start */

#profil a {text-decoration: none;}

/* ------ couleur des liens et des titres */
#profil a, #profil .box h2 {color: #8888cc;}
#profil a:hover { color: #6666bb;}

/* ------ font optionnelle (à la place de la font par défaut du site) */
#profil {font: normal 12px Arial, Helvetica, sans-serif;}

/* CUSTOM end */


/* ------------------------------------------------------------------------------ */
#profil {
	margin: 0 auto;
	width: 500px;
}
#profil a.mbf-vip, #profil a.mbh-vip, #profil a.mbc-vip {color: #ffaa00;}
#profil a.mbf-vip:hover, #profil a.mbh-vip:hover, #profil a.mbc-vip:hover {color: #ee8800;}
#profil .left {float: left;}
#profil .right {float: right;}
#profil .box {
	position: relative;
	float: left;
	margin: 5px 0 10px 0;
	padding: 0 15px 15px 15px;
	width: 470px;
	background: transparent url(img/profil-box-bottom.png) bottom left no-repeat;
}
#profil .box h2 {
	position: relative;
	margin: -5px -15px 0 -15px;
	padding: 15px 15px 10px 15px;
	font-size: 16px;
	background: transparent url(img/profil-box-top.png) 0 0 no-repeat;
	zoom: 1; /* IE hasLayotu trigger */	
}
#profil ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* myPic
----------------- */
#myPic {
	position: absolute;
	top: 19px;
	right: 20px;	
}

/* myProfil
----------------- */
ul#myProfil li {
	clear: both;
	line-height: 17px;
}
ul#myProfil li ul.sub {
	float: left;
	padding-right: 60px;
}
ul#myProfil li p {margin: 3px 0 0 0;}
ul#myProfil li.break {margin-top: 15px;} 
ul#myProfil li.text {width: 320px;}
li#vipStatut span {
	font-weight: bold;
	color: #FFAA00;
}

/* myFriends
----------------- */
ul#myFriends li {
	display: inline;
	margin-right: 5px;
	line-height: 20px;
}

/* network
----------------- */
table#network {text-align: left;}
table#network td {
	padding-right: 20px;
	line-height: 17px;	
}
table#network th {font-style: italic;}

/* supportMe
----------------- */
#supportMe ul {margin-top: 10px;}
#supportMe ul li {
	float: left;
	width: 50%;
}
#supportMe ul li textarea {
	margin-top: 3px;
	width: 85%;
}
#supportMe p {margin: 0 0 5px 0;}

/* commentProfil
----------------- */
#profil #commentProfil {padding-bottom: 10px;}
#commentProfil dl.comments h3 {
	font-size: 14px;
	font-style: italic;
	margin: 0 0 10px 0;
}
#commentProfil dl.comments {
	margin: 0;
	width: 225px;
}
commentProfil dl.comments dt {margin: 0;}
#commentProfil dl.comments dt span {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
	color: #888;
}
#commentProfil dl.comments dd {
	margin: 0 0 10px 0;
	font-size: 11px;
}
#map {
	width:125px;
	height:150px;
	position: absolute;
	right: 20px;
	bottom: 19px;
}
#map span {
	visibility: hidden;
}

