
/*BLOC TETE*/

#tete_gauche          {
	background-image: url(../../images/fr/oeuvres/musique_ecran/chansons/tete_gauche.jpg);
	background-repeat: no-repeat;
	background-position: left top
	}


#tete_droit         {
	background-image: url(../../images/fr/oeuvres/musique_ecran/chansons/tete_droit.jpg);
	background-repeat: no-repeat;
	background-position: left top
	}

	
#tete_centre_haut   {
	background-image: url(../../images/fr/oeuvres/musique_ecran/chansons/tete_centre_haut.jpg);
	background-repeat: no-repeat;
	background-position: left top
	}


#tete_centre_editorial    {
	background-image: url(../../images/fr/oeuvres/musique_ecran/chansons/tete_centre_editorial.jpg);
	background-repeat: no-repeat;
	background-position: left top
	}

	
	
/*BLOC MENU*/


#menu_gauche        {
	background-image: url(../../images/fr/oeuvres/musique_ecran/chansons/menu_gauche.jpg);
	background-repeat: no-repeat;
	background-position: left top
	}


#menu_navigation         {
	background-image: url(../../images/fr/oeuvres/musique_ecran/chansons/menu_navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top
	}


#menu_droit        {
	background-image: url(../../images/fr/oeuvres/musique_ecran/chansons/menu_droit.jpg);
	background-repeat: no-repeat;
	background-position: left top
	}

/*BLOC PIED*/


#pied   {
	background-image: url(../../images/fr/oeuvres/musique_ecran/chansons/pied.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 909px;
	height: 64px;
	clear: left
	}
	
	
	
/*MISE EN COULEURS*/

#content         {
	color: #fff
	}


#chansons h1  {
	color: #cc9;
	font-size: 12px;
	margin-bottom: 6px
	}



#chansons h2  {
	color: #cc9;
	font-size: 11px;
	font-weight: bold;
	margin-top: 9px
	}

#chansons h3  {
	color: #cc9;
	font-size: 12px;
	font-weight: bold;
	margin-top: 18px
	}
	
#chansons #content dl {
	font-size: 12px;
	margin-bottom: 6px
	}


#chansons #content dt {
	color: #fff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block
	}


#chansons #content dd  {
	color: #ccc;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block
	}



