html, body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0;
	margin:0;
	background-color:#646464;
}
.wrapper {
	width:960px;
	margin:auto;
}
blockquote	{
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	padding:10px;
	padding-left:55px;
	border:1px dotted #999999;
	background-image: url(images/blockquotes.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#f0f0f0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a:link, a:visited, a:hover, a:active {
	color:#e4247a;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	}
p, p.spip	{
	margin-bottom:5px;
}
h1, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, 
h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, 
h4, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active, 
h5, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active, 
h6, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none !important;
	color:#0098d1 !important;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:0;
	border:0;
	}

h1, h2, h3, h4, h5, h6 {
	display:block;
	margin-bottom:5px;
	border-bottom:1px solid #646464;
	}

h1, h1 a {
	font-size:24px;
	}

h2, h2 a {
	font-size:21px;
	}

h3, h3 a {
	font-size:18px;
	}

h4, h4 a {
	font-size:15px;
	}

h5, h5 a {
	font-size:13px;
	}

h6, h6 a {
	font-size:11px;
	}

/* Bloc de tétière/header */
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:220px;
}
#header .wrapper {
	width:960px;
	margin:auto;
	background-image: url(images/bandeau_logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:100%;
	background-color:#FFFFFF;
}
#header .wrapper .grid_3 .formulaire_recherche {
	width:192px;
	margin-top: 170px;
	height:30px;
	padding:0;
	padding-left:28px;
	background-image:url(images/search.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#header .wrapper .grid_3 .formulaire_recherche label {
	display: none;
}
#header .wrapper .grid_3 .formulaire_recherche input#recherche {
	width: 170px !important;
	border:1px solid #333333;
	margin-top:2px;
	background-color:#ffffff;
	color:#666666;
}

/* Bloc de navigation générale */
#navgeneral	{
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#navgeneral .wrapper {
	width:960px;
	margin:auto;
}

#navgeneral .wrapper .container_12 .grid_2 {
	margin-top: 3px;
	margin-bottom:3px;
}
#navgeneral .wrapper .container_12 .grid_2 a {
	margin: 0px;
	width: 90%;
	display:block;
	padding:0;
	padding-top: 3px;
	padding-right:5%;
	padding-bottom: 3px;
	padding-left:5%;
	background-color:#FFFFFF;
	border-right: 1px solid #646464;
	text-decoration:none;
	color:#000000;
}

/* Bloc de contenaire */
#contenaire .wrapper {
	width:960px;
	margin:auto;
	padding:0;
	padding-top:10px;
	padding-bottom:20px;
	background-color:#FFFFFF;
}

.grid_8-vignette	{
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(images/pixel-carre.gif);
	background-position:top left;
	background-repeat:repeat;
	}
.grid_8-vignette .grid_6	{
	width:440px;
	}
.grid_6-vignette	{
	padding:10px;
	background-color:#FFFFFF;
}
.dateblock {
	text-align: center;
	border-top: 1px dotted #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image:url(images/pixel-carre.gif);
	color: #000000;
	line-height:120%;
}
.day {
	font-size: 22px;
	position: relative;
	}
.month {
	font-size: 11px;
	text-transform:uppercase;
}
.year {
	font-size: 14px;
}

.ecouter	{
	background-color:#f9f9f9;
	padding:10px;
	background-image:url(images/corner.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.ecouter .grid_1	{
	width:50px;
	margin-bottom:5px;
}
.ecouter .grid_2	{
	width:130px;
	margin-bottom:5px;
}
.ecouter .grid_3	{
	width:210px;
	margin-bottom:5px;
}
.ecouter h1	{
	margin-bottom:10px;
}
.ecouter h4	{
	margin-bottom:5px;
}
.ecouter a	{
	text-decoration:none;
	text-transform:uppercase;
	color:#e4247a;
	font-size:10px;
	line-height:10px !important;
	}
.ecouter hr	{
	border-color:#e4247a;
	}
	
/* bloc footer */
#footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color:#333333;
}
#footer .wrapper	{
	text-align:left;
	padding: 150px 0px 10px;
	background-image:url(images/footer_bulle.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#ffffff;
}

/* bloc agenda */
#agenda	{
	background-image:url(images/pixel-carre.gif);
	background-position:top left;
	background-repeat:repeat;
}
#agenda .title_rightcol	{
	display:block;
	padding:0px 5px;
	background-color:#000000;
	font-size:14px;
	letter-spacing:1px;
	font-weight:normal;
	color:#FFFFFF;
	background-image:url(images/corner_hd.png);
	background-position:top right;
	background-repeat:no-repeat;
	}
/* Tableau de brod Agenda */
.block_creme_300 {
	margin:5px;
}
.block_creme_300_inside	{
	margin:0;
	margin-bottom:10px;
	padding:5px;
	background-color:#FFFFFF;
}
span.noir10gras {
	display:block;
	width:100%;
	}
.noir10gras	{
	color:#000000;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:110%;
	border:0;
	border-bottom:1px dotted #000000;
}

	
.annuaire-artiste	{
	 background-color:#b1c800;
	 background-image:url(images/bg_artistes.jpg);
	 background-position:left top;
	 background-repeat:repeat-y;
	 display:block;
	 clear:both;
	 margin:0px 0px 20px -10px;
}
.spacer10	{
display:block;
clear:both;
height:10px;
width:inherit;
}
.spacer20	{
display:block;
clear:both;
height:20px;
width:inherit;
}
.spacer30	{
display:block;
clear:both;
height:30px;
width:inherit;
}
.bigdate {
color:#CC0000;
font-size:24px;
text-decoration:none !important;
}
.signature {
	text-align: left;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
.lang	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#0098d1;
	font-style:italic;
}

#titre {
	background-color:#f9f9f9;
	background-image:url(images/corner_hd.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	}
	
a.listing_annuaire	{
	font-size:15px;
	font-style:italic;
}

.grisclair {
	background-color:#f9f9f9;
}

/* forum */
.forum-decompte	{
	width:100%;
	text-align:left;
	border:0 none;
	font-size:12px;
}
.forum-message	{
	padding:10px;
	background-color:#f5f5f5;
	margin:0;
	margin-bottom:10px;
	float:none;
}
.numero-forum	{
	margin:0;
	margin-top:5px;
	margin-left:-62px;
	margin-bottom:-28px;
	width:42px;
	height:23px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:14px;
	font-style:italic;
	background-image:url(images/icon-forum.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.formulaire_ecrire_auteur label	{
	display:block;
	clear:both;
}
.formulaire_ecrire_auteur legend	{
	color:#e4247a;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}