@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;
	
	
	background-image: none;
}
html {
	background-image: none;
}
/* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */
 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,  #icones {
   display: none !important;
 }
 #recherche_smartphone{
	display:inline;
	width:100%;
	float:left;
	}

	
	

 /* Un message personnalisé */
 body2:before {
	content: "Version mobile du site";
	display: block;
	color: #777;
	text-align: center;
	font-style: italic;
	background-color: #FFF;
	background-image: none;
 }
 
#mon_caddie a{
	font-size: 18px;
	color: #903;
	text-decoration: none;
	 
	 }
 
 #recherche{
	 display:none;
	 }
#conteneur {
	margin-top: 0px;
	display: inline;
	float: left;
	width: 100%;
}
#entete2 {
	display: none;
	float: left;
	width: 100%;
	background-color: #ED9920;
}
#logo {
	display: inline;
	float: left;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #A2967E;
	border-bottom: 1px solid #E0E0E0;

}

#logo img{
	max-width:100%;
	height : auto;
	
	}

#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;

}


#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;

}
#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;
}
#logo_mobile {
	display: inline;
	float: left;
	width: 100%;
	background-image: url(images/fond_logo_mobile.png);
	background-repeat: repeat-x;

}
#logo_mobile img{
	float: left;
	width: 100%;

	height:auto;

}

#slogan {
	padding-left: 10px;
}

#banniere {
	display: none;
}
#contenu {
	display: inline;
	width: 100%;
	float: left;
	background-color: #FFF;
}
#corps {
	display: inline;
	float: left;
	color: #666666;
	font-size: 14px;
	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: #827150;
	text-decoration: none;
}
#corps h1 {
	font-size: 1.5em;
	color: #827150;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Cinzel', serif;
}
#corps h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #827150;
	margin-top: 7px;
	margin-bottom: 7px;
}
#corps p {
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: justify;
}

#menu {
	width: 100%;
	display:inline;
	float:left;
	color: #53595D;
}

#menu a    {
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 2%;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
	display: block;
	text-decoration: none;
	background-image: url(iphone/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #767676;
	width: 96%;
}

#nav {
	width: 100%;
	display:inline;
	float:left;
	color: #53595D;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#nav li {
	float: left;
	width: 100%;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul   li 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: #767676;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 14px;
}
#sous_menus  {
	padding: 0px;
	list-style-type: none;
	width: 100%;
	display: block;
	float: left;
	font-family: 'Expletus Sans', cursive;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sous_menus li a {
	color: #6E6E6E;
	background-repeat: repeat-x;
	width: 337px;
	font-size: 14px;
	min-height: 34px;
	float: left;
	margin-left: 15px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 5px;
	display: block;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sous_menus li a:hover {
	color: #827150;
}
#sous_menus a.menu_selected {
	color: #9c0606;
	font-weight: 600;
}

#sous_menu h3{
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #424242;
	margin-top: 20px;
	margin-left: 20px;
	width: 337px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	margin-bottom: -8px;
	padding-bottom: 10px;
	}

.prix_demande{
	color:	#9D0506;	
	font-weight: 600;
	}

#shop {
	display: inline;
	float: left;
	width: 100%;
}
#shop img{
	margin-right:10px;
	}

#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: 97%;
	background-color: #102167;
	font-size: 12px;
	color: #CDCAC5;
	padding-left: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	}
#bas a {
	color: #CDCAC5;
	text-decoration: none;
}
#pied {
	display: inline;
	float: left;
	width: 100%;
	background-color: #F2F2F2;
	padding-top:15px;
	padding-bottom: 15px;
}
#pied a {
	color: #787B85;
	font-size: 16px;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}



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



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;
}

		

} 
