@media only screen and (max-device-width: 767px) {
body,div,p,tr,td,table,h1,h2,h3,h4,h5,h6,form,hr,img,a,li {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: auto;
	background-image: none;
}
html {
	background-image: none;
}



/* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */
 img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
   max-width: 100%;
 }
/* conserver le ratio des images et empecher les débordements de boîtes dus aux border ou padding */
 img {
   height: auto; width: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }

 /* gestion des mots longs */
 textarea, table, td, th, code, pre, samp {
   word-wrap: break-word; /* passage a la ligne forcé */
   -webkit-hyphens: auto; /* césure propre */
   -moz-hyphens: auto;
   hyphens: auto;
 }
 code, pre, samp {
   white-space: pre-wrap; /* passage a la ligne spécifique pour les éléments a châsse fixe */
 }

 /* Passer a une seule colonne (a appliquer aux éléments multi-colonnes) */
 element1, element2 {
   float: none;
   width: auto;
 }

 /* masquer les éléments superflus */
 .hide_mobile {
   display: none !important;
 }

 /* Un message personnalisé */
 body:before {
	content: "Version mobile du site";
	display: block;
	color: #777;
	text-align: center;
	font-style: italic;
	background-color: #FFF;
	background-image: none;
 }
#conteneur {
	margin-top: 0px;
	display: inline;
	float: left;
	width: 100%;
}
#entete {
	display: inline;
	float: left;
	width: 100%;
	background-image: none;
	background-color: #FFF;
	}
#slogan {
	padding-left: 10px;
}
#logo {
	display: none;
}
#logo_mobile {
	text-align: center;
	display: inline;
	float: left;
	width: 100px;
}

#langue {
	display: inline;
	float: left;
	width: 100%;
	text-align: right;
}
#langue a {
	font-size: 10px;
	color: #857F29;
	text-decoration: none;
	display: block;
	height: 13px;
	width: 17px;
}

#langue a.fr {
	background-image: url(images/fr.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#langue a.de {
	background-image: url(images/de.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 10px;

}


#langue a.it {
	background-image: url(images/it.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#langue a.en {
	background-image: url(images/en.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 10px;

}
#langue a.pt {
	background-image: url(images/pt.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#langue a.es {
	background-image: url(images/es.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#langue a.fr:hover {
	background-position: left;
}
#langue a.de:hover {
	background-position: left;
}

#langue a.it:hover {
	background-position: left;
}
#langue a.en:hover {
	background-position: left;
}

#langue a.es:hover {
	background-position: left;
}
#langue a.pt:hover {
	background-position: left;
}

#banniere {
	display: inline;
	width:100%;
}
#barre {
	display: inline;
	width: 100%;
	height: 10px;
	float: left;
	background-color: #46b69a;
}
#contenu_centrage {
	width: 100%;
}
#site {
	display: inline;
	width: 100%;
	background-color: #FFF;
	float: left;
}
#contenu_fond{
	display: inline;
	float: left;
	width: 100%;
	}
#corps {
	display: block;
	width: 100%;
	color: #666666;
	font-size: 1.2em;
	float: left;
}
#contenu {
	display: inline;
	width: 100%;
	float: left;
	background-color: #FFF;
}
#corps {
	display: inline;
	float: left;
	color: #666666;
	font-size: 12px;
	padding: 5%;
	width: 90%;
	background-color: #FFF;
}
#corps hr {
	color: #D7D9DB;
	background-color: #D7D9DB;
	height: 1px;
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#news  a {
	text-decoration: none;
}

#corps a {
	color: #4ec1b0;
}
#corps h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #4ec1b0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#corps h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #4ec1b0;
	margin-top: 7px;
	margin-bottom: 7px;
}
#corps p {
	margin-top: 7px;
	margin-bottom: 7px;
}
#nav {
	width: 100%;
	display:inline;
	float:left;
	color: #53595D;
}


#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	float: left;
	width: 100%;
}

#nav li a, #nav a  {
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
	display: block;
	text-decoration: none;
	background-image: url(images/iphone/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #4c4c4c;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 14px;
}

#smenu ul li a {
	color: #333;
		font-size: 18px;
	display: block;
	text-decoration: none;
	line-height: 30px;
	color: #666;
}
#smenu ul {
	width: 100%;
	list-style-type: square;
	float: left;
}



#slogan {
	float: left;
	margin-right: 10px;
	}
	
	
#slogan h2,#slogan h3 {
	font-size: 14px;
	color: #FFFFFF;
	}


.tab_abonement td {
	padding: 2px;
	font-size: 0.6em;
}

#shop {
	display: inline;
	float: left;
	width: 100%;
}

#shop h2 {
	font-size: 12px;
}
#shop h3 {
	font-size: 12px;
}
#shop h4 {
	font-size: 12px;
}
#shop .champ_nbr {
	width: 20px;
}
#shop_galerie {
	display: inline;
	float: left;
	width: 210px;
	padding-bottom: 20px;
}
#shop_galerie   a   img, #shop_detail a img {
	border: 1px solid #333333;
	
}
#shop_detail {
	display: inline;
	float: left;
	width: 100%;
	margin-left: 16px;
	padding-bottom: 20px;
}
#shop_article h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#shop_article h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#shop_article  h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
#bas {
	display: inline;
	float: left;
	width: 100%;
	background-color: #b3b3b3;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#slogan {
	display: inline;
	float: left;

	color: #FFF;
	background-color: #B3B3B3;
}




#pied {
	display: inline;
	float: left;
	width: 100%;
	background-color: #333333;
	color: #b3b3b3;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 0.5em;
}


#pied a {
	text-decoration: none;
	color: #b3b3b3;
}

.barre {
	text-decoration: line-through;
	font-weight: normal;
}
.barre {
	text-decoration: line-through;
	font-weight: normal;
}
#caddie {
	background-color: #CCCCCC;
	display: inline;
	float: right;
	width: 100%;
}
#caddie .champ_nbr_small {
	width: 12px;
}

.selectionne {
	font-weight: bold;
	color: #333;
}

#modele {
	background-color: #FFFFFF;
	display: inline;
	padding: 10px;
	float: left;
	height: 400px;
	width: 100%;
	margin-bottom: 50px;
	border: 1px solid #999;
	overflow: scroll;
}

.entete {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #63bdb3;
}

.your_email {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.tab_color td{
	margin: 0px;
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.tab_color tr:nth-child(2n+0) {
	background-color: #E5E5E5;
}
.tab_color tr:nth-child(2n+1) {
	background-color: #C8C8C8;
}



a.agenda {
	position:relative;
	text-decoration: none;
	font-weight: bold;
}
a:hover.agenda {
  text-decoration: none; 
  background: none;
}
a.agenda span {display: none;}
a:hover.agenda span {
	display: inline;
	position: absolute;
	top:-1.5em;
	left:3em;
	z-index: 20;
	color: #333;
	border: 1px solid #333;
	width:100%;
	text-align:center;
	font-weight:normal;
	font-size: 10px;
	line-height:12px;
	padding:2px 4px;
	background-color: #CCC;
}

		@media (max-device-width:767px) and (orientation: portrait) {
		  #logo img {
			 width:80%;
			 height:80%;
		  }
		}
}