header.head_menu {
    height : 30px;
    width : 980px;
    margin : auto;
    border : 1px solid #282828;
    border-top: 0px;
    background: rgba(255,255,255,0.28);
    box-shadow: 1px 1px 5px rgba(28,28,28,0.28);
    border-radius: 0 0 5px 5px; /* topleft - topright - bottomleft bottomright*/

    position : relative;
    z-index : 10;
    
}

header.head_menu img.logo {
  position : absolute;
  top : 2px;
  left : 15px;
  z-index : 10;
  border: 0px;
  width : 198px;
  height : 52px;
}

header.head_menu nav {
	float : left;
	margin-left : 250px;
	margin-top : 5px; 
}

header.head_menu nav ul {
	margin : 0 0;
	padding: 0 0; 
}

header.head_menu nav li {
  list-style: none;
  float : left;
  margin-left :25px;
  font-weight : bold;   
}

header.head_menu nav li a {
  color : #282828;
  text-shadow: #ffffff 0px 0px 5px; 
}

header.head_menu nav li a:hover {
  color : #FF8000;
}

header.head_menu li:first-letter {
  font-weight : bolder; 
}


header.head_menu  #head_recherche {
	height : 18px;
	width : 205px;
	padding-left : 25px;
	background :  #282828 url("/img/recherche.png") no-repeat 5px 2px;
	float : right;
	margin-right : 10px;
	margin-top : 3px;
	border : 1px solid #707070;
    border-radius: 2px 2px 2px 2px; 
    overflow : hidden;
    font-size : 12px;
    font-weight : bold;
    color: #bababa;
    text-shadow: 0px 0px 1px #fff;
}

header.head_menu #search_result {
	position : absolute;
	right : 10px;
	top : 30px;
	border : 1px solid #282828;
	border-top : 0px;
    border-radius: 0px 0px 2px 2px;
    width : 250px;
    background: rgba(255,255,255,0.48);
    box-shadow: 1px 1px 5px #282828;
}

header.head_menu #search_result ul {
	padding : 0 0;
	margin : 0 0;
}

header.head_menu #search_result li {
	width : 240px;
	height : 45px;
	overflow : hidden;
	padding : 0 0;
	margin-left : 5px;
	padding-top :5px;
	border-bottom : 1px solid #282828;
	position : relative;
	list-style: none;
}

header.head_menu #search_result li img {	
	width : 51px;
	height : 38px;
	border : 1px solid #282828;
	overflow: hidden;
	float : left;
	margin-right : 5px;
}

header.head_menu #search_result li a.titre {	
	width : 179px;
	height : 20px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	color : #545454;
	text-shadow: 0px 0px 2px #ffffff;
	text-decoration: none;
	float : left;
}

header.head_menu #search_result li a.artiste {	
	width : 179px;
	height : 14px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	color : #dc3535;
	text-shadow: 0px 0px 2px #ffffff;
	/*text-shadow: 0px 0px 1px #282828;*/
	text-decoration: none;
	float : left;
}

header.head_menu #search_result li:hover {
	background-color : rgba(173,216,236,0.28);
	/*background-color : rgba(28,28,28,0.38);*/
}

header.head_menu #search_result li:hover aside {
	background-color : #b3b3b3;
}

header.head_menu #search_result li aside {
	position : absolute;
	right : 2px;
	bottom : 5px;
	height : 10px;
	font-size: 10px;
	font-weight: bold;
	border : 1px solid #282828;
	border-radius: 5px 5px 5px 5px;
	padding : 1px 5px 3px 5px; /* top right bottom left */
	background-color : #7e7e7e;
}


header.head_menu #search_result li aside a { 
	text-decoration: none;
	color : #ffffff;
}

footer {
	width : 980px;
    margin : auto;  
    margin-top : 5px;
    margin-bottom : 5px;
    font-size: 11px;
    border : 1px solid #bababa;
    /*border-bottom: 0px;*/
    border-radius: 5px 5px 5px 5px;
    padding-top : 5px;
    background: rgba(255,255,255,0.28);
    box-shadow: 1px 1px 5px rgba(255,255,255,0.28);
    overflow : hidden;
    position : relative;
}


footer img.sacem {
	float : left;
	margin-left : 5px;
	border : 1px solid #282828;
	width : 56px;
	height : 40px;
}

footer span.copyright {
	float : left;
	margin-left : 5px;
	width : 910px;
	height : 40px;
	overflow : hidden;
	display : block;
}

footer span.tcopyright {
	margin : auto;
	display : block;
	overflow : hidden;
	width : 250px;
}

footer span {
	color : #282828;
	white-space : nowrap;
}

footer div {
	position :absolute; 
	bottom : 5px;
	right : 5px;
}


