@charset "utf-8";

body {
	background-color:#FFFFFF;
}

div.center_main {
	background-image:none;
}
	
#navigator {
	background-image:url(/themed/default/img/bg_navigator.png);
	background-repeat:repeat-x;
	height:50px;
	padding:10px 20px 0 20px;
	text-align:left;
}
#navigator span, #navigator span a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}
#navigator span a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#contentleft {
	float:left;
	width:655px;
	padding:5px 10px 0 0;
}

#search {
	background-image:url(/themed/default/img/bg_search.png);
	background-repeat:repeat-x;
	padding-top:60px;
}

#search form {
	margin-left:auto;
	margin-right:auto;
	width:580px;
	background-color:#dadada;
	border:1px solid #9d9d9d;
	margin-bottom:10px;
	padding:10px 0 10px 0;
	float:none;
}
#search form img {
	width:100%;
	height:100%;
}

#search table {
	margin-left:auto;
	margin-right:auto;
	width:95%;
}

#search table td {
	text-align:center;
}

#search form input[type=text] {
	width:298px;
	height:24px;
	/*background-color:#f2f2f2;*/
	background-color:#FFFFFF;
	border:1px solid #9d9d9d;
}

#search form select {
	width:84px;
	height:26px;
	/*background-color:#f2f2f2;*/
	background-color:#ffffff;
	border:1px solid #9d9d9d;
	font-size:14px;
	font-weight:500;
	font-family:Trebuchet MS,arial;
}

#search form input[type=submit] {
	width:98px;
	height:26px;
	background-image:none;
	/*background-color:#1896d0;*/
	color:#FFFFFF;
	background-repeat:no-repeat;
	border:1px solid #9d9d9d;
	font-size:14px;
	color:#9d9d9d;
	font-family:Trebuchet MS,arial;
}

#contentright {
	float:left;
	width:335px;
	padding:37px 0 0 0;
}



#accueil_selection_musique img.pochette {
	width:60px;
	height:60px;
}

#accueil_selection_musique div.col {
	padding:0 0 0 0;
}

#accueil_selection_musique div.col p {
	float:left;
	margin:17px 0 0 8px;
}
