/* POP UP WINE css MISE EN PAGE */

/* content structure css */

#header {
   /*	
	top: 0;
	left: 0;
	position: fixed;
  z-index: 1000; 
	*/
   background-color: #ffffff;
   width: 100%;
   min-height: 120px;
   border-bottom: solid 1px #d6d6c5;
}
#contentlogo {
   border: none;
   float: left;
   width: 15%;
   margin: 10px 1%;
   font-size: 16px;
   font-weight: 500;
   color: #336699;
}
#contentnomdusite {
   float: left;
   width: 70%;
   margin: -10px 1%;
   font-size: 30px;
   font-weight: 600;
   color: #E15532;
   line-height: 32px;
   font-family: 'Verdana', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'sans-serif';
   text-align: right;
}
#contentmenu {
   float: right;
   width: 75%;
   margin: 0px 1%;
}
#content_container {
   margin-top: 60px;
   width: 100%;
}
.bandeau {
   width: 100%;
}
/* content element css */

.encadre { /* cadre gris degrade avec contour */
   background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(247,247,227,1.00) 100%);
   background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(247,247,227,1.00) 100%);
   background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(247,247,227,1.00) 100%);
   background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(247,247,227,1.00) 100%);
   border: solid 1px #e4e2d5;
   width: 100%;
   padding: 0px 10px 10px 10px;
}
.encadre-logos { /* cadre gris degrade avec contour */
   border: solid 1px #e4e2d5;
   width: 100%;
   min-height: 260px;
   padding: 10px 10px 10px 10px;
}
/* FOOTER */

#footer {
   background-color: #9C3A07;
   width: 100%;
   min-height: 300px;
   padding-bottom: 10px;
   color: #ffffff;
   font-weight: 400;
   font-size: 16px;
   margin-top: 30px;
   border-top: solid 1px #9C3A07;
}
/* marge haute pour les liens sur des ancres (pb entete fixe) */

.offsetTitle:before {
   display: block;
   content: " ";
   height: 150px;      /* hauteur de l'entête fixe */
   margin-top: -150px; /* hauteur de l'entête fixe */
   visibility: hidden;
}
