/* CSS Document */

.lives_conteneur {
	position:relative;
	width:150px;
	height:235px;
}

.lives_webcam {
	position:absolute;
	top:2px;
	width:150px;
	height:10px;
}

.lives_forum {
	position:absolute;
	top:39px;
	width:150px;
	height:10px;
}

.lives_message {
	position:relative;
	top:100px;
	width:150px;
	height:10px;
}

.lives_contact {
	position:absolute;
	top:198px;
	width:150px;
	height:10px;
}

.lives_utilisateur {
	position:absolute;
	top:80px;
	width:150px;
	height:10px;
}

.lives_utilisateur2 {
	position:absolute;
	top:100px;
	width:150px;
	height:10px;
}

.lives_utilisateur3 {
	position:absolute;
	top:115px;
	width:150px;
	height:10px;
}

.lives_utilisateur4 {
	position:absolute;
	top:130px;
	width:150px;
	height:10px;
}

.lives_utilisateur5 {
	position:absolute;
	top:145px;
	width:150px;
	height:15px;
}

.lives_utilisateur6 {
	position:absolute;
	top:160px;
	width:150px;
	height:15px;
}

.lives_id {
	position:absolute;
	top:93px;
	width:150px;
	height:10px;
}

/* Lien */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}