body {
	background-color: #FFFFFF;
	background-image: url(fnd-page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}

.banniere {
    background: url(banniere.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 382px;
    margin-left: auto;
    margin-right: auto;
}

.main {
	width: 950px;
	height: 510px;
    margin-left: auto;
    margin-right: auto;
}
 
/* la colonne de gauche */    
.gauche {
	background: url(fnd-txt-hp.jpg);
	background-repeat: no-repeat;
	width: 531px;
	height: 510px;
	margin-left: 0px;
	float: left;
	position: relative;
}

.txtgauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	margin-left: 64px;
	width: 421px;
	font-style: normal;
}

.avatarhp {
    background: url(avatar-mubot.jpg);
	background-repeat: no-repeat;
	width: 110px;
	height: 163px;
    margin-left: 64px;
}

.myspace {
    background: url(myspace-logo.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 135px;
    margin-left: 130px;
	padding-top: 35px;
}

.tag {
	width: 500px;
	height: 35px;
	margin-left: 25px;
	text-align: center;
	margin-top: 50px;
}

/* la colonne de droite */ 
.droite {
	background: url(mubot-logo2.jpg);
	background-repeat: no-repeat;
	width: 419px;
	height: 510px;
	float: right;
	position: relative;
	background-color: #FFFFFF;
}

.txtdroite {
	background: url(bot-ipod.jpg);
	background-repeat: no-repeat;
	width: 419px;
	margin-top: 200px;
	height: 340px;
	vertical-align: middle;
}

.TxtBlocDroite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding-left: 150px;
}

.LienBlocDroite {
    background: url(mubot-buton.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color:#660000;
	font-weight: bold;
	width: 260px;
	height: 185px;
	display: block;
	float: right;
}

.LienBlocDroite:hover {
    background: url(mubot-buton.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
	width: 260px;
	height: 185px;
	display: block;
	float: right;
}

/* les attributs de texte généraux */     

.Txt12Blc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.Lien14Blc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Lien14Blc:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: underline;
}
.Txt10Gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.Lien10Gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.Lien10Gris:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #660000;
	text-decoration: underline;
}
