<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Festival Megascene - concerts open air</title>
	<atom:link href="http://www.megascene.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.megascene.org</link>
	<description></description>
	<lastBuildDate>Fri, 04 May 2012 08:35:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Programmation 2012</title>
		<link>http://www.megascene.org/festival-eco-citoyen/programmation-2012/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/programmation-2012/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 12:46:41 +0000</pubDate>
		<dc:creator>Charlene</dc:creator>
				<category><![CDATA[Les groupes 2012]]></category>

		<guid isPermaLink="false">http://www.megascene.org/?p=629</guid>
		<description><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$("#nom_input").next().text("");tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}tab_error[1] = ""; if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");tab_error[2] = "Mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$("#mail_input").next().text("");message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$("#objet_input").next().text("");tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$("#message_input").next().text("");tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#132F44" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

&#160; VENDREDI 8 JUIN 2012 &#160; SAMEDI 9 JUIN 2012 &#160; &#160;]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/programmation-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spectacle pour enfants &#8211; St Colomban</title>
		<link>http://www.megascene.org/festival-eco-citoyen/spectacle-pour-enfants-st-colomban/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/spectacle-pour-enfants-st-colomban/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 07:23:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spectacle enfants]]></category>
		<category><![CDATA[festival]]></category>
		<category><![CDATA[megascene]]></category>
		<category><![CDATA[spectacle enfants]]></category>
		<category><![CDATA[st colomban]]></category>

		<guid isPermaLink="false">http://www.megascene.org/?p=480</guid>
		<description><![CDATA[Spectacle pour enfants - 
A LA SALLE DES SPORTS (Salle René Julien) DE ST COLOMBAN]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/spectacle-pour-enfants-st-colomban/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tri Bleiz Die</title>
		<link>http://www.megascene.org/festival-eco-citoyen/tri-bleiz-die/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/tri-bleiz-die/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 08:41:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les groupes 2010]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[festival open air]]></category>
		<category><![CDATA[Tri Bleiz Die]]></category>

		<guid isPermaLink="false">http://www.megascene.org/festival/?p=223</guid>
		<description><![CDATA[Groupe de punk rock nantais, chantant uniquement en breton, il mélange des intruments traditionnels (bombarde, flûte) avec les instruments typiques du punk-rock]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/tri-bleiz-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La Sheeke Groove Station</title>
		<link>http://www.megascene.org/festival-eco-citoyen/la-sheeke-groove-station/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/la-sheeke-groove-station/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 08:38:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les groupes 2010]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[festival open air]]></category>
		<category><![CDATA[La Sheeke Groove Station]]></category>

		<guid isPermaLink="false">http://www.megascene.org/festival/?p=219</guid>
		<description><![CDATA[Début 2007, The Duke (guitare) et The Crazy Wiseman (chant), une poignée de compositions en poche, le coeur tourné vers le groove, décident de s’entourer d’une équipe de choc pour tenter la grande aventure..]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/la-sheeke-groove-station/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IAM</title>
		<link>http://www.megascene.org/festival-eco-citoyen/iam/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/iam/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 08:36:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les groupes 2010]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[festival open air]]></category>
		<category><![CDATA[IAM]]></category>

		<guid isPermaLink="false">http://www.megascene.org/festival/?p=216</guid>
		<description><![CDATA[Le groupe de rap marseillais IAM est devenu en 20 ans une valeur incontournable du paysage musical français.]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/iam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Les Plastiscines</title>
		<link>http://www.megascene.org/festival-eco-citoyen/les-plastiscines/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/les-plastiscines/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 08:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les groupes 2010]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[festival open air]]></category>
		<category><![CDATA[Les Plastiscines]]></category>

		<guid isPermaLink="false">http://www.megascene.org/festival/?p=213</guid>
		<description><![CDATA[Elles font la couverture de Rock &#038; Folk en mars 2007, et alors que leur premier album n'était pas encore sorti, on a pu également les voir à la télévision dans des émissions telles que le Grand Journal et Taratata]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/les-plastiscines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jim Murple Memorial</title>
		<link>http://www.megascene.org/festival-eco-citoyen/jim-murple-memorial/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/jim-murple-memorial/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 08:30:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les groupes 2010]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[festival open air]]></category>
		<category><![CDATA[Jim Murple Memorial]]></category>

		<guid isPermaLink="false">http://www.megascene.org/festival/?p=209</guid>
		<description><![CDATA[Jim Murple Memorial est un groupe de Rhythm'n'Blues jamaïcain/Rocksteady/Ska composé de sept musiciens comme le célébre Jim Murple auquel le groupe rend hommage.]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/jim-murple-memorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Spewmen</title>
		<link>http://www.megascene.org/festival-eco-citoyen/the-spewmen/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/the-spewmen/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 08:28:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les groupes 2010]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[festival open air]]></category>
		<category><![CDATA[The Spewmen]]></category>

		<guid isPermaLink="false">http://www.megascene.org/festival/?p=205</guid>
		<description><![CDATA[Depuis 1984, ce groupe joue du Rock basique, brut, mélodique, distordu et fort. Après de nombreux concerts et tournées au cours des 20 dernières années]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/the-spewmen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bermuda Brass Band</title>
		<link>http://www.megascene.org/festival-eco-citoyen/bermuda-brass-band/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/bermuda-brass-band/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 08:24:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les groupes 2010]]></category>
		<category><![CDATA[Bermuda Brass Band]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[festival open air]]></category>

		<guid isPermaLink="false">http://www.megascene.org/festival/?p=200</guid>
		<description><![CDATA[Batterie-mobile, guitare électrique et section cuivre survitaminée, le Bermuda Brass Band impose le funk partout où il passe]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/bermuda-brass-band/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le Grenier Magique</title>
		<link>http://www.megascene.org/festival-eco-citoyen/le-grenier-magique/</link>
		<comments>http://www.megascene.org/festival-eco-citoyen/le-grenier-magique/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 08:21:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Les groupes 2010]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[festival open air]]></category>
		<category><![CDATA[Le Grenier Magique]]></category>

		<guid isPermaLink="false">http://www.megascene.org/festival/?p=196</guid>
		<description><![CDATA[25 ans après, la Frousse, Dodo, Ouin-Ouin et Brutos se retrouvent dans le grenier de leur enfance. Ils évoquent en chansons leur jeunesse ponctuée de joies et de peines, de colères et d'amitiés]]></description>
		<wfw:commentRss>http://www.megascene.org/festival-eco-citoyen/le-grenier-magique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

