@media screen and (max-width: 480px) {

body {
	min-width: 480px;
	background: #fff;
}

section {
	padding-top: 0px;
}

h1 {
	font-size: 3em;
}

.subpage-wrapper h1 a {
	display: none;
}

.clear {
	display: none;
}

.wrapper {
	width: 480px;
	position: relative;
	margin: 0px -240px;
}

.subpage-wrapper {
	width: 100%;
	position: relative;
	top: -150px;
}

.topBar {
	width: 480px;
	height: 90px;
	position: relative;
	z-index: 5;
	top: 0px;
	background-image: url('../img/logo-mobile.png');
	background-position: center;
	background-repeat: no-repeat;
}

.topLogo {
	display: none;
}

.topMenu {
	display: none;
}

.topMenu-mobile {
	display: block;
	width: 100%;
	height: 40px;
	background: #ffcc33;
	position: relative;
	z-index: 5;
}

.topMenu-mobile ul li {
	padding-top: 5px;
	float: left;
}

.topMenu-mobile ul li:first-child {
	margin-left: 25px;
}

.topMenu-mobile ul li a {
	padding: 20px;
	font-size: 1.8em;
	color: #fff;
}

.submenu {
	display: none;
}

.imgDisplay {
	display: none;
}

.window {
	display: none;
}

.popupWindow {
	display: none;
}

.content {
	width: 100%;
	margin-top: -130px;
}

.bodyMenu {
	display: none;
}

.bodyMenu-mobile {
	display: block;
	margin-left:3px;
	margin-top: -160px;
}

.bodyMenu-mobile ul li {
	float: left;
}

.bodyMenu-mobile img {
	margin: 10px;
}

.slideshow {
	display: none;
}

.content p {
	width: 90%;
	font-size: 1.7em;
	margin: 30px auto;
}

.content p > a {
	display: none;
}

#nouvelles {
	display: none;
}

.half {
	width: 90%;
}

.images {
	display: none;
}

.images_m {
	display: block;
	width: 450px;
	margin: 0 auto;
}

.images_m img {
	margin-bottom: 25px;
}

.images_m img:first-child {
	margin-top: 25px;
}

.products {
	display: none;
}

.products_m {
	display: block;
}

.products_m table {
	width: 100%;
}

.products_m thead td {
	text-align: left;
	color: #fff;
	background: #898989;
	padding: 5px;
	font-size: 2em;
	font-weight: 300;
}

.products_m table td {
	text-align: center;
	border: 1px solid #e8e8e8;
}

.products_m table td a {
	width: 200px;
	margin: 0 auto 20px;
	padding: 10px 0;
	color: #898989;
	background: #e8e8e8;
	font-size: 160%;
	display: block;
}

.footer {
	display: none;
}

}