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 : 13px;
    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;
}

a.lien2, a.lien2:link, a.lien2:visited {
  color: #FA6B30;
}
a.lien2:hover, a.lien2:focus {
  color: #ec5013;
}

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

/* HAUTE DE PAGE */

#top-menu {
  -webkit-box-shadow: 0px 3px 4px 1px #666;
  -moz-box-shadow: 0px 3px 4px 1px #666;
  box-shadow: 0px 3px 4px 1px #666;
  color: #FFFFFF;
  font-size: 1.0em;
  height: 1.8em;
  padding-top: 5px;
  background: url("../images/bg-header.png") repeat-x;
  border-bottom: 1px solid #999;
}

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

.bgorange_c {
  background-color: #f3aa62;
}

.bgbleu {
  background-color: #0a84ac;
  color: #FFF;
}

.bgbleu_c {
  background-color: #D7F2FD;
  color: #333;
}

.bleu_f {
  color: #0a84ac;
}

.bleu_c {
  color: #82d3ef;
}

.bleu {
  color: #0c9ac9;
}

.gris_f {
  color: #444;
}

.gris {
  color: #666;
}

.turquoise {
  color : #03BFFF;
}

.orange_v {
  color : #FF8C58;
}

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

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

/* MENU */

#menu
{
  width: 995px;
  margin: 0;
  list-style: none;  
  background: #F6B05C;
  background: -moz-linear-gradient(#F6B05C, #FA7235);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FA7235),color-stop(1, #F6B05C));
  background: -webkit-linear-gradient(#F6B05C, #FA7235);
  background: -o-linear-gradient(#F6B05C, #FA7235);
  background: -ms-linear-gradient(#F6B05C, #FA7235);
  background: linear-gradient(#F6B05C, #FA7235);
  font-variant: small-caps;
}

#menu li
{
  float: left;
  padding: 0 0 10px 0;
  position: relative;
  line-height: 0;
}

#menu li.services {
  background: #74C4DE;
  background: -moz-linear-gradient(#74C4DE, #206E8A);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #206E8A),color-stop(1, #74C4DE));
  background: -webkit-linear-gradient(#74C4DE, #206E8A);
  background: -o-linear-gradient(#74C4DE, #206E8A);
  background: -ms-linear-gradient(#74C4DE, #206E8A);
  background: linear-gradient(#74C4DE, #206E8A);
}

.filet_blanc_menu {
  background: url(../images/separateur_menu.png) no-repeat right bottom transparent;
}

#menu li.services a {
  color: #FFF;
}

#menu a 
{
  float: left;
  height: 25px;
  padding: 0 8px;
  color: #333;
  text-transform: uppercase;
  font: bold 10px/35px Arial, Helvetica;
  text-decoration: none;
}

#menu li.services ul li > a
{
  color: #666;
}

#menu li.services ul li:hover > a
{
  color: #FAFAFA;
}

#menu li:hover > a
{
  color: #FAFAFA;
}

*html #menu li a:hover /* IE6 */
{
  color: #FAFAFA;
}

#menu li.services:hover > a
{
  color: #333;
}

*html #menu li.services a:hover /* IE6 */
{
  color: #333;
}

#menu li:hover > ul
{
  display: block;
  font-variant: small-caps;
}

/* Sub-menu */

#menu ul
{
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #CCC;
    float : left;
    font-variant: small-caps;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float : none;
    margin: 0;
    padding: 0;
    display: block;  
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
  padding: 10px;
  height: 10px;
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  float: none;
  color: #666;
}

*html #menu ul a /* IE6 */
{    
  height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
  height: 10px;
}

#menu ul a:hover
{
  background: #666;
}


#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 5px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #CCC;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0; 
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #CCC;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #666; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #666; 
    border-bottom-color: transparent;   
}


/* Clear floated elements */
#menu:after 
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

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


/* SLIDE */
#slider {
  position: relative;
  margin-top:20px;
  z-index:100;
  height: 278px;
}

#bx-pager {
  position: absolute;
  margin-left:860px;
  margin-top:-280px;
  z-index:200;
}

#bx-pager ul li {
  padding:0;
  margin:3px;
  list-style-type: none;
}

#bx-pager ul li img {
  border: 1px solid #CCC;
}
#bx-pager ul li .active img {
  border: 1px solid #f38920;
  -webkit-box-shadow: 0px 0px 5px 0px #fff;
  -moz-box-shadow: 0px 0px 5px 0px #fff;
  box-shadow: 0px 0px 5px 0px #fff;
}
/* FIN SLIDE */

/* BLOC CENTRAL */

div#bloc_central {
  background : #FFF;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

div#best_services {
  background : #FFF;
  margin:0 auto;
  min-height : 280px;
}

div#service1 {
  overflow: auto;
  float: left;
  width: 331px;
  padding-top : 20px;
  margin-left : 5px;
}
div#service2 {
  overflow: auto;
  float: left;
  width: 333px;
  padding-top : 20px;
  margin-left : 5px;
}
div#service3 {
  overflow: auto;
  padding-top : 20px;
  margin-left : 5px;
}

p.titre_service_accueil {
  text-transform: uppercase;
  font: bold 18px Arial, Helvetica;
  color: #03BFFF;
  padding-bottom: 5px;
  text-align: center;
}

p.titre_produit_accueil {
  text-transform: uppercase;
  font: bold 18px Arial, Helvetica;
  color: #FF8C58;
  padding-bottom: 5px;
}

p.accroche_service_accueil {
  padding-left: 60px;
  padding-right: 10px;
  text-align: left;
  min-height:110px;
  color: #484848;
}

p.accroche_service {
  padding-right: 40px;
  text-align: left;
  min-height:160px;
}

p.plus_service {
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 20px;
  color: #03BFFF;
  text-align: right;
}

/* FIN BLOC CENTRAL */

/* BOOK DOMAIN */
div#book_domain {
  height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #FFF;
  background: #CCC;
  padding-left:100px;
  position: relative;
} 

div#book_domain form {
  font-size: 14px;
}

p.form_text {
  font: bold 12px/30px Arial;
  color: #444;
  text-shadow: 0 1px #DDDDDD;
} 

.bold {
  font-weight: bold;
}

div.whois {
  border-radius: 5px;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 100px;
  text-align: left;
  top: 6px;
  width: 500px;
  background: #FFF;
}

span.form_www {
  border-radius: 5px 0 0 5px;
  border: none;
  color: #444;
  float: left;
  height: 20px;
  text-align: center;
  font: bold 16px/20px Arial;
  outline: none;
  padding-left: 5px;
}

input#form_dom {
  color: #444;
  border: 0px;
  float: left;
  font: bold 16px/20px Arial;
  height: 20px;
  padding: 0px;
  width: 320px;
  border: none;
  outline: none;
  background-color: transparent;
}
input#form_dom:focus {
  border: none;
  outline: none;
}

input[type="submit"].form_button {
  color: #FFFFFF;
  border: 0px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 1px #006;
  float: right;
  cursor: pointer;
  border-radius: 0 5px 5px 0px;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #fff;
  background: #1B6985;
}
input[type="submit"].form_button:hover {
  /* legacy */
  background: #217596;
}
/* FIN BOOK DOMAIN */

/* LOGO CLIENT*/
div#references {
  width: 995px;
}

div#references ul {
  padding: 0;
  margin: 5px;
} 

div#references ul li {
  list-style-type: none;
  display: inline;
  margin-left: 13px;
}


/* BAS DE PAGE */
div#footer {
  clear: both;
  margin-top:10px;
  width:100%;
  margin:auto;
  height: 220px;
  background: #4d5661;
}

div#footer_bg {
  min-height:170px;
  background: url("../images/bg-footer.png") repeat-x scroll 0 0;
  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;
}

input[type="submit"] {
  color: #FFFFFF;
  border: none;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 1px #006;
  cursor: pointer;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  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;
}

input[type="submit"]#open_plan, input[type="submit"]#close_plan {
  margin-right: 10px;
  float: right;
}

div#sitemap {
  min-height:170px;
  background: url("../images/bg.png") repeat-x scroll 0 0 #E0E0E0;
  color: #444444;
}

div#titre_footer_map {
  padding-top:10px;
  padding-left:10px;
  font-size: 14px;
  color: #444444;
  text-shadow: 0 1px #DDDDDD;
  font-weight: bold;
}

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

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

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

div#main_footer2_services {
  float : left;
  padding-top: 5px;
  padding-bottom: 15px;
}

div#main_footer2_produits {
  float : left;
}

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

#main_footer1 ul {
  margin: 0;
}

#main_footer2 ul {
  font-size: 10px;
  padding: 0 1px 0 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_footer2 li a {
  color : #999;
  padding : 0 0 0 20px;
  line-height: 20px;
  display: block;
}

#main_footer2 li a.fleche_bleu_droite {
  background: url("../images/fleche_bleu_droite.png") no-repeat scroll left center transparent;
}

#main_footer2 li a:hover {
  color : #404040;
}

#main_footer1 .col .reseau_social {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
}

#main_footer1 .col .contact {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
}

#popupCom {
    animation-duration: 10s;
    animation-iteration-count: 1;
    animation-name: resetCom, showCom;
    background: #4D5661;
    border-top: 1px solid #0a84ac;
    bottom: 0;
    height: 54px;
    position: fixed;
    width: 100%;
    z-index: 50;
}
@-moz-keyframes resetCom {
0% {
    bottom: -55px;
    opacity: 0;
}
100% {
    bottom: -55px;
    opacity: 0;
}
}
@-moz-keyframes resetCom {
0% {
    bottom: -55px;
    opacity: 0;
}
100% {
    bottom: -55px;
    opacity: 0;
}
}
@-moz-keyframes showCom {
0% {
    bottom: -55px;
    opacity: 0;
}
80% {
    bottom: -55px;
    opacity: 0;
}
100% {
    bottom: 0;
    opacity: 1;
}
}
@-moz-keyframes showCom {
0% {
    bottom: -55px;
    opacity: 0;
}
80% {
    bottom: -55px;
    opacity: 0;
}
100% {
    bottom: 0;
    opacity: 1;
}
}
.hasJS.no-cssanimations #popupCom {
    display: none;
}
#popupCom {
    margin: 0;
}
#popupCom ul {
    list-style: none outside none;
    margin: 8px 0 0;
    padding: 0;
    text-align: center;
}
#popupCom li {
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}
.isIE7 #popupCom li {
    display: inline;
}
#popupCom .btnCom {
    background: #1B6985;
    border: 1px solid #FFF;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-right: 30px;
    text-decoration: none;
    text-shadow: 0 1px 1px #000066;
}
#popupCom .btnCom:hover {
    background: #217596;
}
.isIE7 #popupCom .btnCom {
    margin: 0 0 0 10px;
}

#popupCom .mail a {
    padding: 8px 20px 8px 35px;
}

#popupCom .tel {
    font-size: 21px;
    font-weight: bold;
    padding: 0 0 0 20px;
    text-shadow: 2px 2px 1px #111111;
    margin-right: 30px;
}

#popupCom .info {
    font-size: 12px;
    padding: 0 0 0 20px;
    text-shadow: 2px 2px 1px #111111;
    margin-right: 30px;
}

#popupCom a {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    text-decoration: none;
}

#popupCom li.close {
    border-radius: 10px;
    float: right;
    font-size: 22px;
    height: 20px;
    margin-right: 20px;
    margin-top: 10px;
    width: 20px;
}

#popupCom li.close a {
    color: #000000;
}

.image-flotante {
  float: right;
  padding: 10px;
}

.image-floatleft {
  float: left;
  padding: 3px;
}

/*PAGE INTERNE */

div#bloc_100 {
  margin-top:10px;
  width : 100%;
  display: block;
  background : #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px #CCC;
  -moz-box-shadow: 0px 0px 5px 0px #CCC;
  box-shadow: 0px 0px 5px 0px #CCC;
}

div#bloc_70 {
  margin-top:10px;
  width : 69%;
  float: left;
  display: block;
  background : #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px #CCC;
  -moz-box-shadow: 0px 0px 5px 0px #CCC;
  box-shadow: 0px 0px 5px 0px #CCC;
}


div#bloc_30 {
  margin-top:10px;
  float: left;
  margin-left : 1%;
  width : 30%;
  background: #FFF;
}

div#accroche_service {
  padding-top: 8px;
  padding-left: 5px;
  background : #D7F2FD;
  min-height: 150px;
  max-height: 170px;
}

div#accroche_pdt {
  padding-top: 8px;
  padding-left: 5px;
  background : #FDEFDE;
  min-height: 150px;
  max-height: 170px;
}

p#fil_ariane {
  font-size : 11px;
  color: #1B6985;
  font-variant: small-caps;
}

p#fil_ariane_orange {
  font-size : 11px;
  color: #FF8C58;
  font-variant: small-caps;
}

div#presentation {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
}

img#picto {
  float: left;
  margin-right: 30px; 
}

img.picto {
  float: left;
  margin-right: 30px;
}

.titrebleu_service {
  color: #1B6985;
}

.titreorange_pdt {
  color: #F47300;
}

h1#titre1 {
  text-transform: uppercase;  
  font-size : 20px;
}

h2#titre2 {
  text-transform: uppercase;
  color: #444;
  font-size : 18px;
}

p#texte_accroche {
  margin-top : 15px;
  padding-left : 140px;
  line-height: 170%;
  font-size : 14px;
}

p#texte_accroche b{
  font-size : 14px;
}

p#texte_accroche_sans_picto {
  margin-top : 15px;
  line-height: 170%;
  font-size : 14px;
}

div#corps {
  margin-top : 20px;
  margin-left : 10px;
  margin-right : 5px;
  margin-bottom : 40px;
}

h3.titre3 {
  margin-bottom : 20px;
  font-size : 16px;
  text-transform: uppercase;
}

h4.titre4 {
  margin-bottom : 20px;
  font-size : 15px;
}

h5.titre5 {
  margin-bottom : 20px;
  font-size : 14px;
}

ul.corps_liste {
  margin-left: 30px;
  list-style-image: url('../images/puce.png');
  line-height: 170%;
}

ul.corps_liste li {
  padding-bottom: 10px;
  font-size : 13px;
}

ul.corps_liste2 {
  margin-left: 30px;
  list-style-type:square;
  line-height: 170%;
} 

ul.corps_liste2 li, ul.corps_liste3 li {
  padding-bottom: 10px;
  font-size : 14px;
}

ul.corps_liste3 {
  margin-left: 30px;
  list-style-type:circle;
  line-height: 170%;
}

blockquote {
  margin-left: 30px;
}

p {
  line-height: 170%;
}

p.gde {
  font-size : 14px;
}

div#assistance {
  min-height : 100px
  max-height : 100px
}

div#corps_assistance {
  background: url(../images/picto-assistance.png) no-repeat left center transparent;
  height: 80px;
}

p#titre_assistance {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
}

p#texte_assistance {
  margin-top: 30px;
  margin-left: 20px;
}

hr.separateur {
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: none repeat scroll 0 0 #CCCCCC;
  border: medium none;
  height: 1px;
}

hr.separateur2 {
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border:#CCC 1px dotted;
  border-style: none none dotted;
  height: 1px;
}

p.titre_temoignage, p.titre_article {
  font-size: 13px;
  font-weight: bold;
  margin-left: 20px;
  text-transform: uppercase;
}

p.texte_temoignage {
  font-style: italic;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 5px;
}

p.texte_article {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 5px;
}

p.ref_temoignage, p.ref_article {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

p.titre_pdt_annexe {
  text-align: center;
  font-size : 14px;
  font-weight : bold;
  margin-bottom: 10px;
}

p.soustitre_pdt_annexe {
  text-align: center;
  font-weight : bold;
  text-transform: uppercase;
  color: #484848;
}

p.texte_pdt_annexe {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 5px;
  color: #484848;
}

.bt_plus {
  background: #FA6B30;
  border-radius: 2px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  color: #FFF; 
  font-weight : bold;
  text-shadow: 0 1px #000;
}

table.tab_comparatif {
  margin: 0;
  padding: 0;
  border-spacing: 0px 0px;
} 
  
table.tab_comparatif .thead-pdts th {
  border-bottom: 1px solid #CFCFCF;
} 

table.tab_comparatif .head {
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  background: #DDDDDD;
  background: -moz-linear-gradient(center top , #CCCCCC, #DDDDDD) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#DDDDDD));
  background: -webkit-linear-gradient(center top, #CCCCCC, #DDDDDD);
  background: -ms-linear-gradient(center top, #CCCCCC, #DDDDDD);
  background: -o-linear-gradient(center top, #CCCCCC, #DDDDDD);
  text-shadow: 0 1px #FFF;
  padding: 5px 9px;
  font-size : 15px;
}

table.tab_comparatif .head2 {
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  padding: 5px 9px;
}

table.tab_comparatif td {
  border-bottom: 1px solid #CFCFCF;
}
table.tab_comparatif .global-info {
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  background: #FEFEFE;
}

table.tab_comparatif .global-info3 {
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  background: #e6e6e6;
  text-align: center;
}

table.tab_comparatif .tarif {
  font-weight: bold;
}

table.tab_comparatif .description, table.tab_comparatif .global-info {
  padding: 5px 10px;
  /*border-bottom: 1px dotted rgba(128,128,128,0.2);*/
}

table.tab_comparatif .description2{
  padding: 5px 10px;
  background-color: #ccc;
  border-radius: 5px 5px 0 0;
}

table.tab_comparatif .global-info {
  text-align: center;
}

table.tab_comparatif .global-info2 {
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  text-align: left;
  padding-top:5px;
  padding-left:5px;
  padding-bottom:5px;
}

table.tab_comparatif img.decaleimg {
  padding-left : 10px;
}

table.tab_comparatif .foot {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  padding: 5px 9px;
  background: #DDDDDD;
  background: -moz-linear-gradient(center top, #DDDDDD, #CCCCCC) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#CCCCCC));
  background: -webkit-linear-gradient(center top, #DDDDDD, #CCCCCC);
  background: -ms-linear-gradient(center top, #DDDDDD, #CCCCCC);
  background: -o-linear-gradient(center top, #DDDDDD, #CCCCCC);
}

table.tab_comparatif tr.cache{
}

div.show_feature {
  padding:5px;
  background: #CCC;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
} 

div.show_feature2 {
  padding:5px;
  background: #CCC;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

div.show_option {
  float: right; 
  padding:5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #FFF;
  background: #CCC;
  -webkit-box-shadow: 0px 3px 4px 1px #666;
  -moz-box-shadow: 0px 3px 4px 1px #666;
  box-shadow: 0px 3px 4px 1px #666;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}
  
div.show_feature.pdt, div.show_option.pdt {
  width:446px;
  margin-right: 6px;
} 
  
div.show_feature.pdts2 {
  width:98%;
}

div.show_option.pdts2 {
  width:469px;
  margin-right: 6px;
}

div.show_feature.pdts3, div.show_option.pdts3 {
  width:759px;
} 
  
span.show_moreinfo {
  float: right;
  cursor: pointer;
}

div.hidde_info {
  font-size:10px;
}

div.hidde_info2 {
  margin-top : 5px;
  font-size:11px;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
}

div#contact {
  margin-left: 80px;
}

.image-flotante-droite {
  float: right;
  padding-right : 20px; 
}

.image-flotante-gauche {
  float: left;
  padding-left : 10px; 
}

ul.bluemind_presentation {
  margin-left: 10px;
  margin-bottom: 9px;
} 
  
ul.bluemind_presentation li.presentation {
  list-style-type: none;
  display: inline;
  border-radius: 5px 5px 0 0;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:5px;
  padding-right:5px;
}
  
ul.bluemind_presentation li.inactif {
  background: #DDDDDD;
  background: -moz-linear-gradient(center top, #DDDDDD, #CCCCCC) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#CCCCCC));
  background: -webkit-linear-gradient(center top, #DDDDDD, #CCCCCC);
  background: -ms-linear-gradient(center top, #DDDDDD, #CCCCCC);
  background: -o-linear-gradient(center top, #DDDDDD, #CCCCCC);
  text-shadow: 0 1px 1px #FFF;
  cursor: pointer;
}
  
ul.bluemind_presentation li.actif {
  color: #FFF;
  font-weight: bold;
  background: #fb9a53;
  background: -moz-linear-gradient(center top , #fb710b, #fb9a53) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fb710b), to(#fb9a53));
  background: -webkit-linear-gradient(center top, #fb710b, #fb9a53);
  background: -ms-linear-gradient(center top, #fb710b, #fb9a53);
  background: -o-linear-gradient(center top, #fb710b, #fb9a53);
}

div.encadrement_bm {
  background: #F5F5F5;
  width: 640px;
  border: 1px solid #DDDDDD;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
}

ul.bloc_contacts li.bloc_contact {
  list-style-type: none;
  display: inline;
  border-radius: 5px 5px 0 0;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:5px;
  padding-right:5px;
}

ul.bloc_contacts li.inactif {
  background: #DDDDDD;
  background: -moz-linear-gradient(center top, #DDDDDD, #CCCCCC) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#CCCCCC));
  background: -webkit-linear-gradient(center top, #DDDDDD, #CCCCCC);
  background: -ms-linear-gradient(center top, #DDDDDD, #CCCCCC);
  background: -o-linear-gradient(center top, #DDDDDD, #CCCCCC);
  text-shadow: 0 1px 1px #FFF;
  cursor: pointer;
}

ul.bloc_contacts li.actif {
  color: #FFF;
  font-weight: bold;
  background: #fb9a53;
  background: -moz-linear-gradient(center top , #fb710b, #fb9a53) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fb710b), to(#fb9a53));
  background: -webkit-linear-gradient(center top, #fb710b, #fb9a53);
  background: -ms-linear-gradient(center top, #fb710b, #fb9a53);
  background: -o-linear-gradient(center top, #fb710b, #fb9a53);
}

div.bloc_contacts_contenu {
  margin-top:10px;
  padding-top:5px;
  padding-left:10px;
  width:550px;
  border: 1px solid #DDDDDD;
}

a#submit_plan {
 float : right;
 margin-right : 5px;
}

.button {
  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-top: 2px;
  padding-bottom: 2px;
  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);
}

div#plan ul {
  margin-left : 15px;
  margin-bottom : 8px;
  margin-top : 5px;
  list-style: none;  
  font-variant: small-caps;
}

#plan li a.fleche_bleu_droite {
  background: url("../images/fleche_bleu_droite.png") no-repeat scroll left center transparent;
  display: block;
  padding: 5px 0 0 20px;
}

.small
{
  font-size: 12px;
}

div.encadrement {
  background-color: #f3eae1;
  border: 1px solid #f3a85f;
  font-size: 13px;
  line-height: 170%;
  padding: 20px;
  margin-right:10px;
}

.borderight_cloud {
  border-right : 1px solid #FFFFFF;
  padding-right : 40px;
}

/***** POPUP *****/

#popup1, #popup2, #popup3, #popup4 {
  display: none;
  border: 1px solid #666;
  border-radius: 3px 3px 3px 3px; 
  text-align: left;
  width: 400px;
  background: none repeat scroll 0 0 #f4cea9;
  color: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 13px;
  left: 50%;
  margin-left: -230px;
  position: fixed;
  top: 38%;
  z-index: 1000;
  padding : 20px;
  font-weight: normal;
  line-height: 170%;
}

div.cell_1:hover #popup1, div.cell_2:hover #popup2, div.cell_3:hover #popup3, div.cell_4:hover #popup4 {
    display:block;
}

.right {
  float : right;
  margin-right : 10px;
}

.left {
  float : left;
  display: block;
}

img.visuel {
  border: 3px solid #FFF;
  box-shadow: 1px 1px 7px #BBB;
}

.link_cursor
{
  cursor: pointer;
}
