@charset "ISO-8859-1";
nav {
		background-repeat:no-repeat;
			background-attachment:scroll;
			font-size:1em;
	}
nav a {
}
nav a:hover {
}
media_nav {
}
header {
		background-repeat:no-repeat;
			background-attachment:scroll;
			font-size:1em;
	}
header a {
}
header a:hover {
}
media_header {
}
section#contenu {
		background-repeat:no-repeat;
			background-attachment:scroll;
			font-size:1em;
	}
section#contenu a {
}
section#contenu a:hover {
}
media_section#contenu {
}
footer {
		background-repeat:no-repeat;
			background-attachment:scroll;
			font-size:1em;
	}
footer a {
}
footer a:hover {
}
media_footer {
}
h1 {
		font-size:1em;
			background-repeat:no-repeat;
	}
h2 {
		font-size:1em;
			background-repeat:no-repeat;
	}
h3 {
		font-size:1em;
			background-repeat:no-repeat;
	}
h4 {
		font-size:1em;
			background-repeat:no-repeat;
	}

@media screen and (max-width: 763px) {
nav {
	background-image : none;
				
}

header {
	background-image : none;
				
}

section#contenu {
	background-image : none;
				
}

footer {
	background-image : none;
				
}

}