/* CSS Document */

<style type="text/css">
body {
	background-color:#FFFFFF;
	margin:auto;
	text-align:center;
	padding:0;
}

body, p, a, div, ul, li, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

ul, li, form, input  {
	margin:0px;
	padding:0px;
}

a {text-decoration:none}
a:hover {text-decoration:underline}

a.bio {	font-weight:bold; color:#E5E8F1;}

#conteneur {
	margin:auto;
	width:780px;
	text-align:left;
	margin-bottom:0px;
	background-image:url(images/accueil-haut.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}


#conteneurOn {
	margin:auto;
	width:780px;
	text-align:left;
	margin-bottom:0px;
	background-image:url(images/accueil-haut_on.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.invisible {display:none}

#nav-top {
	width:780px;
	height:87px;
	}


#nav-top ul{
	margin-left:15px;
	padding:0px;
}
#nav-top li{
	list-style-type:none;
	float:left;
	height:39px;
	width:39px;
	margin:18px 8px 0px 8px;
}

#nav-top a{height:39px;display:block}

#nav-top .nav1 a{background-image:url(images/chantry.jpg);}
#nav-top .nav1 a:hover, .nav1on{background-image:url(images/chantryon.jpg);}
#nav-top .nav2 a{background-image:url(images/Daisy.jpg);}
#nav-top .nav2 a:hover, .nav2on{background-image:url(images/daisyon.jpg);}
#nav-top .nav3 a{background-image:url(images/dina.jpg);}
#nav-top .nav3 a:hover, .nav3on{background-image:url(images/dinaon.jpg);}
#nav-top .nav4 a{background-image:url(images/magali2.jpg);}
#nav-top .nav4 a:hover, .nav4on{background-image:url(images/magali2on.jpg);}
#nav-top .nav5 a{background-image:url(images/MCD.jpg);}
#nav-top .nav5 a:hover, .nav5on{background-image:url(images/mcdon.jpg);}
#nav-top .nav6 a{background-image:url(images/natacha2.jpg);}
#nav-top .nav6 a:hover, .nav6on{background-image:url(images/natacha2on.jpg);}
#nav-top .nav7 a{background-image:url(images/pierre.jpg);}
#nav-top .nav7 a:hover, .nav7on{background-image:url(images/pierreon.jpg);}
#nav-top .nav8 a{background-image:url(images/rosita.jpg);}
#nav-top .nav8 a:hover, .nav8on{background-image:url(images/rositaon.jpg);}
#nav-top .nav9 a{background-image:url(images/lemoh.jpg);}
#nav-top .nav9 a:hover, .nav9on{background-image:url(images/lemohon.jpg);}


#nomArtistePetit{
	clear:both;
	width:200px;
	height:15px;
	margin-left:250px;
	padding-top:6px;
	font-size:12px;
	color:#666666;
	}


#contenu {
	width:780px;
	background-color:#B5BEDE;
	}
	
#contenu_bio {
	background-color:#B5BEDE;
	}

.table_contenu	{margin:15px 15px 0 15px;}
	
	
#tableScroll{
		width:362px; 
		height:88px; 
		overflow:auto;
		text-align:left; 
		margin:0 0 30px 0;
		z-index:2;
}

#tableScroll  table td{
	background-color:#CCD0DB;
	white-space:nowrap;
	text-align:center;
	/*width:48px;
	padding:10px;*/
}
		
#nomArtiste{
	position:relative;
	top:-430px;
	left:0px;
	text-align:left;
	width:500px;
	height:40px;
	margin-left:23px;
}

#nomArtiste, .artiste{
	font-size:20px;
	color:#E5E8F1;
}

#artiste_bio {
	height:35px;
	font-size:20px;
	padding-left:15px;
	color:#B5BEDE;}
	
#textDescription {
	padding:2px 0 0 0;
	width:362px;
	/*float:right;*/
	height:30px;
	font-size:90%;
}
#img_groupe {
	clear:both;
	width:780px;
	background-color:#FFFFFF;
	text-align:right}

#nav-bottom {
	width:500px;
	height:60px;
}

#nav-bottom ul{
	margin:0px;
	padding:0px;

}
#nav-bottom li{
	list-style-type:none;
	float:left;
}

#nav-bottom a{
	position:relative;
	top:-28px;
	left:0px;
	margin-left:23px;
	height:42px;
	width:50px;
	display:block;
	background-image: url("boutonoff.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	font-size:90%;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF}

#nav-bottom a:hover{
	background-image: url("boutonon.jpg");
	color:#333333}

#nav-bio a{
	position:absolute;
	width:60px;
	height:40px;
	top:7px;
	left:280px;
	text-align:center;
	display:block;
	background-image: url("boutonoff.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	font-size:85%;
	text-decoration:none;
	color:#333333;	
}

#nav-bio a:hover{
	background-image: url("boutonon.jpg");
	text-decoration:underline;
}
</style>