/*-----------------------------------------------------------------------------
  [Inscription]
  
  Feuille de style pour toutes les étapes de l'inscription
  
  1. Body
	2. Top / #top
		2.1 Logo / .logo
		2.2 Etapes / .etapes
	3. Main
		3.1 Colonne de gauche / .left
			3.1.1 Progression / .progress-container
			3.1.2 Container / #content-container
				3.1.2.1 Content / #content
					3.1.2.1.1 Top / .content-top
					3.1.2.1.2 Middle / .content-middle
					3.1.2.1.3 Bottom / .content-bottom
				3.1.2.2 Navigation / .nav
		3.2 Colonne de droite / .right
	4. Bottom / #bottom
	
  5. Spécifique
	5.1 Form / .form
	5.1 Rib / #rib
	5.3 Portabilité du numéro / #porta
  
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
	[1. Body]
*/
h1 {
	font-size:18px;
	margin:20px 0;
}
body {
	font-size: 12px;
}
/*-----------------------------------------------------------------------------
	[2. Top]
*/

#top {
	background: #fff url(http://img3.free.fr/subscribe/im/bg.png) repeat-x left top;
	border-bottom: 1px solid #8e8e8e;
	height: 112px;
	margin: 0px;
	padding: 0px;
	width: 950px;
}
/*-----------------------------------------------------------------------------
	[2.1 Logo]
*/

#top .logo {
	background: transparent url(http://img3.free.fr/subscribe/im/logo.png) no-repeat left top;
	display: block;
	float: left;
	height: 112px;
	margin: 0px;
	padding: 0px;
	width: 232px;
}
#top .logo span {
	display: none;
}
/*-----------------------------------------------------------------------------
	[2.2 Etapes]
*/

#top .etapes .etape {
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	height: 112px;
	width: 713px;
}
#top .etapes .etape-1 {
	background-image: url(http://img3.free.fr/subscribe/im/progress_top_1.png);
}
#top .etapes .etape-2 {
	background-image: url(http://img3.free.fr/subscribe/im/progress_top_2.png);
}
#top .etapes .etape-3 {
	background-image: url(http://img3.free.fr/subscribe/im/progress_top_3.png);
}
#top .etapes .etape-4 {
	background-image: url(http://img3.free.fr/subscribe/im/progress_top_4.png);
}
#top .etapes .etape-5 {
	background-image: url(http://img3.free.fr/subscribe/im/progress_top_5.png);
}
#top .etapes .etape-6 {
	background-image: url(http://img3.free.fr/subscribe/im/progress_top_6.png);
}
#top .etapes .etape-7 {
	background-image: url(http://img3.free.fr/subscribe/im/progress_top_7.png);
}
/*-----------------------------------------------------------------------------
	[3. Main]
*/
	
#main {
	margin:0px;
	padding:0px;
	width:100%;
}
/*-----------------------------------------------------------------------------
	[3.1 Colonne de gauche]
*/
	
#main .left {
	border-right: 1px solid #bababa;
	float: left;
	/*height: 550px;*/
	min-height: 550px;
	width: 749px;
}
/*-----------------------------------------------------------------------------
	[3.1.1 Progression]
*/
	
#main .left .progress-container {
	background: url(http://img3.free.fr/subscribe/im/progress_bg_bg.png) repeat-x;
	border-bottom: 1px solid #bababa;
	height: 45px;
	width: 100%;
}
#main .left .progress-container .progress {
	background: url(http://img3.free.fr/subscribe/im/progress_bg_right.png) 595px 0px no-repeat;
	height: 45px;
}
#main .left .progress-container .progress .etape {
	background: url(http://img3.free.fr/subscribe/im/progress_bg.png) repeat-x;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	position: relative;
	white-space: nowrap;
	z-index: 10;
}
#main .left .progress-container .progress .etape-right {
	background: url(http://img3.free.fr/subscribe/im/progress_right.png) no-repeat;
	float: left;
	height: 45px;
	width: 49px;
}
#main .left .progress-container .progress .etape-1 {
	width: 85px;
}
#main .left .progress-container .progress .etape-2 {
	width: 170px;
}
#main .left .progress-container .progress .etape-3 {
	width: 255px;
}
#main .left .progress-container .progress .etape-4 {
	width: 340px;
}
#main .left .progress-container .progress .etape-5 {
	width: 425px;
}
#main .left .progress-container .progress .etape-6 {
	width: 510px;
}
#main .left .progress-container .progress .etape-7 {
	width: 595px;
}
/*-----------------------------------------------------------------------------
	[3.1.2 Container]
*/

#content-container {
	background: transparent url(http://img3.free.fr/subscribe/im/content-container-background.png) repeat-x;
	padding: 15px;
}
/*-----------------------------------------------------------------------------
	[3.1.2.1 Content]
*/

#content {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 3px;
}
/*-----------------------------------------------------------------------------
	[3.1.2.1.1 Top]
*/

#content .content-top {
	background: url(http://img3.free.fr/subscribe/im/bg_top.png) repeat-x;
	border: 1px solid #e1e1e1;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#content .content-top .warning {
	color: #dd0000;
	font-size: 12px;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------
	[3.1.2.1.2 Middle]
*/

#content .content-middle {
	padding: 10px;
}
#content .content-middle a {
	color: #dd0000;
	text-decoration: underline;
}
#content .content-middle li {
	list-style-image: url(http://img3.free.fr/subscribe/im/list-arrow-red.png);
	margin-right: 10px;
}
#content .content-middle .block {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	clear: both;
	margin: 10px;
	padding: 20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#content .content-middle .block h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#content .content-middle .block h4 {
	color: #dd0000;
	font-size: 13px;
	font-weight: bold;
}
#content .content-middle .block img {
	margin-right: 10px;
}
#content .content-middle .block ul {
	list-style-image: url(http://img3.free.fr/subscribe/im/list-arrow-red.png);
	margin-right: 10px;
}
#content .content-middle .block-left {
	float: left;
	width: 280px;
}
#content .content-middle .block-left span.bold, #content .content-middle .block-right span.bold {
	font-size:16px;
}
#content .content-middle .block-right {
	border-left: 1px solid #CCCCCC;
	padding-left:30px;
	float: right;
	width: 280px;
}
.p-left {
	float:left;
	width:300px;
}
.p-right {
	float:right;
	width:300px;
}
.pop {
	font-size:14px;
	background: #fff;
	border: 2px solid #CCC;
	padding: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 2px 5px #ccc;
	-webkit-box-shadow:0 2px 5px #ccc;
	box-shadow:0 2px 5px #ccc;
	cursor:pointer;
}
/*-----------------------------------------------------------------------------
	[3.1.2.1.3 Bottom]
*/
	
#content .content-bottom {
	clear: both;
}
#content .content-bottom .notice {
	padding: 10px;
}
/*-----------------------------------------------------------------------------
	[3.1.2.2 Navigation]
*/

#content-container .nav {
	margin-top: 10px;
}
#content-container .nav input {
	background: #fff;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
#content-container .nav input.prev {
	float: left;
}
#content-container .nav input.next {
	float: right;
	background: #dd0000;
	color:#fff;
}
#content-container .nav input:focus, #content-container .nav input:hover {
	background: #dd0000;
	color:#fff;
	border:1px solid #333333;
}
#content-container .nav input.focused {
	background: #dd0000;
	color:#fff;
	float: right;
}
#content-container .nav .prevb:focus, #content-container .nav .prevb:hover {
	background: #d1d1d1;
}
#content-container .nav .prevb {
	float: left;
	background: #fff;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
#content-container .modif {
	background: #fff;
	border: 1px dotted #dd0000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	width:150px
}
/*-----------------------------------------------------------------------------
	[3.2 Colonne de droite]
*/

#main .right {
	background: url(http://img3.free.fr/subscribe/im/recap.png) no-repeat center 10px;
	color: #fff;
	float: left;
	height: 100%;
	padding: 15px;
	padding-top: 70px;
	width: 168px;
}
#main .right .etape {
	border-bottom: 1px solid #eaeaeb;
	color: #000;
	margin-bottom: 7px;
	padding: 5px;
}
#main .right .last {
	border-bottom: 0;
}
#main .right .etape .title {
	color: #dd0000;
	font-weight: bold;
}
#main .right .etape .subtitle {
	font-weight: bold;
}
#main .right .etape-non-active {
	color: #a7a7a7;
}
#main .right .etape-non-active .title {
	color: #a7a7a7;
	font-weight: normal;
}
#main .right .etape-non-active .subtitle {
	font-weight: normal;
}
#main .right .etape-active .title {
	background: url(http://img3.free.fr/subscribe/im/check.png) no-repeat left center;
	padding-left: 20px;
}
#main .right .etape a {
	color: #dd0000;
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------
	[4. Bottom]
*/

#bottom {
	clear: both;
	height: 20px;
}
/*-----------------------------------------------------------------------------
	[5.1 Form]
*/

.form p, .form div.form-block {
	margin: 3px;
	padding: 3px;
}
.form label {
	float: left;
	width: 260px;
}
.form h2 {
	color: #dd0000;
	font-size: 14px;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------
	[5.2 Rib]
*/

#rib {
	float: left;
}
#rib div {
	float: left;
	margin-right: 5px;
}
#rib div span {
	display: block;
	height: 40px;
}
#rib div.cp {
	width: 70px;
}
#rib div.cg {
	width: 70px;
}
#rib div.cpt {
	width: 85px;
}
#rib div.rib {
	width: 50px;
}
/*-----------------------------------------------------------------------------
	[5.3 Portabilité du numéro]
*/

#porta div {
	float: left;
	width: 20%;
}
/*-----------------------------------------------------------------------------
	[zone focus]
*/
.focuz {
	padding: 10px;
	background-color: #F4FFFF;
	margin: 10px 0 10px 0;
}
#content .content-middle .focuz div.ttl {
	width:250px;
	float:left;
	color: #dd0000;
	font-size: 14px;
	font-weight: bold;
}
#content .content-middle .focuz .opt {
	float:right;
	width:400px
}
/*-------------------------------------------------*/
.hid {
	visibility:hidden
}
.clear {
	clear:both
}
/* add: 02 05 2012 > autre moyen de paiement ( 03_bank )*/
.autre {
	color:#000000;
	cursor:pointer;
}
.alertBox {
	width: 360px;
	height:160px;
	position: absolute;
	z-index: 999;
	top:50%;
	left:50%;
	margin-left: -200px;
	margin-top: -100px;
	padding:20px;
	background:#ffffff;
	border:3px solid red;
	
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
	box-shadow: 0px 1px 4px rgba(0,0,0,.3);
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:none;
}
.alertBox h1{
	
	font-size:30px; color:#F00
	}
.alertBox p{}
.alertBox .valButton{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #999;
	background-image:-webkit-gradient(linear, left top, left bottom, from( #CCC ), to( #999 ));
	background-image:-webkit-linear-gradient( #CCC, #999 );
	background-image:   -moz-linear-gradient( #CCC, #999 );
	background-image:    -ms-linear-gradient( #CCC, #999 );
	background-image:     -o-linear-gradient( #CCC, #999 );
	background-image:        linear-gradient( #CCC, #999 );
	color: #333;
	text-transform:uppercase;
	float:left;
	padding:10px;
	width: 100px;
	margin-left:20px;
	cursor:pointer;
	} 
	
.alertBox .valButton.red{
	color:white;
	
	
	background-image:-webkit-gradient(linear, left top, left bottom, from( #F00 ), to( #C00 ));
	background-image:-webkit-linear-gradient( #F00, #C00);
	background-image:   -moz-linear-gradient( #F00, #C00 );
	background-image:    -ms-linear-gradient( #F00, #C00 );
	background-image:     -o-linear-gradient( #F00, #C00 );
	background-image:        linear-gradient( #F00, #C00 );
	width: 150px;
	} 

#inside li {
	padding-left:60px !important;
	display:block;
	height:30px  !important;
	list-style-image:none !important;
	padding-top:15px;
}
#inside #inte {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left top no-repeat
}
#inside #vdsl {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -1000px no-repeat
}
#inside #nas {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -50px no-repeat
}
#inside #swi {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -100px no-repeat
}
#inside #hot {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -150px no-repeat
}
#inside #wif {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -200px no-repeat
}
#inside #mob {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -250px no-repeat
}
#inside #fix {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -300px no-repeat
}
#inside #int {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -350px no-repeat
}
#inside #ass {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -400px no-repeat
}
#inside #tv {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -450px no-repeat
}
#inside #mag {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -500px no-repeat
}
#inside #blu {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -550px no-repeat
}
#inside #gyr {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -600px no-repeat
}
#inside #cont {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -650px no-repeat
}
#inside #guid {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -700px no-repeat
}
#inside #jeu {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -750px no-repeat
}
#inside #man {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -800px no-repeat
}
#inside #nav {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -850px no-repeat
}
#inside #hdm {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -900px no-repeat
}
#inside #mes {
	background:url(http://img3.free.fr/subscribe2012/im/inclus.png) left -950px no-repeat
}


































