

.auth {
  width: 350px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

.auth fieldset {
  padding-left: 16px;
  padding-bottom: 20px;
  background-color: #f7f7f7;

  border: 0px;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 10px 10px / 10px 10px;
  -webkit-border-radius: 10px 10px / 10px 10px;
  -khtml-border-radius: 10px 10px / 10px 10px;
  border-radius: 10px 10px / 10px 10px;
}

.auth fieldset legend {
  display: none;
}

.auth fieldset label.obligatoire {
  line-height: 30px;
  padding-left: 0px;
  padding-bottom: 10px;

  font-family: verdana, arial;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.auth fieldset input {
  width: 300px;
  height: 25px;

  font-family: verdana, arial;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  letter-spacing: 1px;
}

#contenu #texte .auth fieldset a.bouton {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  float: right;

  margin-top: 20px;
  margin-right: 10px;

  background-color: #999999;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  
  border: 1px solid #ffffff;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 5px 5px / 5px 5px;
  -webkit-border-radius: 5px 5px / 5px 5px;
  -khtml-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
}


.compte {
  padding-bottom: 20px;
}

.compte fieldset {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-left: 16px;
  padding-bottom: 20px;
  background-color: #f7f7f7;

  border: 0px;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 10px 10px / 10px 10px;
  -webkit-border-radius: 10px 10px / 10px 10px;
  -khtml-border-radius: 10px 10px / 10px 10px;
  border-radius: 10px 10px / 10px 10px;

}

.compte fieldset label {
  display: block;
  width: 20%;
  margin-right: 5px;
  line-height: 20px;
  float: left;

}

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

.compte fieldset input {
  width: 25%;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  float: left; 
}

.compte fieldset div.espacement_form {
  clear: both;
  height: 15px;
}

#contenu #texte .compte fieldset a.bouton {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  float: left;

  margin-top: 20px;
  margin-right: 10px;

  background-color: #999999;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  
  border: 1px solid #ffffff;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 5px 5px / 5px 5px;
  -webkit-border-radius: 5px 5px / 5px 5px;
  -khtml-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
}


div.information {
  width: 75%;
  margin: 15px auto;
  padding: 10px;
	border: 1px solid #dddddd;

  font-weight: bold;
  font-style: italic;
}



.compte_modif {
  padding-bottom: 20px;
}

.compte_modif fieldset {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-left: 16px;
  padding-bottom: 20px;
  background-color: #f7f7f7;

  border: 0px;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 10px 10px / 10px 10px;
  -webkit-border-radius: 10px 10px / 10px 10px;
  -khtml-border-radius: 10px 10px / 10px 10px;
  border-radius: 10px 10px / 10px 10px;

}

.compte_modif fieldset label {
  display: block;
  width: 20%;
  margin-right: 5px;
  line-height: 20px;
  float: left;

}

.compte_modif fieldset label.obligatoire {
  font-weight: bold; 
}

.compte_modif fieldset input {
  width: 25%;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  float: left; 
}

.compte_modif fieldset div.espacement_form {
  clear: both;
  height: 15px;
}

#contenu #texte .compte_modif fieldset a.bouton {
  display: block;
  width: 120px;
  height: 25px;
  line-height: 25px;
  float: left;

  margin-top: 20px;
  margin-right: 10px;

  background-color: #999999;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  
  border: 1px solid #ffffff;

  -moz-box-shadow: 0px 2px 3px #999999;
  -webkit-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 2px #999999;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
  zoom: 1; 

  -moz-border-radius: 5px 5px / 5px 5px;
  -webkit-border-radius: 5px 5px / 5px 5px;
  -khtml-border-radius: 5px 5px / 5px 5px;
  border-radius: 5px 5px / 5px 5px;
}
  
header,
footer,
nav,
aside,
section,
article {
  display: block;
}

.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;
}

#cadre_boutons_connecte {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 150px;
  padding-right: 10px;
  position: fixed;

  z-index: 5;
  background-color: #54535E;
  border-bottom: 2px solid #E1E0E0;

  background-image: url(https://www.dominiquetorrente.com/commun/modeles/template5/img/petit-easydostart.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#cadre_boutons_connecte .bandeau_bouton {
  display: block;
  height: 30px;
  line-height: 30px;
  width: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

#cadre_boutons_connecte a {
  display: block;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left center;

  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

#cadre_boutons_connecte a:hover {
  color: #0494C0;
}

#cadre_boutons_connecte a#bandeau_admin {
}

#cadre_boutons_connecte a#bandeau_site {
  display: none;
}

#cadre_boutons_connecte a#bandeau_deconnexion {
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px;
  border-bottom: 1px solid #464646;
}

#bandeau_print {
  display: none;
}


html {}

body {
  margin: 0px;
  background-color: #FFFFFF;

  font-family: arial, verdana, sans-serif;
}

img#bandeau_print {
  display: none;
}

#contener {
  width: 994px;
  margin: 0px auto;
  overflow: auto;

  background-color: #FFFFFF; 
}

a#logo {
  display: block;
  width: 250px;
  height: 77px;
  float: left;

  background-image: url(https://www.dominiquetorrente.com/data/modeles/template5/szlogo.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

a#extranet {
  display: block;
  width: 151px;
  height: 36px;
  line-height: 37px;
  padding-left: 25px;
  float: right;

  font-size: 12px;
  text-decoration: none;
  color: #707070;

  background-image: url(https://www.dominiquetorrente.com/commun/modeles/template5/img/extranet.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

a#mailing {
  display: block;
  width: 146px;
  height: 36px;
  line-height: 37px;
  padding-left: 30px;
  float: right;

  font-size: 12px;
  text-decoration: none;
  color: #707070;

  background-image: url(https://www.dominiquetorrente.com/commun/modeles/template5/img/mailing.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

#recherche {
  width: 174px;
  height: 30px;
  padding: 0px;
  padding-top: 10px;
  padding-left: 570px;
  float: right;
}

#recherche input {
  padding-left: 5px;
  border: 1px solid #cecece;
  font-size: 10px;
  color: #898989;
}

#recherche a {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #7d7d7d;
}


#menu_h {
  clear: both;
  width: 994px;
  height: 43px;

  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #FFFFFF;

  background-image: url(https://www.dominiquetorrente.com/commun/modeles/template5/img/fond-menu-h.jpg);
  background-repeat: repeat-x;
  background-position: top left; 
}

#menu_h dl {
  margin: 0px;
  padding: 0px;
  float: left;
}

#menu_h dl dt {
  height: 33px;
  margin-top: 10px;
}

#menu_h dl dt a {
  display: block;
  heght: 25px;
  line-height: 25px;
  padding-left: 20px;
  padding-right: 20px;

  border-left: 1px solid #d7d7d7;

  font-size: 14px;
  text-decoration: none;
  color: #898989;
}

#menu_h dl dt.premier a,
#menu_h dl dt.premier-ssenfant a,
#menu_h dl dt.premier-selected a,
#menu_h dl dt.premier-selected-ssenfant a {
  border: 0px;
}

#menu_h dl dt a:hover {
  color: #000000;
}


#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 {
  color: #000000;
}


#bandeau {
  width: 994px;
  height: 190px;

  background-image: url(https://www.dominiquetorrente.com/data/modeles/template5/szbandeau.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}



#navigation {
  width: 220px;
  float: left;
}


#menu_v {
  margin-top: 30px;
  float: right; 
}

#menu_v dl {
  margin: 0px;
  padding: 0px; 
}

#menu_v dl dt {
  border-bottom: 1px dashed #b7b7b7;
}

#menu_v dl dt a {
  display: block;
  width: 205px;
  height: 25px;
  line-height: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 15px;

  font-size: 12px;
  text-decoration: none;
  color: #707070;
}

#menu_v dl dt a:hover {
  color: #000000;
  background-color: #f1f0f0;
}

#menu_v dl dt.premier-selected a,
#menu_v dl dt.premier-selected-ssenfant a,
#menu_v dl dt.defaut-selected a,
#menu_v dl dt.defaut-selected-ssenfant a,
#menu_v dl dt.dernier-selected a,
#menu_v dl dt.dernier-selected-ssenfant a {
  color: #000000;
  background-color: #f1f0f0;
}

#menu_v dl dd {
  margin: 0px;
  margin-bottom: 2px;
  padding: 0px;
  padding-bottom: 5px;

  border-bottom: 1px dashed #b7b7b7;
}

#menu_v dl dd.vide {
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  padding-bottom: 0px;

  border-bottom: 0px dashed #b7b7b7;
}

#menu_v dl dd ul {
  list-style-type: none;
  margin: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 20px;
}

#menu_v dl dd ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #000000;
}



#contenu {
  width: 725px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: right;
}

#contenu_accueil {
  width: 920px;
  margin: 0px auto;
  float: none;
}

#ariane {
  margin-top: 40px;

  font-size: 11px;
  text-decoration: none;
  color: #707070;
}

#ariane > div {
  display: inline;
}

#ariane a {
  font-size: 11px;
  text-decoration: none;
  color: #707070;
}


#texte {
  font-size: 12px;
  color: #323232;  
  line-height:18px; 
}

#texte h1 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #99939B; 
}

#texte h2 {
  font-size: 12px;
  font-weight: bold;
  color: #5A5A5A; 
}

#texte .mise_en_avant {
  color: #464646; 
}

#texte a {
  color: #5A5A5A; 
}

#texte a:hover {
  text-decoration: none; 
}

#texte ul {
  list-style-type: none;
}

#texte ul li {
  margin-bottom: 5px;
  padding-left: 10px;

  background-image: url(https://www.dominiquetorrente.com/data/modeles/template5/puce1.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
}

#texte ul li ul {
  margin-top: 5px;
  padding-left: 15px;
}

#texte ul li ul li {
  margin-bottom: 5px;
  padding-left: 10px;

  background-image: url(https://www.dominiquetorrente.com/data/modeles/template5/puce2.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
}


#texte .taille_10 {
  font-size: 10px;
}

#texte .taille_14 {
  font-size: 14px;
}

#texte .taille_16 {
  font-size: 16px;
}

#texte .taille_18 {
  font-size: 18px;
}

#texte .taille_20 {
  font-size: 20px;
}

#texte .taille_22 {
  font-size: 20px;
}



#texte table {
  border-collapse: collapse;
  
  border-color: #dddddd;
  //border-style: solid;
}

#texte table.listing {
  border-collapse: separate;
  width: 100%;
  
  border: 1px solid #dddddd;
}

#texte table.listing tr:nth-child(odd) {
  background-color: #efefef;
}

#texte table.listing tr th {
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;

  background-color: #555555;

  color: #ffffff;
  text-align: left;
}

#texte table.listing tr td {
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;

  border-bottom: 1px solid #dddddd;
}


#baseline {
  clear: both;
  height: 50px;

  border-top: 1px solid #7d7d7d;
}

#baseline #baseline_menu {
  width: 984px;
  margin: 0px auto;
  overflow: auto; 
}

#baseline #baseline_menu dl {
  margin: 0px;
  padding: 0px;
  float: left;
}

#baseline #baseline_menu dl dt {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

#baseline #baseline_menu dl dt a {
  font-size: 12px;
  text-decoration: none;
  color: #7d7d7d; 
}



#actus #slideshow .mon_actu dl dd h4 {
  color: #99939B;
}

#actus #slideshow .mon_actu dl dd p {
  color: #323232;
}

#actus #slideshow .mon_actu dl dd a {
  color: #5A5A5A;
}

.galleria-container {
  background-color: #ffffff;
}


#texte .galleria-container img {
  border: 0px;
  box-shadow: none;
}

.galleria-thumbnails .galleria-image {
  background-color: transparent;
  border: 0px;
}
 
.galleria-thumbnails span.img {
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;

  line-height: 30px;
  text-align: center;
  font-weight: bold;
  text-indent: 9999px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 1px 1pxrgba(0,0,0,0.5);
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
} 

.galleria-thumbnails .active span.img {
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 2px;

  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-indent: 9999px;

  background-color: #467594;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 1px 1pxrgba(0,0,0,0.5);
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.5);
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  display: none;
  height: 40px;
  width: 23px;
  cursor: pointer;
  background-position: -495px 5px;
  position: absolute;

  left: 0pt;
  top: 0pt;
  z-index: 3;

  opacity: 1;

  background-color: #97B0C1;
}

.galleria-thumb-nav-right {
  background-position: -578px 5px;
  right: 0pt;
  
  left: auto;
}

.notouch .galleria-thumb-nav-left:hover, 
.notouch .galleria-thumb-nav-right:hover {
  opacity: 1;
  background-color: #2A93CB;
}

.galleria-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;

  background-color: #ffffff;
  width: 40px;
  height: 20px;
  padding-right: 5px;

  text-align: right;
  color: #ffffff;
  color: #000000;
  font-family: arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
  cursor: pointer;
  width: 50px;
  height: 124px;

  position: absolute;
  left: 10px;
  z-index: 2;

  background-position: 16px 46px;

  background-color: #000000;
  opacity: 0.4;
}

.galleria-image-nav-right {
  left: auto;
  right: 10px;
  background-position: -280px 46px;
  z-index: 2;
}

.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
  opacity: 0.7;
}

.galleria-image {
  background-color: #efefef;
}


.pre_slider {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  width:609px;
  height:490px;
}

.slider {
  position: relative;
  width:609px;
  height:457px;

  background-image: url(https://www.dominiquetorrente.com/commun/modeles/commun/galerie/img/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  
}

.slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.slider_vignette .nivo-controlNav .nivo-control img {
  display: inline;
}

.slider a {
    border:0;
    display:block;
}

.nivoSlider {
  position:relative;
}

.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
}

.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:60;
  display:none;
}

.nivo-slice {
  display:block;
  position:absolute;
  z-index:50;
  height:100%;
}

.nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  opacity:0.8; 
  width:100%;
  z-index:89;
}

.nivo-caption p {
  padding:5px;
  margin:0;
}

.nivo-caption a {
  display:inline !important;
}

.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
  display: block;
  width: 45px;
  height: 45px;

  position:absolute;
  top:45%;
  z-index:99;
  cursor:pointer;
  text-indent: -9999px;
}

.nivo-prevNav {
  left:0px;

  background-image: url(https://www.dominiquetorrente.com/commun/modeles/commun/galerie/img/slide-precedent.png);
  background-repeat: repeat;
}

.nivo-nextNav {
  right:0px;

  background-image: url(https://www.dominiquetorrente.com/commun/modeles/commun/galerie/img/slide-suivant.png);
  background-repeat: repeat;
}

.nivo-controlNav {
  position: absolute;
  bottom: -30px;
  left: 45%;
  margin-left: -50px;

  text-align: center;
}

.nivo-controlNav a {
  display: block;
  width: 20px;
  height: 20px;

  position: relative;
  z-index: 99;
  cursor: pointer;
  float: left;
  
  color: transparent;
  text-indent: -9999px;

  background-image: url(https://www.dominiquetorrente.com/commun/modeles/commun/galerie/img/slide-off.gif);
  background-repeat: repeat;
}

.nivo-controlNav a.active {
  font-weight:bold;

  background-image: url(https://www.dominiquetorrente.com/commun/modeles/commun/galerie/img/slide-on.gif);
  background-repeat: repeat;
}




