/*html {
	overflow-x: hidden;
	overflow-y: auto;
}*/

body {
	background-image: url(img/pattern1.gif);
	border:none;
	margin:0;
	padding:0;
}

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover {
	color: #825c9a;
	font-weight: bold;
}
	
a:visited {
	color: #825c9a;
	font-weight: bold;
}

/*
 * Styles Villette Sonique
 */

.txt_article, .spip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.txt_article_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.txt_color1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#825c9a;
}

.txt_color1_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#825c9a;
}

.titre_color1_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#825c9a;
}

.titre_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#825c9a;
	background-color:#FFF; 
	padding-right:20px;
}

.txt_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#825c9a;
}

.artiste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

strong.spip{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#825c9a;
}


input {
	border-width:1px;
	border-color:#000000;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

table.spip tr.row_first {
	background-color: #FCF4D0;
}

table.spip tr.row_odd {
	background-color: #FFFFFF;
}

table.spip tr.row_even {
	background-color: #FFFFFF;
}

table.spip td {
	padding: 6px;
	text-align: left;
	vertical-align: middle;
}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }
