html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a, a:link, a:visited, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

a.lien, a.lien:link, a.lien:visited {
  color: #0c9ac9;
}
a.lien:hover, a.lien:focus {
  color: #f38920;
}

body {
    background: #F1F1F1;
    font-family: arial,helvetica,sans-serif;
    color: #484848;
    font-size: 12px;
    min-width: 900px;
}

/* HAUTE DE PAGE */

#top-menu {
  color: #FFFFFF;
  font-size: 1.0em;
  height: 1.8em;
  padding-top: 5px;
  //background: url("../images/bg-header.png") repeat-x;
  background-color: #034460;
}

#top-menu a {
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 8px;
  margin-top: 8px;
} 
  
#top-menu a span:hover {
  text-decoration: underline;
  color: #fb710b;
}

#account {
  text-align: right;
  margin : auto;
  max-width : 1000px;
  height: 1.8em;
}

#account span.tel {
  margin-right: 8px;
  font-weight: bold;
  font-size: 14px;
}

#account span.blog {
  font-weight: bold;
  font-size: 14px;
}

.orange {
  color: #FA6B30;
}

.bgorange {
  background-color: #f38920;
}

.bleu_f {
  color: #0a84ac;
}

.bleu_c {
  color: #82d3ef;
}

.bleu {
  color: #0c9ac9;
}

.new {
  color: #fa520d;
  text-shadow: 0 1px #FFF;
}

#page {
  margin : auto;
  max-width : 995px;
}

#header {
  margin: 0;
  height: 89px;
}

#header_top_bg {
  padding-top: 10px;
  padding-bottom: 10px;
}

#header_top {
  //background: url("../images/bg-header.png") repeat-x scroll 0 0;
  background-color: #f1f1f1;
}

#header_top p {
  background: url("../images/logo_nf.png") no-repeat scroll 10px 0;
  color: #034460;
  font-size: 25px; 
  margin: 0;
  padding-left: 350px;
  padding-top: 15px;
  height: 53px;
  font-weight: bold;
}

#main {
  margin:auto;
  min-width:985px;
  max-width:985px;
}


/**** PAGE INTERNE ****/

#corps {
 width: 985px;
}

div.introduction {
  background: url(../images/pixelblanc-transparent-50.png);
  border: 1px solid #fff;
  font-size: 12px;
  color: #2e4d52;
  width: 96%;
  padding: 10px 15px;
  position:relative;
  box-shadow: 0 0 5px 0 #CCCCCC;
}

h2.titrepage0,
h2.titrepage1, h2.titrepage2,
h2.titrepage3, h2.titrepage4,
h2.titrepage5, h2.titrepage6 {
  font-family: Lucida, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold !important;
  margin: 0px;
  padding: 0 0 10px 0;
}

h2.titrepage0 {
  color: #ec7405;
}
h2.titrepage1 {
  color: #e2001a;
}
h2.titrepage2 {
  color: #44a4c6;
}
h2.titrepage3 {
  color: #57b623;
}
h2.titrepage4 {
  color: #f6b312;
}
h2.titrepage5 {
  color: #ffffff;
}
h2.titrepage6 {
        color: #787d82;
}

/* orange */
h3.titre0, .couleur0, .pcouleur0, .gcouleur0, .couleur0 a, .couleur0 a:hover, a.couleur0, a.couleur0:hover {
  color: #ec7405;
}

/* rouge */
h3.titre1, .couleur1, .pcouleur1, .gcouleur1, .couleur1 a, .couleur1 a:hover, a.couleur1, a.couleur1:hover {
  color: #e2001a;
}
/* bleu */
h3.titre2, .couleur2, .pcouleur2, .gcouleur2, .couleur2 a, .couleur2 a:hover, a.couleur2, a.couleur2:hover {
  color: #44a4c6;
}
/* vert */
h3.titre3, .couleur3, .pcouleur3, .gcouleur3, .couleur3 a, .couleur3 a:hover, a.couleur3, a.couleur3:hover {
  color: #57b623;
}
/* jaune */
h3.titre4, .couleur4, .pcouleur4, .gcouleur4, .couleur4 a, .couleur4 a:hover, a.couleur4, a.couleur4:hover {
  color: #f6b312;
}
/* blanc */
h3.titre5, .couleur5, .pcouleur5, .gcouleur5, .couleur5 a, .couleur5 a:hover, a.couleur5, a.couleur5:hover {
  color: #ffffff;
}

h3.titre0, h3.titre1, h3.titre2, h3.titre3, h3.titre4, h3.titre5 {
  margin: 5px 0 5px 0;
  padding: 0;
  font-size: 12px;
}
h3.titre0 a, h3.titre1 a, h3.titre2 a, h3.titre3 a, h3.titre4 a, h3.titre5 a {
  font-size: 12px;
  text-decoration: none;
  display: block;
  color: #fff !important;
  padding: 1px 10px;
}
h3.titre0 a:hover, h3.titre1 a:hover, h3.titre2 a:hover, h3.titre3 a:hover, h3.titre4 a:hover, h3.titre5 a:hover {
  font-size: 12px;
  text-decoration: underline;
}

div.information {
  width: 32%;
  margin-left: 5px;
  background: url(../images/pixelblanc-transparent-50.png);
  border: 1px solid #fff;
  padding: 10px;
  font-size: 11px;
  color: #2e4d52;
  float: left;
  box-shadow: 0 0 5px 0 #CCCCCC;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.popup {
  margin: 70px auto;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup #close {
  position: absolute;
  top: 0px;
  right: 5px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup #close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 50%;
  overflow: auto;
  font-size: 14px;
}

@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  }
}

.cb-cartebleue {
  display: inline-block;
  background: url(https://biblio.nfrance.com/generic/images/icons/carte-bleue.svg) no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 80% 80%;
  width: 100px;
  height: 100px;
}

.cb-mastercard {
  display: inline-block;
  background: url(https://biblio.nfrance.com/generic/images/icons/mastercard.svg) no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 80% 80%;
  width: 100px;
  height: 100px;
}

.cb-visa {
  display: inline-block;
  background: url(https://biblio.nfrance.com/generic/images/icons/visa.svg) no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 80% 80%;
  width: 100px;
  height: 100px;
}

.cb-amex {
  display: inline-block;
  background: url(https://biblio.nfrance.com/generic/images/icons/american-express.svg) no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 80% 80%;
  width: 100px;
  height: 100px;
}

input[type="submit"] {
  color: #FFFFFF;
  border: 0px;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 1px 1px #006;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  /* legacy */
  background: #4195b6;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(center top , #4195b6, #217596) repeat scroll 0 0 transparent;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4195b6), to(#217596));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(center top, #4195b6, #217596);
  /* IE 10 */
  background: -ms-linear-gradient(center top, #4195b6, #217596);
  /* Opera 11.10+ */
  background: -o-linear-gradient(center top, #4195b6, #217596);
}

input[type="submit"]:hover {
  /* legacy */
  background: #217596;
}

/* tableau produits */
table.tableau1, table.tableau2 {
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: collapse;
}                 
table.tableau1 th, table.tableau2 th {
  background: #c2cece;
  padding: 7px 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  border-left: 1px solid #93a9aa;
  border-top: 1px solid #afbcbd;
}
table.tableau1 th:first-child, table.tableau2 th:first-child {
  border-left: 0;
}

table.tableau1 td, table.tableau2 td {
  padding: 7px 10px;
  color: #fff;
  border-left: 1px solid #5b7476;
  border-top: 1px solid #afbcbd;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}
table.tableau1 tbody, table.tableau2 tbody {
  background: #4f6769;
} 

table.tableau1 td:first-child, table.tableau2 td:first-child {
  border-left: 0;
}
table.tableau1 td.fondgris {
  background: #829697 !important;
}


/**** FIN PAGE INTERNE ****/

/* FOOTER */
div#footer {
  clear: both;
  padding-top:20px;
  width:100%;
  margin:auto;
}

div#footer_bg {
  min-height:35px;
  background-color: #034460;
  color:#FFF;
}

div#wrapper_footer {
  margin: auto;
  min-width:900px;
  max-width:1000px;
}

div#titre_footer {
  padding-top:10px;
  padding-left:10px;
  font-size: 14px;
  color: #fb710b;
  font-weight: bold;
}

div#main_footer1 {
  padding-top: 15px;
}

#main_footer1 .col {
  float: left;
  margin-left:10px;
}

#main_footer1 ul {
  margin: 0;
}

#main_footer1 li, #main_footer2 li{
  list-style-type: none;
}

#main_footer1 li a{
  color : #999;
  background: url("../images/fleche_bleu_droite.png") no-repeat scroll left center transparent;
  padding : 10px 0 0 20px;
  line-height: 20px;
  display: block;
  width: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#main_footer1 li a:hover {
  color : #FFF;
}

#main_footer1 .col .reseau_social {
  float: right;
  margin-top: 10px;
  margin-left: 60px;
  font-weight: bold;
}

/* FIN FOOTER */
