
/* _________________________________ GLOBAL _________________________________ */


a {
  text-decoration:none;
  color:#0A9EB5;
}

img, form {
  border:0;
  padding:0;
  margin:0;
}

/* ______________________________ NUMERICABLE _______________________________ */

body {
  background:#F8F8F8;
  text-align:center;
  font-size:12px;
}

body.be, body.lu, body.nl {
  background:#F8F8F8;
}

#nc_container {
  width:980px;
  text-align:left;
  margin:auto;
  margin-top:5px;
}

/* ______________________________ MENU GENERAL ______________________________ */

#nc_menu {
  background:url(nc-menu-bg.png) no-repeat;
  height:85px;
}

/* Logo */

#nc_menu h1 {
  margin:5px 0 0 0;
  padding:0 0 0 20px;
  width:220px;
  float:left;
}

#nc_menu #nc_lang {
  font-family:Arial,Helvetica,Sans-serif;
  float:left;
  color:#aaa;
  font-size:11px;
  padding-top:62px;
  padding-bottom:5px;
  width:160px;
  text-align:center;
}

.lu #nc_menu #nc_lang {
	text-align:left;
}

#nc_menu #nc_lang a {
  color:#fff;
}

#nc_menu #nc_lang a:hover {
	text-decoration:underline;
}

/* Bloc liens */

#nc_menu #nc_links {
  float:right;
  padding:5px 0 0 0;
  width:480px;
}

#nc_menu #nc_links a {
  display:block;
  float:left;
  text-indent:-5000px;
  font-family:Arial,Helvetica,Sans-serif;
  font-size:11px;
  text-decoration:none;
  text-align:center;
  font-weight:bold;
}

#nc_menu #nc_links #nc_home {
  background:url(bt_accueil_off.gif) no-repeat;
  width:85px;
  height:67px;
}

body.nl #nc_menu #nc_links #nc_home {
  background:url(bt_accueil_off-nl.gif) no-repeat;
}

#nc_menu #nc_links #nc_home:hover {
  background:url(bt_accueil_on.gif) no-repeat;
}

body.nl #nc_menu #nc_links #nc_home:hover {
  background:url(bt_accueil_on-nl.gif) no-repeat;
}

#nc_menu #nc_links #nc_client {
  background:url(bt_accesclient_off.gif) no-repeat;
  width:79px;
  height:67px;
}

body.nl #nc_menu #nc_links #nc_client {
  background:url(bt_accesclient_off-nl.gif) no-repeat;
}

#nc_menu #nc_links #nc_client:hover {
  background:url(bt_accesclient_on.gif) no-repeat;
}

body.nl #nc_menu #nc_links #nc_client:hover {
  background:url(bt_accesclient_on-nl.gif) no-repeat;
}

#nc_menu #nc_links #nc_offres {
  width:290px;
  float:left;
  margin-top:10px;
}

#nc_menu #nc_links #nc_proclient {
  width:95px;
  float:left;
  margin-top:10px;
}

#nc_menu #nc_links #nc_offres a, #nc_menu #nc_links #nc_proclient a {
  background:url(bt_menu_off.gif) no-repeat;
  color:#fff;
  width:95px;
  height:26px;
  text-indent:0;
  line-height:25px;
}

#nc_menu #nc_links #nc_offres a:hover, #nc_menu #nc_links #nc_offres a.active, #nc_menu #nc_links #nc_proclient a:hover, #nc_menu #nc_links #nc_proclient a.active {
  background:url(bt_menu_on.gif) no-repeat;
  color:#000;
}

#nc_menu #nc_links #nc_offres #nc_packs {
  width:290px;
  background:url(bt_menul_off.gif) no-repeat;
}

#nc_menu #nc_links #nc_offres #nc_packs:hover, #nc_menu #nc_links #nc_offres #nc_packs.active {
  background:url(bt_menul_on.gif) no-repeat;
}


/* ________________________________ CONTENU _________________________________ */

#nc_content {
  font-family:Arial,Helvetica,Verdana,Sans-serif;
  text-align:left;
  margin-top:7px;
  width:100%;
  clear:both;
}

/* _______________________________ NAVIGATION _______________________________ */

#nc_navtop ul {
	text-align:right;
}

#nc_navtop li {
	display:inline;
	margin-right:20px;
}

#nc_navtop li a {
	color:#777;
}

#nc_navtop li a:hover {
	color:#000;
}

/* __________________________________ FOOTER __________________________________ */

#nc_footer {
  font-size:11px;
  color:#8d8d8d;
  clear:both;
  font-family:Arial,Helvetica,Sans-serif;
  line-height:160%;
  padding-top:15px;
}

#nc_footer_l {
	float:left;
	text-align:left;
}

#nc_footer_r {
	float:right;
	text-align:right;
}

#nc_footer a {
  color:#8d8d8d;
  text-decoration:none;
}

#nc_footer .copy, #nc_footer .copy a {
	color:#ddd;
}

#nc_footer a:hover {
  color:#212121;
}

/* ________________________________ GLOBAL __________________________________ */


#nc_page .center {
  text-align:center;
}

#nc_page .left {
  float:left;
  margin:0 1em 0 1em;
}

#nc_page .right {
  float:right;
  margin:0 1em 0 1em
}

/* ________________________________ LIENS __________________________________ */

a.go {
	color:#098aab;
	background:url(gow.png) no-repeat center right;
	padding-right:16px;
}

.rounded_black a.gob {
	background:url(gob.png) no-repeat center left;
	padding-left:18px;
}

.rounded_black a.gob:hover {
	color:#fff;
}

a.blue, a.goblue, a.gogreen {
	color:#fff;
	text-align:center;
	line-height:28px;
	display:block;
	font-weight:normal;
	height:27px;
	width:134px;
}

a.blue {
	background:url(btn-blue.png) no-repeat;
}

a.goblue {
	background:url(btn-goblue.png) no-repeat;
	text-indent:-10px;
	width:164px; /* Exception */
}

a.gogreen {
	background:url(btn-gogreen.png) no-repeat;
	text-indent:-10px;
}

.rounded_black a.blue {
	background:url(btn-blue-black.png) no-repeat;
}

.rounded_black a.gogreen {
	background:url(btn-gogreen-black.png) no-repeat;
}

#clear, .clear, .break {
  clear:both;
}

/* Titres */

#nc_page h1,#nc_page h2 {
  margin:0 40px 20px 40px;
  padding-top:20px;
}

#nc_page h3,#nc_page h4, #nc_page h5, #nc_page h6 {
  margin:20px 40px 10px 40px;
}

#nc_page h1 {
  color:#000;
  font-size:40px;
  margin-bottom:0;
  z-index:100;
  position:relative;
}

/* Listes et puces */

#nc_page ul.gop, #nc_page p.gop {
	margin-left:20px;
	padding:0 0 0 40px;
}

#nc_page ul.gop li {
	list-style-image:url(gop.png);
	line-height:170%;
	margin-bottom:1em;
}

#nc_page ul.gop.compact li {
	line-height:180%;
	margin-bottom:0;
}

#nc_page .rounded_black ul.gop.compact li a {
	color:#fff;
	border-bottom:1px solid #333;
}

#nc_page .rounded_black ul.gop.compact li a:hover {
	border-bottom:1px solid #ccc;
}

#nc_page .rounded_black .gop li {
	list-style-image:url(gopb.png);
}

/* Paragraphes */

#nc_page p {
  margin:20px 40px;
  line-height:160%;
}

#nc_page p.alert {
  font-size:12px;
  padding:5px;
  color:orange;
  text-align:center;
  font-weight:bold;
}

#nc_page p.alert-info {
  /*background:#fff url(bg-alert-info.gif) no-repeat;*/
  font-size:11px;
  padding:5px;
  color:#222;
  text-align:center;
  margin-bottom:0;
  margin-left:0px;
}


/*
#nc_page h2 {
	margin-top:0;
}
*/

/*#nc_content #nc_page h1.spaced {
  height:100px;
}*/

#nc_page h2 {
  font-size:26px;
  color:#666;
}

#nc_page h3 {
  clear:both;
  color:#333;
  font-size:20px;
}

#nc_page .left {
  float:left;
  margin-right:1em;
  margin-left:1em;
}
#nc_page .right {
  float:right;
  margin-left:1em;
  margin-right:1em;
}

/* Cols */

#nc_page .col40 {
	float:left;
	width:40%;
}

#nc_page .col50 {
	float:left;
	width:50%;
}

#nc_page .col60 {
	float:left;
	width:60%;
}

#nc_page .col65 {
	float:left;
	width:65%;
}

#nc_page .col30 {
	float:left;
	width:30%;
}

#nc_page .col35 {
	float:left;
	width:35%;
}

#nc_page .col70 {
	float:left;
	width:70%;
}

/* Txt */

#nc_content #nc_page .discret {
  font-size:smaller;
  color:#666;
  padding-top:0;
  padding-bottom:0;
  margin-top:0;
  margin-bottom:0;
}

#nc_content #nc_page .rounded_black .discret {
  color:#666;
}

#nc_page .discret-inpack {
  font-size:smaller;
  color:#999;
  margin:0;
  padding:0 25px 0 40px;
}

#nc_page sup {
  color:#999;
  font-weight:normal;
  font-size:9px;
}


/* Prix */

#nc_page .price {
	color:#666;
	font-size:45px;
	font-weight:bold;
}

#nc_page .price .tarif {
  position:relative;
  line-height:20%;
}

#nc_page .price .euro {
  font-size:40%;
  position:relative;
  top:-1em;
}

#nc_page .price .duree {
  font-size:40%;
  line-height:0.9em;
  position:absolute;
  left:0;
  top:1.5em;
  white-space:nowrap;
}

#nc_page .price .mentions {
	font-size:11px;
	display:block;
	line-height:12px;
	position:relative;
	top:-1em;
	text-align:center;
	font-weight:normal;
}

#nc_page .tabpack .price.avec_promo {
	background:#9fb41f url(degrade-vert.png);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
	padding-left:15px;
}

#nc_page .tabpack .price .mentions {
	float:right;
	top:2em;
	margin-right:2em;
}

#nc_page .showpack .price {
	margin-right:10%;
	position:relative;
	top:-0.2em;
}

#nc_page .rounded_black .price {
	color:#fff;
}


/* Packs */

#nc_page .pack {
	width:90%;
  border:0;
  clear:both;
  margin-top:2em;
  margin-left:35px;
  border-collapse:collapse;
  border-spacing:0;
}

#nc_page .pack .prix .nc_price {
	font-weight:bold;
	text-align:left;
	font-size:20px;
	color:#666;
}

#nc_page .rounded_black .pack .prix .nc_price {
	width:104px;
	display:block;
	height:27px;
	line-height:26px;
	text-align:center;
	background:url(prix.png) no-repeat center center;
	font-weight:bold;
	color:#fff;
	font-size:14px;
}

#nc_content #nc_page .pack .more {
	color:#666;
	font-size:10px;
}

#nc_page .pack .prix {
	width:15%;
	padding-left:2em;
}

#nc_page .pack p.intitule {
	font-size:20px;
	font-weight:bold;
}

#nc_page .rounded_black .pack p.intitule a {
	color:#fff;
}

#nc_page .pack p {
	margin:0;
	padding:0;
}

/* Divers */

#coditel #nc_page .offert {
  font-weight:bold;
  color:#89b00e;
}

#nc_page td.picto {
  width:60px;
  vertical-align:top;
  padding-top:5px;
}

#nc_page input.valider {
  color:#fff;
  text-align:center;
  font-weight:bold;
  background:url(valider.gif) no-repeat;
  width:96px;
  height:39px;
  border:0;
  cursor:pointer;
}

/* Blocs */

#nc_page .bloc {
  margin-top:10px;
  margin-left:10px;
  clear:both;
}

#nc_page .bloc3 {
  width:300px;
  float:left;
}

#nc_page .bloc3 h2 {
	margin:0;
}

/* Séparateurs */

#nc_page hr {
  color: #666;
  background-color: #666;
  height:1px;
  width:80%;
  border:0;
  margin-left:10%;
}

hr.spip {
  margin:0;
}

/* Prix */

.nc-prix {
  color:#9FC512;
  font-size: 3em;
  font-weight:bold;
}
.nc-prix .tarif {
  position:relative;
}

.nc-prix .euro {
  font-size:40%;
  position:relative;
  top:-1em;
}
.nc-prix .duree {
  font-size:35%;
  line-height:0.9em;
  position:absolute;
  left:0;
  bottom: 0.5em;
  white-space:nowrap;
}
.nc-prix .gratuit {
  font-size: 35%;
}

/* Identification */

table.ident {
  width:50%;
  margin-left:25%;
}

table.ident input.textfield {
  background:#fff;
  border:1px solid #ccc;
  padding:3px;
}

/* Input magic */

#coditel .input-magic {
  width:248px;
  height:60px;
  color:#93cf12;
  font-weight:bold;
  text-align:center;
  border:0;
  background:url(input-magic.gif) no-repeat;
  font-size:20px;
  line-height:50px;
  outline:none;
}

.rounded_black, #nc_content #nc_page .rounded_black h3, #nc_content #nc_page .rounded_black h4, #nc_content #nc_page .rounded_black h1, #nc_content #nc_page .rounded_black p, #nc_content #nc_page .rounded_black h2 span  {
  color:#fff;
}

#nc_content #nc_page .rounded_black h2 {
  color:#ddd;
}

#nc_content #nc_page .tv-pack p.desc, #nc_content #nc_page .tel-pack p.desc, #nc_content #nc_page .net-pack p.desc {
	color:#ccc;
}

p.desc span {
	color:#93c303;
	font-size:18px;
}


/* ______________________________ BLOCS QUICK ______________________________ */

.quick {
	font-size:12px;
	color:#333;
}

.quick h2 {
	color:#444;
	font-size:28px;
	margin:0 0 0 85px;
	padding:0;
}

.quick h2 span {
	color:#B3DC1A;
}

.quick .block1 p{
	margin:10px 0 0 85px;
	padding:0 10px 0 0;
}

.quick .block1{
	width:318px;
	margin:12px 0px 0px 12px;
	float:left;
}

.quick .block1.first{
	margin-left:0;
}

.quick .block a{
	text-decoration: none;
	color:#000;
}

.quick .block1 .content{
	height:145px;
}

.quick strong {
	color:#098aab;
}

/* Illustrations */

.quick #vod .content {
	background:#fff url(quick_espaces.jpg) no-repeat top left !important;
}

.quick #numeriweb .content {
	background:#fff url(quick_numeriweb.png) no-repeat top left !important;
}

.quick #tvhd .content {
	background:#fff url(quick_tvhd.png) no-repeat top left !important;
}

.quick #quiz .content {
	background:#fff url(quick_quiz.jpg) no-repeat top left !important;
}

.quick #start2surf .content {
	background:#fff url(quick_start2surf.jpg) no-repeat top left !important;
}


/* Rounded */

.rounded .top span{padding-left:9px;font-size:1%;display:block;height:9px;background:url(/css/images/commun/bg_rounded.gif) no-repeat 0 0}
.rounded .top span span {padding-right:9px;background-position:100% 0}
.rounded .top span span span{height:8px;border-top:1px solid #D0D0D0;background:#fff none}
.rounded .content {border-left:1px solid #D0D0D0;border-right:1px solid #D0D0D0;background:#fff;padding:0 9px;position:relative;zoom:1;}
.rounded .bottom span{padding-left:9px;display:block;height:9px;font-size:1%;background:url(/css/images/commun/bg_rounded.gif) no-repeat 0 100%}
.rounded .bottom span span {padding-right:9px;background-position:100% 100%}
.rounded .bottom span span span{padding-right:9px;height:8px;border-bottom:1px solid #D0D0D0;background:#fff none}

/* Rounded black */

.rounded_black .top span{padding-left:9px;font-size:1%;display:block;height:9px;background:url(/css/images/commun/bg_rounded_noir.gif) no-repeat 0 0}
.rounded_black .top span span {padding-right:9px;background-position:100% 0}
.rounded_black .top span span span{height:8px;border-top:1px solid #000;background:#000 none}
.rounded_black .content {border-left:1px solid #333;border-right:1px solid #333;background:#000;padding:0 9px;color:#fff;position:relative;zoom:1;}
.rounded_black .bottom span{padding-left:9px;display:block;height:9px;font-size:1%;background:url(/css/images/commun/bg_rounded_noir.gif) no-repeat 0 100%}
.rounded_black .bottom span span {padding-right:9px;background-position:100% 100%}
.rounded_black .bottom span span span{padding-right:9px;height:8px;border-bottom:1px solid #333;background:#000 none}

#nc_page .rounded.page .content {
	padding:0.2em 0;
}

/* VOD */

#nc_page_vod h2, #nc_page_vod p { margin:0; }



/* ______________________________ SLICKBOX _______________________________ */

#slick-toggle {
  cursor: pointer;
  
 } 
 
#slickbox {
  padding: 5px;
  margin: 0 40px 20px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

#slickbox ol, #slickbox ul {
  margin: 20px;
} 

/* ______________________________ ASSISTANCE ______________________________ */

#container .block1 form #id_login, #container .block1 form #id_pwd, #container .block1 form #id_nl {
	margin:5px 0;
	font-size:12px;
	color:#333;
}

#container .block1 form label {
	vertical-align:normal;
	font-weight:normal;
	float:left;
	line-height:28px;
	width:90px;
}

#container .block1 form .submit {
	font-weight:bold;
	background:#fff;
	color:#666;
	border:1px solid #666;
	cursor:pointer;
	font-size:13px;
	-moz-border-radius:4px;
}

#nc_content .rounded_vert .top span span span {
	background:#99CC00 none repeat scroll 0 0;
}

#nc_content .rounded_vert .content {
	background:#99CC00 none repeat scroll 0 0;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	padding:0 9px;
}

#nc_content .rounded_vert .bottom span span span {
	background:#99CC00 none repeat scroll 0 0;
	border-bottom:1px solid #D0D0D0;
}

#nc_container p.spip a {
	color:#0A9EB5;
}

#contenu_principal .rounded.rounded_vert {padding-bottom: 0px;}
#contenu_principal .rounded_vert .content {padding: 5px 20px 10px 20px; padding: 0 20px;}

.rounded_vert .content {padding: 5px 20px 10px 20px;  }
.rounded_vert .sous_block {border-top:1px solid #89b700; margin-top: 15px;}
.rounded_vert .sous_block div {padding: 0;} /*padding: 0 0 15px 0;*/
.rounded_vert .top span{background:url(http://assistance.numericable.fr/css/images/commun/bg_rounded_vert.gif) no-repeat 0 0}
.rounded_vert .top span span span{background:#9c0 none}
.rounded_vert .content{border-left:1px solid #D0D0D0;border-right:1px solid #D0D0D0;background:#9c0;padding:0 9px}
.rounded_vert .bottom span{background:url(http://assistance.numericable.fr/css/images/commun/bg_rounded_vert.gif) no-repeat 0 100%}
.rounded_vert .bottom span span span{border-bottom:1px solid #D0D0D0;background:#9c0 none}

