/*@CHARSET "ISO-8859-1";*/

.manage .v2 *{
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	min-width:0;
	border-collapse : collapse;
	z-index: 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

* html .manage .v2 input, * html .manage .v2 select{
	padding: 3px 2px;
	height: 23px;
	vertical-align: middle;
}

.manage .v2 input, .manage .v2 select{
	background-color: white;
	border:1px solid #DADCF0;
	color:#666666;
	font-size:11px;
	padding: 5px;
}

.manage .v2 .tabs-protector
{
	width:800px;
}

.manage .v2 .tabs
{
	position: relative;
	left: 17px;
	top: 7px;
}

.manage .v2 .tabs .tab{
	padding:0;
	padding-right: 5px;
}

.manage .v2 .tabs td{

}

.manage .v2 .tabs .tab td{
	height: 37px;
	text-align: center;
	vertical-align: middle;
	font-size:13px;
	font-weight:bold;
	color:#B8C7DF;
}

.manage .v2 .tabs .tab.active td{
	color:#154896;
}

.manage .v2 .tabs .tab .left{
	width: 12px;
	background-image:url(../img/bg-tab-left.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.manage .v2 .tabs .tab .right{
	width: 12px;
	background-image:url(../img/bg-tab-right.png);
	background-repeat:no-repeat;
	background-position:left bottom;	
}

.manage .v2 .tabs .tab .middle{
	background-image:url(../img/bg-tab.png);
	background-repeat:repeat-x;
	background-position:left bottom;	
}

.manage .v2 .tabs .tab.active .left{
	background-image:url(../img/bg-tab-active-left.png);
}

.manage .v2 .tabs .tab.active .right{
	background-image:url(../img/bg-tab-active-right.png);
}

.manage .v2 .tabs .tab.active .middle{
	background-image:url(../img/bg-tab-active.png);
}

.manage .v2 .form
{
	width: 736px;
}

.manage .v2 .form tr.top
{
	background-image:url(../img/bg-panel-top.png);
	background-repeat:no-repeat;
	background-position:left top;
	z-index: 1;
}

.manage .v2 .form tr.bottom
{
	background-image:url(../img/bg-panel-bottom.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.manage .v2 .form tr.bottom td
{
	height: 17px;
}

.manage .v2 .form .top th
{
	height: 53px;
	color:#0659B0;
	font-size:20px;
	text-align: left;
	z-index: 1;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.manage .v2 .form tr
{
	background-image:url(../img/bg-panel-middle.png);
	background-repeat:repeat-y;
	background-position:left bottom;
}

.manage .v2 .form td
{
	padding: 2px;
}

/* ie tweak */
.manage .v2 .form td.input,
.manage .v2 .form td.warning1,
.manage .v2 .form td.warning2,
.manage .v2 .form td.warning3,
.manage .v2 .form td.warning4,
.manage .v2 .form td.ko,
.manage .v2 .form td.ok,
.manage .v2 .form td.info
{
	background-position:right bottom;
}
/* */

.manage .v2 .form td.ko
{
	padding-right: 10px;
	font-size:10px;
	color: #a00;
}

.manage .v2 .form td.input
{
	padding-right: 10px;
	font-size:11px;
	color:#999999;
	vertical-align: middle;
}

.manage .v2 .form .lib
{
	color:#333333;
	font-size:11px;
	font-weight:bold;
	vertical-align: middle;
	padding-right: 5px;
	width:250px;
}

.manage .v2 .buttons {
	width: 736px;
}

.manage .v2 .buttons td {
	padding: 10px 20px;
}

.manage .v2 .buttons .right {
	text-align: right;
}

.manage .v2 button,
.manage .v2 .button {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:30px;
	line-height:28px;
	margin:0;
	overflow:visible;
	padding:0;
	text-align:center;
	white-space:nowrap;
	width: auto;
	display:inline-block;
}

/* ie */
* html .manage .v2 button,
* html .manage .v2 .button {
	width: 10px;
}
/* /ie */

.manage .v2 button div,
.manage .v2 button div a,
.manage .v2 .button div,
.manage .v2 .button div a  {
	color:#666666;
	font-size:10px;
	font-weight:bold;
	height:30px;
	line-height:28px;
	margin:0;
	text-decoration: none;
	width: auto;
}

.manage .v2 button .g,
.manage .v2 .button .g  {
	background: url(../img/btn_gen_g.png) no-repeat scroll 0 0;
	padding:0 15px 0 15px;
}
.manage .v2 button .c,
.manage .v2 .button .c {
	background: url(../img/btn_gen_c.png) repeat-x scroll 100% 0;
	font-style: normal;
	width: auto;
}
.manage .v2 button .d,
.manage .v2 .button .d {
	background: url(../img/btn_gen_d.png) no-repeat top right;
	paddind-right:15px;
}

.manage .v2 .papier input
{
	border:1px solid #DADCF0;
	color:#999;
	font-size:11px;	
}

.manage .v2 .papier
{
	background:transparent url(../img/fond_abo_papier.png) no-repeat scroll center top;
	color:#FFFFFF;
	height:146px;
	margin:20px 0 0;
	padding:15px 60px 0 90px;
	font-family:"Verdana",Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
}

.manage .v2 .papier div
{
	margin-bottom: 7px;
	padding-right: 10px;
}

.manage .v2 .papier .numero
{
	font-weight:bold;
}

.manage .v2 .papier .telephone
{
	display: inline-block;
	width: 258px;
	height: 25px;
	background-image:url(../img/bg-numvert.png);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: 60px;
	color: #009146;
	padding-top: 3px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}
.manage .v2 .papier .telephone .inside
{
	margin-left: 115px;
}

.manage .v2 .papier .numvertexpli
{
	font-family: Arial,Helvetica,sans-serif;
	color: #009146;
}

.manage .v2 .cgu a
{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.manage .v2 .bravo p
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	margin: 20px 100px;
}

/***************** PAGE ACHAT *****************/

.manage .v2.achat .achat{
	background:url(../img/fond_haut_page_achat.png) no-repeat top center;
	width:737px;
	clear:both;
	margin: 0;
}
.manage .v2.achat .achat_bas{
	background:url(../img/fond_bas_page_achat.png) no-repeat bottom center;
	width:737px;
	height:29px;
	clear:both;
	margin: 0;
}
.manage .v2.achat .achat table{
	margin:8px 0 0 8px;
}
* html .manage .v2.achat .achat_bas{
	margin-left:4px;
}
* html .manage .v2.achat img.pack{
	margin-left:4px;
}
.manage .v2.achat .achat_box_compte{
	background:url(../img/fond_achat_compte.png) top center;
	height:91px;
	width:296px;
	margin:10px 0 0 0;
}
.manage .v2.achat .achat_box_compte p{
	color:#134696;
	font-size:11px;
	font-weight:bold;
	padding:20px 0 0 25px;
}
.manage .v2.achat .mon_compte{
	font-size:11px;
	font-weight:bold;
	float:left;
	padding:0 0 0 20px;
}
.manage .v2.achat .mon_compte a{
	text-decoration:none;
	color:#134696;
}
.manage .v2.achat .deco{
	font-size:11px;
	font-weight:bold;
	float:right;
	padding:0 50px 10px 0;
}
.manage .v2.achat .sep_vert_achat{
	background:url(../img/sep_vert_achat.png) top center repeat-y;
	height:230px;
	width:1px;
}
.manage .v2.achat .deco a{
	text-decoration:none;
	color:#134696;
}
.manage .v2.achat .choix_offre{
	float:left;
	margin:20px 0 0 20px;
}
.manage .v2.achat .choix_offre p{
	color:#869FC9
}
.manage .v2.achat .choix_offre input{
	color:#869FC9;
	border:1px solid #869FC9;
	background-color:#FFF;
}
.manage .v2.achat .txt{
	font-size:12px;
	color:#2C3370;	
	padding:0 30px 0 30px;
}
.manage .v2.achat td.prix
{
	background-color: white;
	font-size:12px;
	font-weight:bold;
	color:#2C3370;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}

.manage .v2.achat td.offre
{
	color:#2C3370;
	font-size:12px;
	font-weight:bold;
	padding:0 30px;
	vertical-align: middle;
}
	
.manage .v2.achat .abo
{
	color: #001E39;
	font-size:12px;
	font-weight:bold;
	padding: 0 30px;
	text-align:justify;
}

.manage .v2.achat .abo_orange
{
	color:#FCA000;
	font-size:12px;
	font-weight:bold;
}

.manage .v2.achat .txt {
	color:#2C3370;
	font-size:12px;
	padding:0 30px;
}

.prix .asterisque
{
	color: #c00;
}

.explicasterisque .asterisque
{
	color: #c00;
}

.manage .v2.achat .abo.explicasterisque
{
	margin-top: 3px;
	font-size: 10px;
	font-weight: normal;
}