

header,
footer,
nav,
aside,
section,
article {
	display: block;
}

.alaligne {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.admin_calque {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	
	background-color: #dddddd;
	opacity: 0.5;
  filter:alpha(opacity=50);	
}

.bouton_menu_modif {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
}

.bouton_menu_modif a img {
	border: 0px;
}

#boutons_connecte {
}


#cadre_boutons_connecte {
  width: 100%;
	height: 26px;
	line-height: 26px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;

	background-color: #1D4487;

  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);

  border-bottom: 4px solid #B9D3F4;
}

#cadre_boutons_connecte .bandeau_bouton {
	display: block;
	height: 26px;
	line-height: 26px;
	float: left;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#cadre_boutons_connecte a {
	display: block;
	height: 26px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}

#cadre_boutons_connecte a:hover {
	color: #B9D3F4;

  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

#cadre_boutons_connecte a#bandeau_admin {
	padding-left: 22px;
}

#cadre_boutons_connecte a#bandeau_site {
	display: none;
}

#cadre_boutons_connecte a#bandeau_deconnexion {
	padding-left: 22px;
}

hr {
	border: 1px
}

#bandeau_print {
	display: none;
}

html {
	width: 100%;
	min-height: 100%;
	margin: auto;

  background-color: #1d4487;
}

body {
  min-height: 100%;
	margin: 0px auto;

	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #555555;

  background-image: url(http://www.resto-63.com/commun/modeles/commun/structure/img/fond-body.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #ffffff;
}


#bandeau {
  width: 994px;
  height: 126px;
  margin: 0px auto;

  background-image: url(http://www.resto-63.com/commun/modeles/commun/structure/img/bandeau.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}

#bandeau a#logo {
  display: block;
  width: 402px;
  height: 126px;
  float: left;
}



#menu_h  {
  width: 994px;
  margin: 20px auto;
  margin-bottom: 20px;
  overflow: auto;
}

#menu_h dl {
  width: 199px;
  height: 40px;
  margin: 0px;
  float: left;

  background: #e0e0e0; /* Old browsers */
  background: -moz-linear-gradient(top,  #e0e0e0 0%, #b4b3b3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#b4b3b3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e0e0e0 0%,#b4b3b3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e0e0e0 0%,#b4b3b3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e0e0e0 0%,#b4b3b3 100%); /* IE10+ */
  background: linear-gradient(top,  #e0e0e0 0%,#b4b3b3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#b4b3b3',GradientType=0 ); /* IE6-9 */
}

#menu_h dl:first-of-type {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#menu_h dl.votre_espace {
  width: 198px;
  margin: 0px;
  float: right;

  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  background: #f0a900; /* Old browsers */
  background: -moz-linear-gradient(top,  #f0a900 0%, #d59602 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0a900), color-stop(100%,#d59602)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f0a900 0%,#d59602 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f0a900 0%,#d59602 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f0a900 0%,#d59602 100%); /* IE10+ */
  background: linear-gradient(top,  #f0a900 0%,#d59602 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a900', endColorstr='#d59602',GradientType=0 ); /* IE6-9 */
}

#menu_h dl:hover.votre_espace {
  background: #b7b7b7; /* Old browsers */
  background: -moz-linear-gradient(top,  #b7b7b7 0%, #939494 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#939494)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* IE10+ */
  background: linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#939494',GradientType=0 ); /* IE6-9 */
}

#menu_h dl dt {
  width: 100%;
  line-height: 40px;
}

#menu_h dl dt a {
  display: block;
  width: 100%px;
  height: 40px;

  font-size: 13px;
  text-transform: uppercase;
  color: #555555;
  text-decoration: none;
  text-align: center;
}

#menu_h dl.votre_espace dt a {  
  color: #ffffff;

  background-image: url(http://www.resto-63.com/commun/modeles/commun/structure/img/cadenas.png);
  background-repeat: no-repeat;
  background-position: 22px 8px;

}

#menu_h dl dt a:hover {  
  color: #ffffff;

  background: #b7b7b7; /* Old browsers */
  background: -moz-linear-gradient(top,  #b7b7b7 0%, #939494 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#939494)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* IE10+ */
  background: linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#939494',GradientType=0 ); /* IE6-9 */
}

#menu_h dl.votre_espace dt a:hover {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#menu_h dl dt.premier a:hover, 
#menu_h dl dt.premier-ssenfant a:hover { 
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#menu_h dl dt.premier-selected a,
#menu_h dl dt.premier-selected-ssenfant a,
#menu_h dl dt.dernier-selected a,
#menu_h dl dt.dernier-selected-ssenfant a,
#menu_h dl dt.defaut-selected a,
#menu_h dl dt.defaut-selected-ssenfant a {
  color: #ffffff;

  background: #b7b7b7; /* Old browsers */
  background: -moz-linear-gradient(top,  #b7b7b7 0%, #939494 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#939494)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* IE10+ */
  background: linear-gradient(top,  #b7b7b7 0%,#939494 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#939494',GradientType=0 ); /* IE6-9 */
}

#menu_h dl dt.dernier-selected a,
#menu_h dl dt.dernier-selected-ssenfant a {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;	
}

#menu_h dl dt.premier-selected a,
#menu_h dl dt.premier-selected-ssenfant a {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;	
}

#menu_h dl dd {
  width: 199px;
  margin: 0px;
  padding:0px;

  position: absolute;
  z-index: 999;
}

#menu_h dl dd.selected {
  display: none;
}

#menu_h dl dd ul {
  list-style-type: none;
  margin: 0px;
  padding:0px;

  background-color: #ffffff;
  border: 1px solid #555555;
  border-top: 0px;
}

#menu_h dl dd ul:hover {
  border-top: 7px solid #8dc63f;
}

#menu_h dl dd.selected ul:hover {
  border-top: 0px solid #8dc63f;
}

#menu_h dl dd ul li a {
  display: block;
  width: 153px;
  line-height: 25px;
  padding-left: 10px;

  font-size: 11px;
  text-decoration: none;
  color: #555555;
}

#menu_h dl dd ul li a:hover {
  color: #000000;
  background-color: #f7f7f7;
}

#page {
	width: 994px;
  margin: 30px auto 0px;
}

#page #texte h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

#page #texte h2 {
  font-size: 12px;
  font-weight: bold;
  color: #faa61a;
}

#page #texte h3 {
  font-size: 12px;
  font-weight: bold;
  color: #1d4487;
}

#page #texte p {
  margin-top: 0px;
  margin-bottom: 10px;
}

#page #texte .mise_en_avant {
  color: #1d4487;
}

#page #texte .note {
  font-size: 11px;
  color: #000000;
}

#page #texte a {
  text-decoration: underline;
  color: #8dc63f;
}

#page #texte a:hover {
  text-decoration: none;
}

#page #texte ul {
  list-style: none;
  margin: 0px;
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 0px;
}

#page #texte ul li ul {
  margin-bottom: 0px;
}

#page #texte ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#page #texte ul li:before {
  content: '- ';
  font-weight: bold;
  color: #faa61a;
}

#page #texte ul li ul li:before {
  content: '- ';
  font-weight: bold;
  color: #8dc63f;
}



#connexion_commune {
  width: 100%;
  height: 168px;
  padding-top: 20px;

  background-image: url(http://www.resto-63.com/commun/modeles/commun/structure/img/fond-connexion.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
}

#connexion_commune > div {
  width: 994px;
  height: 108px;
  margin: 0px auto;
  padding-top: 60px;

  background-image: url(http://www.resto-63.com/commun/modeles/commun/structure/img/fond-div-connexion.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#connexion_commune > div #connexion {
  float: left;
}

#connexion_commune > div fieldset {
  width: 400px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  
  border: 0px;
}

#connexion_commune > div fieldset legend {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

#connexion_commune > div fieldset label {
  display: block;
  width: 90px;
  line-height: 22px;
  margin-top: 10px;
  float: left;

  font-size: 12px;
  font-weight: bold;
  color: #1d4487;
}

#connexion_commune > div fieldset input {
  width: 230px;
  height: 20px;
  margin-top: 8px;
  padding-left: 5px;
  float: left;

  font-size: 12px;
  color: #555555;

  border: 1px solid #555555;
}

#connexion_commune > div fieldset .connecter {
  display: block;
  width: 30px;
  height: 21px;
  line-height: 21px;
  margin-top: 8px;
  margin-left: 10px;
  float: left;

  text-align: center;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;

  background-color: #faa61a;

  border: 1px solid #ffffff;
}

#connexion_commune > div ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#connexion_commune > div ul li a {
  display: block;
  width: 335px;
  padding-top: 3px;

  text-align: right;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}

#connexion_commune > div dt {
  margin-bottom: 10px;

  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #1d4487;
  text-decoration: none;
}

#connexion_commune > div dd ul li a {
  display: block;
  width: 335px;
  padding-top: 3px;

  text-align: left;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}

#connexion_commune > div dd ul li a:hover {
  color: #000000;
}

#connexion_commune > div #info_ville {
  width: 350px;
  height: 107px;
  float: right;

  background-image: url(http://www.resto-63.com/commun/modeles/commun/structure/img/infos-ville.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#baseline {
  width: 100%;
  height: 90px;
  padding-top: 20px;

  background-color: #1d4487;

  border-top: 5px solid #b1d0f1;
}

#baseline > div {
  width: 994px;
  margin: 0px auto;
}

#baseline #fidelium-net {
  display: block;
  width: 210px;
  height: 65px;
  margin: 0px;
  float: left;

  background-image: url(http://www.resto-63.com/commun/modeles/commun/structure/img/fidelium-blanc.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

#baseline a {
  margin-top: 20px;
  float: right;
  
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  text-align: right;
}


#ariane {
  margin-bottom: 20px;
}

.auth h1,
.compte h1 {
  margin: 0px;
  margin-bottom: 10px;

  font-size: 20px;
  font-weight: bold;
  color: #F35FB5;
}

.auth,
.compte {
  margin-bottom: 20px;

  color: #555555;
}

.information {
  margin-bottom: 15px;

  font-weight: bold;
  color: #000000;
}

.auth fieldset,
.compte fieldset {
  padding: 10px;

  border: 0px;
}

.auth fieldset label,
.compte fieldset label {
  display: block;
  width: 125px;
  height: 25px;
  margin-right: 10px;
  float: left;
}

.auth fieldset label.obligatoire,
.compte fieldset label.obligatoire {
  font-weight: bold;
}

.auth fieldset input,
.compte fieldset input {
  width: 200px;
  float: left;
  margin-right: 100px;
}

.auth fieldset .espacement_form,
.compte fieldset .espacement_form {
  clear: both;
  width: 100%;
  height: 10px;  
  margin-bottom: 10px;

  font-size: 0px;
}

#page #texte .auth fieldset a.bouton,
#page #texte .compte fieldset a.bouton {
  display: block;
  height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;

  line-height: 28px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;

  background-color: #8dc63f;
}

#page #texte .auth fieldset a:hover.bouton,
#page #texte .compte fieldset a:hover.bouton {
  background-color: #faa61a;
}

#page #contenu #texte ul.elements_menu {
	list-style-type: none;
	padding-bottom: 10px;
  margin: 0px;
  margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

#page #contenu #texte ul.elements_menu li {
  line-height: 20px;
  padding-left: 10px;  

  background-position: 0px 7px;
}

#page #contenu #texte ul.elements_menu li a,
#page #contenu #texte ul li a {
  color: #000000;
  text-decoration: none;
}


#page #contenu #texte ul.elements_menu li a:hover,
#page #contenu #texte ul li a:hover {
  color: #8dc63f;
  text-decoration: none;
}

#page #contenu #texte ul.elements_menu li ul {
  list-style-type: none;
  padding-left: 10px;
}

#page #contenu #texte ul.elements_menu li ul li {
  line-height: 20px;
  padding-left: 10px;  

  background-position: 0px 8px;
}

#page #contenu #texte ul.elements_menu li ul li a {
  font-size: 11px;
  color: #555555;
}
    
		


#page #texte .liste_actus  article {
  margin-top: 20px;
  padding-bottom: 20px;

  border-bottom: 1px solid #dddddd;
}

#page #texte .liste_actus  img {
  margin-right: 10px;
  float: left;
}

#page #texte .liste_actus  h2 {
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
}

#page #texte .liste_actus  p {
  margin: 0px;
  font-size: 12px;
}

#page #texte .liste_actus  article a {
  text-decoration: none;
  font-size: 11px;
  color: #faa61a;
}

#page #texte .liste_actus  a#toutes {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  float: right;

  text-decoration: none;
  font-size: 12px;
  text-align: center;
  color: #ffffff;

  background-color: #8dc63f;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: 0px 0px 5px 0px #999999;
  -moz-box-shadow: 0px 0px 5px 0px #999999;
  box-shadow: 0px 0px 5px 0px #999999; 
}

#page #texte .liste_actus  a:hover#toutes {
  background-color: #1d4487;
}


#page #texte .lien_retour {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  float: right;

  text-decoration: none;
  font-size: 12px;
  text-align: center;
  color: #ffffff;

  background-color: #8dc63f;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: 0px 0px 5px 0px #999999;
  -moz-box-shadow: 0px 0px 5px 0px #999999;
  box-shadow: 0px 0px 5px 0px #999999; 
}

#page #texte a:hover.lien_retour {
  background-color: #1d4487;
}
}


#page {
  overflow: auto;
}

#menu_v {
  width: 200px;
  margin-top: 15px;
  float: left;

  border-right: 1px solid #ebebeb;
}

#menu_v h1,
#page #texte #menu_v h1 {
  width: 190px;
  margin-top: 0px;
  
  font-size: 18px;
  font-weight: normal;
  color: #faa61a;
}

#menu_v dl {
  margin: 0px;
  padding: 0px;
}

#menu_v dl dt.premier,
#menu_v dl dt.premier-ssenfant {
  border-top:  1px solid #ebebeb;
}

#menu_v dl dt {
  border-bottom:  1px solid #ebebeb;
}

#menu_v dl dt a,
#page #texte #menu_v dl dt a {
  display: block;
  width: 155px;
  padding: 8px 10px;
  padding-left: 35px;

  font-size: 12px;
  text-decoration: none;
  color: #555555;
}

#menu_v dl dt a#porteur_accueil {
  background-image: url(http://www.resto-63.com/commun/modeles/page_large/img/accueil.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#menu_v dl dt a#porteur_infos {
  background-image: url(http://www.resto-63.com/commun/modeles/page_large/img/ma-fiche.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#menu_v dl dt a#porteur_mot {
  background-image: url(http://www.resto-63.com/commun/modeles/page_large/img/mot-passe.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#menu_v dl dt a#porteur_liste {
  background-image: url(http://www.resto-63.com/commun/modeles/page_large/img/commercant.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#menu_v dl dt a#porteur_deconnexion {
  background-image: url(http://www.resto-63.com/commun/modeles/page_large/img/deconnexion.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#menu_v dl dt a:hover {
  background-color: #ececec;
}

#menu_v dl dt.premier-selected a,
#menu_v dl dt.premier-ssenfant-selected a,
#menu_v dl dt.defaut-selected a,
#menu_v dl dt.defaut-ssenfant-selected a,
#menu_v dl dt.dernier-selected a,
#menu_v dl dt.dernier-ssenfant-selected a {
  background-color: #ececec;
}

#menu_v dl dd {
  margin: 0px;
  padding: 0px;

  border-bottom:  1px solid #ebebeb;
}

#menu_v dl dd.vide {
  border-bottom:  0px;
}

#menu_v dl dd ul {
  list-style: none;
  margin: 6px 0px;
  padding: 0px;
  padding-left: 25px;
}

#menu_v dl dd ul li {
  margin: 0px;
  padding: 0px;
  padding-left: 7px;

  background-image: url(http://www.resto-63.com/commun/modeles/page_large/img/puce-menu.gif);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}

#menu_v dl dd ul li a {
  display: block;
  padding: 3px 3px;

  font-size: 11px;
  text-decoration: none;
  color: #555555;
}

#menu_v dl dd ul li a:hover {
  color: #faa61a;
  font-weight: bold;
}

#menu_v dl dd ul li.premier-selected a,
#menu_v dl dd ul li.defaut-selected a,
#menu_v dl dd ul li.dernier-selected a {
  color: #8dc63f;
  font-weight: bold;
}


#fil_ariane {
  font-size: 10px;
  color: #959595;
}

#fil_ariane a {
  text-decoration: none;
  font-size: 10px;
  color: #959595;
}

#fil_ariane a:hover {
  color: #000000;
}


#texte {
  width: 994px;
}


#espace_porteur {
  overflow: auto; 

}

#espace_porteur #porteur_texte {
  width: 760px;
  float: right;
}

#espace_porteur #porteur_texte h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

table.listing {
  width: 100%;
  border: 1px solid #dddddd;
}

table.listing tr th {
  padding: 5px;

  color: #ffffff;

  background-color: #8dc63f;
}

table.listing tr td {
  padding: 10px 5px;
}

table.listing tr td.somme {
  text-align: right;
}

table.listing tr:nth-child(even) {
  background-color: #ececec;
}

table.listing tr:hover {
  background-color: #c3c1c1;
}

#espace_porteur fieldset {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 2px;
  border: 1px solid #dddddd;
}

#espace_porteur fieldset legend {
  line-height: 20px;
  margin-left: 15px;
  padding: 0px 10px;
  
  color: #faa61a;
  font-weight: bold;
}

#espace_porteur fieldset div {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 10px;
  float: left;
}

#espace_porteur fieldset > div:nth-child(even) {
  background-color: #f6f4f4;
}

#espace_porteur fieldset label {
  display: block;
  width: 155px;
  margin-left: 20px;
  margin-right: 0px;
  float: left;

  line-height: 18px;
}

#espace_porteur fieldset label.obligatoire {
  font-weight: bold;
}

#espace_porteur fieldset label.secondaire {
  width: auto;
  margin-left: 5px;
  padding-top: 3px;

  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

#espace_porteur fieldset .radios {
  width: 170px;
  float: left;
  font-weight: bold;

  line-height: 18px;
}

#espace_porteur fieldset span.checkbox {
  display: block;
  width: 70%;
  margin-bottom: 10px;
  float: left;
}

#espace_porteur fieldset span.checkbox > div {
  width: auto;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

#espace_porteur fieldset span.checkbox > div:nth-child(even) {
  background-color: transparent;
}

#espace_porteur fieldset input {
  width: 170px;
  height: 18px;
  line-height: 18px;
  margin-right: 0px;
  padding-left: 5px;
  float: left;

  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#espace_porteur fieldset input + span.tiret {
  float: left;
  display:inline-block;
  margin:0 5px;
  line-height:18px;
}

#espace_porteur fieldset input[type=radio],
#espace_porteur fieldset .listing input[type=radio],
#espace_porteur fieldset input[type=checkbox] {
  width: 20px;
  float: left;
}

#espace_porteur fieldset select {
  width: 175px;
  float: left;
}

#espace_porteur .bouton,
#page #texte #espace_porteur .bouton {
  margin: 5px;
  padding: 5px 10px;
  float: right;

  color: #ffffff;
  text-decoration: none;

  background-color: #8dc63f;
}

#espace_porteur .bouton:hover,
#page #texte #espace_porteur .bouton:hover {
  background-color: #faa61a;
}

.information {
  width: 50%;
  margin: 10px 35%;
  padding: 10px;

  text-align: center;
  color: #8dc63f;
  font-weight: bold;

  border: 1px solid #8dc63f;
}

#espace_porteur fieldset .listing input {
  width: 90px;
  height: 18px;
  padding-left: 5px;
  float: left;

  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#espace_porteur fieldset .listing select {
  width: 90px;
  float: left;
}

#espace_porteur fieldset input.court,
select.court {
  min-width: 100px;
}

#espace_porteur fieldset input.moyen,
select.moyen {
  width: 150px;
}

#espace_porteur fieldset input.court_chiffre {
  width: 100px;
  text-align: right;
}

#espace_porteur fieldset input.tres_court_chiffre {
  width: 50px;
  text-align: right;
}
#espace_porteur fieldset select.tres_court_chiffre {
  width: 60px;
  text-align: right;
}

#espace_porteur fieldset input.moyen_chiffre {
  width: 150px;
  text-align: right;
}


#espace_porteur fieldset input#num_carte_back_2{
  width: 30px;
  text-align: center;
}
#espace_porteur fieldset input#num_carte_back_3{
  width: 20px;
  text-align: center;
}



#espace_porteur .un_champ {
  display:inline-block;
  width:50%;
  float:left;
  padding-top:5px;
}

#espace_porteur .picto_aide {
  display:inline-block;
  height:20px;
  width:20px;
  vertical-align:middle;
  background-image:url(/commun/modeles/commun/structure/img/picto-aide.png);
  position:relative;
  cursor:pointer;
}


#calque_fond {
  display:none;
  background:rgba(0,0,0,0.7);
  height:100%;
  width:100%;
  position:fixed;
  z-index:9998;
  top:0;
  left:0;
}

#aide_carte {
  position:absolute;
  top:20px;
  width:450px !important;
  left:50%;
  margin-left:-200px;
  padding:35px 20px 20px 20px !important;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  z-index:9999;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 0 3px #000;
  -moz-box-shadow:0 0 3px #000;
  box-shadow:0 0 3px #000;
  background:#fff;
}

#ferme_aide_carte {
  display:block;
  height:22px;
  width:22px;
  background-image:url(/commun/modeles/commun/structure/img/close.png);
  cursor:pointer;
  position:absolute;
  top:5px;
  right:5px;
}

#aide_carte img {
  max-width:100%;
}




#page #texte #liste_commercants h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

#page #texte #liste_commercants h1 a {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #8dc63f;

  float: right;
}

#page #texte #liste_commercants h1 a:hover {
  text-decoration: underline;
}

#page #texte #liste_commercants h2 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

#page #texte #liste_commercants #entete {
  overflow: auto;

  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ececec;
}


#page #texte #liste_commercants #entete nav {
  width: 420px;
  float: left;
}

#page #texte #liste_commercants #entete nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#page #texte #liste_commercants #entete nav ul li {
  line-height: 35px;
  padding-right: 2px;
  padding-left: 2px;

  float: left;
  font-size: 14px;
  color: #555555;
}

#page #texte #liste_commercants #entete nav ul li:before {
  content: '';
}

#page #texte #liste_commercants #entete nav ul li a {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;  
}

#page #texte #liste_commercants #entete nav ul li a:hover {
  color: #8dc63f;
}

#page #texte #liste_commercants #entete .affichage {
  width: 100px;
  height: 27px;
  padding-top: 8px;
  padding-left: 85px;
  float: left;
  border-left: 1px dashed #ececec;
}

#page #texte #liste_commercants #entete .affichage a {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  float: left;
  border: 1px solid #ececec;

  background-image: url(http://www.resto-63.com/commun/modeles/page_large/img/liste.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

#page #texte #liste_commercants #entete .affichage a:last-child {
  background-image: url(http://www.resto-63.com/commun/modeles/page_large/img/vignette.gif);
}

#page #texte #liste_commercants #entete .affichage a:hover {
  border: 1px solid #F35FB5;
}

#page #texte #liste_commercants #entete .recherche_adherent {
  width: 300px;
  height: 30px;
  float: right;
  padding-top: 5px;
  border-left: 1px dashed #ececec;
}

#page #texte #liste_commercants #entete .recherche_adherent div {  
  float: right;
}

#page #texte #liste_commercants #entete .recherche_adherent input {  
  border: 1px solid #555555;
  width: 191px;
  height: 18px;
  padding-left: 10px;
  float: right;

  font-size: 10px;
  color: #b8b6b6;

  -moz-border-radius: 5px 5px 5px 5px; 
  -webkit-border-radius: 5px 5px 5px 5px; 
  border-radius: 5px 5px 5px 5px;
}

#page #texte #liste_commercants #entete .recherche_adherent a {
  display: block;
  line-height: 20px;
  margin-left: 5px;
  float: right;

  font-size: 11px;
  font-weight: bold;
  color: #8dc63f;
  text-transform: uppercase;
  text-decoration: none;
}

.resultats,
#page #texte #liste_commercants #resultats {
  height: 28px;

  border-bottom: 1px dashed #ececec;

  font-size: 11px;
  color: #8dc63f;  
}

.resultats {
  margin-top: 10px;  
  margin-bottom: 10px;  
}

.resultats .multi_page,
#page #texte #liste_commercants .multi_page {
  margin-top: 10px;
  float: right;
}

.resultats .multi_page,
#page #texte #liste_commercants #resultats .multi_page {
  margin-top: 0px;
}

#page #texte .resultats a,
#page #texte .resultats span,
#page #texte #liste_commercants .multi_page a,
#page #texte #liste_commercants .multi_page span {
  line-height: 17px;
  margin-left: 5px;
  float: left;

  text-decoration: none;
  color: #555555;
}

#page #texte .resultats span,
#page #texte #liste_commercants .multi_page span {
  color: #faa61a;
}

#page #texte .resultats > span {
  color: #8dc63f;
}


#page #texte .resultats .fleche,
#page #texte #liste_commercants .multi_page .fleche {
  background-color: #ececec;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-left: 5px;
  float: left;

  text-align: center;
  color: #555555;

  border-radius: 10px;

  cursor: pointer;
}

.resultats .fleche:hover,
#page #texte #liste_commercants .multi_page .fleche:hover {
  background-color: #8dc63f;
  color: #ffffff;
}

#page #texte #liste_commercants #tri {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ececec;
}

#page #texte #liste_commercants #tri span {
  padding-right: 10px;
  padding-left: 10px;
  
  color: #999999;
}

#page #texte #liste_commercants select {
  width: 100px;
  padding:3px;
  margin: 0;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  background: #f8f8f8;
  color:#888;
  border:none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
}

#page #texte #liste_commercants select.categorie {
  width: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #page #texte #liste_commercants select {padding-right:18px}
}

#page #texte #liste_commercants #tri label {position:relative}
#page #texte #liste_commercants #tri label:after {
    content:'<>';
    font:11px 'Consolas', monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px;
    top: 0px;
    padding:0 0 0px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}

#page #texte #liste_commercants #tri label:before {
    content:'';
    right:6px;
    top:0px;
    width:18px;
    height:18px;
    background-color:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

#page #texte #liste_commercants .un_element {
  overflow: auto;
  clear: both;

  padding: 10px;
  padding-bottom: 20px;

  position: relative;

  color: #555555;

  border-bottom: 1px dashed #ececec;
}
  
#page #texte #liste_commercants .sur_element:nth-child(even) div:nth-child(even) {  
  background-color: #fbf8f8;
}

#page #texte #liste_commercants .nom_categorie span {
  display: block;
  line-height: 25px;
  color: #000000;
  border-bottom: 1px dashed #ececec;
}

#page #texte #liste_commercants .un_element h2,
#page #texte #liste_commercants .un_element h2 a {
  margin-top: 0px;
  float: left;

  font-size: 16px;
  font-weight: normal;
  color: #8dc63f;
  text-decoration: none;
}

#page #texte #liste_commercants .un_element p {
  clear: both;
}

#page #texte #liste_commercants .un_element dl,
#page #texte #liste_commercants .un_element dt,
#page #texte #liste_commercants .un_element dd,
#page #texte #liste_commercants .un_element ul,
#page #texte #liste_commercants .un_element ul li {
  margin: 0px;
  padding: 0px;
}

#page #texte #liste_commercants .un_element dl {
  width: 600px;  
  float: left;
}

#page #texte #liste_commercants .un_element dt {
  width: 160px;
  margin-right: 20px;
  float: left;
}

#page #texte #liste_commercants .un_element dt img {
  border: 0px;
  width: 100%;
}

#page #texte #liste_commercants .un_element dd {
  width: 400px;
  float: left;
}

#page #texte #liste_commercants .un_element ul {
  list-style-type: none;
  width: 320px;
  margin-bottom: 10px;
  float: right;
}

#page #texte #liste_commercants .un_element ul li:before {
  content: '';
}

#page #texte #liste_commercants .un_element ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #faa61a;
  text-decoration: none;
}

#page #texte #liste_commercants .un_element ul li:last-child a:hover {
  color: #000000;
}

#page #texte #liste_commercants a.plus {
  padding-left: 3px;
  padding-right: 3px;

  position: absolute;
  bottom: 10px;
  right: 10px;

  color: #ffffff;
  text-decoration: none;
  ont-size: 11px;

  background-color: #8dc63f;
}

#page #texte #liste_commercants a:hover.plus {
  background-color: #faa61a;
}


div#cadre_localisation {
  width: 100%;
  height: 100%;
  overflow: auto;

  position: fixed;
  top: 0px;
  left: 0px;

  background-color: #efefef;
  background-color: rgba(0,0,0,0.2);
}

div#cadre_localisation > div{
  display: block;
  width: 974px;
  min-height: 300px;
  padding: 10px;
  border: 5px solid #dddddd;

  margin: 150px auto;

  background-color: #ffffff;
}

#page #texte div#cadre_localisation a#bouton_fermer {
  font-weight: bold;
  color: #8EC641;
  display: block;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  color: #fffff;
}

div#cadre_localisation a#bouton_refresh {
  font-weight: bold;
  color: #8EC641;
  display: block;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}

div#cadre_localisation a#bouton_refresh:hover,
div#cadre_localisation a#bouton_fermer:hover {
  color: #8EC641;
}

div#cadre_localisation div#localisation {  
  width: 465px;
  height: 400px;
  overflow: none;
  float: left;
  margin-top: 10px;
  margin-botom: 10px;
  
  border: 3px solid #ececec;
}

div#cadre_localisation div#panorama {
  width: 465px;
  height: 400px;
  float: right;
  margin-top: 10px;
  margin-botom: 10px;
  
  border: 3px solid #ececec;
}

div#localisation div#map_canvas,
div#panorama div#panorama_canvas {
  width: 100%;
  height: 400px;
}

div#cadre_localisation div#localisation div#curseur {
  position: relative;
  z-index: 100;
  top: -210px;
  height: 20px;
  width: 20px;
  margin: auto;
  background: url(http://www.resto-63.com/commun/modeles/page_large/img/p_viseur.gif );
  background-repeat: no-repeat;
}

fieldset#itineraire_formulaire {
  display: block;
  clear: both;
  margin-top: 30px;
  padding-top: 10px;
  float: left;

  border: 0px;
  border-top: 3px dashed #ececec;
}

fieldset#itineraire_formulaire legend {
  color: #8dc63f;
  font-weight: normal;
  font-size: 18px;

  margin-bottom: 10px;
}
 
fieldset#itineraire_formulaire label {
  display: block;
  float: left;
  width: 90px;
  padding-left: 15px;
}

#page #texte #liste_commercants fieldset#itineraire_formulaire label:after {
  content: '';
  background-color: #ffffff;
}

fieldset#itineraire_formulaire label:after {
  content: '';
  background-color: #ffffff;
}

fieldset#itineraire_formulaire input {
  display: block;
  float: left;
  width: 200px;
  border: 1px solid #ececec;
}

#contener #page #texte fieldset#itineraire_formulaire input#szItiCodePostal_PM {
  width: 75px;
}

#page #texte fieldset#itineraire_formulaire a {
  display: block;
  height: 20px;
  margin-top: 20px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;

  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;

  background-color: #8EC641;
 
  border-radius: 5px 5px 5px 5px; 
}

#page #texte fieldset#itineraire_formulaire a:hover {
  background-color: #BCD6F1;
}

div#itineraire_resultat {
  clear: both;
  font-size: 12px;
}

div#itineraire_resultat table {
  width: 100%;
}

div#itineraire_resultat table.adp-directions tr:nth-child(2n+1) {
  background-color: #ffffff;
}

div#itineraire_resultat table.adp-directions tr:hover {
  background-color: #efefef;
}

div#itineraire_resultat .adp-step, .adp-stepicon, .adp-substep {
  color: #000000;
  font-size: 12px;
}

@media (max-width:800px) {
  body {
    -webkit-text-size-adjust: 80%;
    background-image: none;
  }

  #bandeau {
    width: 100%;
    height: 120px;
    margin: 0px auto 10px;
    background-position: top left;
  }

  #menu_h {
  	width: auto;
  	height: auto;
    background-color: none;
    background: none;
    padding-bottom: 10px;

    border-bottom: 3px dashed #efefef;
  }

  #menu_h dl {
  	width: auto;
    margin: 10px;
    float: none;
  
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top,  #e0e0e0 0%, #b4b3b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#b4b3b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0e0e0 0%,#b4b3b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0e0e0 0%,#b4b3b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0e0e0 0%,#b4b3b3 100%); /* IE10+ */
    background: linear-gradient(top,  #e0e0e0 0%,#b4b3b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#b4b3b3',GradientType=0 ); /* IE6-9 */
  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  #menu_h dl.votre_espace {
    width: auto;
    margin: 10px;
    float: none;  	
  }
  
  #menu_h dl dt.premier-selected a,
  #menu_h dl dt.premier-selected-ssenfant a,
  #menu_h dl dt.defaut-selected a,
  #menu_h dl dt.defaut-selected-ssenfant a,
  #menu_h dl dt.dernier-selected a,
  #menu_h dl dt.dernier-selected-ssenfant a {
    border-radius: 5px;
  }
  
  #menu_h dl dt a:hover {
    border-radius: 5px;
  }
  
  #page {
  	width: 100%;
    margin-top: 0px;
  }
  
  #page aside {
  	width: 100%;
    margin-top: 0px;
    padding: 0px;
    float: none;
  }
  
  #page aside span {
  	margin-left: 20px;
  }

  #page aside ul {
    width: 96%;
  	margin: 20px;
  	margin-right: 0px;
  	margin-left: 15px;
    padding: 0px;
  }
  
  #page aside ul li {
  	width: 96%;
    margin: 10px auto;
  }
  
  #page aside ul li a {
  	width: auto;
    margin: auto;
  }

  #actus {
  	width: 95%;
    height: auto;
    margin: 20px;
    float: none;  
  }
  
  #actus article {
    width: 95%;
    margin: 0px;
    padding: 10px;
  }

  #contenu {
  	border: 0px;
    margin: 0px 20px;
  }

  #texte {
    width: auto;
    float: none;
  }

  #fil_ariane {
    clear: both;
    width: 100%;
    margin-top: 10px;
    padding-top: 20px;
  	float: none;

    border-bottom: 1px solid #efefef;
  }

  #menu_v {
    width: 100%;
  	float: none;
    border: 0px;
  }

  #menu_v dl {
    display: inline-block;
    vertical-align: text-top;
    width: 30%;
    margin: 5px;
  }

  #menu_v dl dt {
    border: 0px;
  }

  #menu_v dl dt.premier,
  #menu_v dl dt.premier-ssenfant {
    border: 0px;
  }

  #menu_v dl dt a {
    width: 90%;
    border-radius: 3px;
    background-color: #efefef;
  }

  #menu_v dl dt.premier-selected a,
  #menu_v dl dt.premier-ssenfant-selected a,
  #menu_v dl dt.defaut-selected a,
  #menu_v dl dt.defaut-ssenfant-selected a,
  #menu_v dl dt.dernier-selected a,
  #menu_v dl dt.dernier-ssenfant-selected a {
    background-color: #999999;
    color: #ffffff;
  }

  #menu_v dl dt a:hover {
    background-color: #999999;
  }

  #menu_v dl dd {
    border: 0px;
  }

  #menu_v dl dd ul {
    margin-top: 0px;
    border: 1px solid #efefef;
    border-top: 0px;
  }

  #page #texte #liste_commercants #tri span {
    clear: both;
    display: block;
    line-height: 20px;
    padding-left: 0px;
  }

  #page #texte #liste_commercants .un_element {
    width: 100%;
  }

  #page #texte #liste_commercants .un_element dl {
    width: 60%;
  }

  #page #texte #liste_commercants .un_element dt {
    width: 30%;
  }

  #page #texte #liste_commercants .un_element dd {
    width: 60%;
  }

  #page #texte #liste_commercants .un_element ul {
    width: 35%;
  }

  div#cadre_localisation {
    width: 100%;
    min-height: 300px;
  }

  div#cadre_localisation div#localisation,
  div#cadre_localisation div#panorama {
    width: 95%;
    height: 400px;
    margin: 10px auto;
    float: none;
  }

  fieldset#itineraire_formulaire label,
  fieldset#itineraire_formulaire input {
    margin-bottom: 10px;
  }

  #espace_porteur #porteur_texte {
  	width: 100%;
  }

  #espace_porteur fieldset label {
  	width: 22%;
  }

  #espace_porteur fieldset .radios {
  	width: 22%;
  }

  #espace_porteur fieldset input {
  	width: 22%;
  }

  #espace_porteur fieldset select {
  	width: 22%;
  }

  #connexion_commune > div {
  	width: 100%;
  }

  #connexion_commune > div #connexion {
  	float: none;
  }

  #connexion_commune > div dt {
    margin-left: 20px;
  }

  #connexion_commune > div #info_ville {
  	display: none;
  }

  #baseline > div {
  	width: 95%;
  } 
}


@media screen and (max-width: 640px) { 
  body {
    -webkit-text-size-adjust: 80%;
  }

  #bandeau {
  	background-image: none;
    margin-bottom: 0px;
  }

  #bandeau a#logo {
  	width: 100%;

    background-image: url(http://www.resto-63.com/commun/modeles/commun/structure/img/bandeau.jpg);
    background-repeat: no-repeat;
    background-position: top left;
  }
  
  #page aside {
    width: 96%;
    margin-top: 0px;
    padding: 0px;
    float: none;
  }

  #actus {
    width: 90%;
  }

  #contenu {  
    display : -moz-box;
    display : -webkit-box;
    display : box;
    
    -moz-box-orient : vertical;  
    -webkit-box-orient : vertical;    
    box-orient : horizontal;
  }

  #menu_v {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 3px dashed #efefef;
  
    -moz-box-ordinal-group : 3;
    -webkit-box-ordinal-group : 3;
    box-ordinal-group : 3;
  }

  #menu_v h1 {
    display: none;
  }

  #menu_v dl {
    display: inline-block;
    vertical-align: text-top;
    width: 45%;
    margin: 5px;
  }
  
  #fil_ariane {
    margin: 0px;
    padding-top: 5px;
  
    -moz-box-ordinal-group : 1;
    -webkit-box-ordinal-group : 1;
    box-ordinal-group : 1;
  }
  
  #texte{
    display: box;
    -moz-box-ordinal-group : 2;
    -webkit-box-ordinal-group : 2;
    box-ordinal-group : 2;
  }

  #espace_porteur #menu_v {
    width: 80%;
  }

  #espace_porteur #menu_v dl {
    display: block;
    width: 90%;
    margin: 5px;
  }

  #espace_porteur fieldset label {
    width: 45%;
  }

  #espace_porteur fieldset .radios {
    width: 40%;
  }

  #espace_porteur fieldset .listing input {
    width: 10%;
  }

  #espace_porteur fieldset input {
    width: 40%;
  }

  #espace_porteur fieldset select {
    width: 45%;
  }

  #page #texte #liste_commercants .un_element {
    width: 100%;
  }

  #page #texte #liste_commercants .un_element dl {
    width: 100%;
    float: none;
  }

  #page #texte #liste_commercants .un_element dt {
    width: 30%;
  }

  #page #texte #liste_commercants .un_element dd {
    width: 60%;
  }

  #page #texte #liste_commercants .un_element ul {
    width: 100%;
    float: none;
  }

  #page #texte #liste_commercants select.categorie {
    width: 100%;
  }

  #connexion_commune > div fieldset {
    width: auto;
  }

  #connexion_commune > div fieldset label {
    width: 30%;
  }

  #connexion_commune > div fieldset input {
    width: 45%;
  }

  #connexion_commune > div dl dd ul li a {
    width: 100%;
  }
}
   
