@charset "utf-8";
/* CSS Document */
html, body {margin: 0;
		padding: 0; }
* {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

img { border:none}
a{ text-decoration:none}
a:hover{text-decoration:underline}
#container{width:960px;}
#topDiv{ clear:both; width:960px}
.topDivClass{ float:left}

#searchDiv {
	position:absolute;
	top: 28px;
	left: 300px;
	width: 371px;
	color:#666666;
}
	#menuSearch { text-align:center; padding:15px 10px 5px 10px;}
	
	#search{ width:320px;}
#texte{clear:both; width:960px; padding-top:20px;}
	#texte img {border-bottom-color:#666666; border-style:solid; border-width:thin}

.albumDivContent{float:left; width:50%;border-bottom-color:#666666; border-bottom-style:solid; border-bottom-width:thin}
	.albumDetail{ height:130px; overflow:hidden; padding:0px 0px 0px 10px;}
		.titreDiv *{ text-transform:uppercase;color:#005963; font-size:13px}
		.auteurDiv * {text-transform:uppercase;color:#720057; font-size:11px}
		.dureeDiv * { font-size:10px;color:#94A800;}
		.accrocheDiv  { padding:10px 0px 0px 0px}

#footer{clear:both;padding: 10px;
				text-align:center;}
#footer * {color:#666666;}
#footer a { padding-right:20px}

