@CHARSET "UTF-8";

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
    color: #1A171B;
    font-size: 16px;
    font-weight: normal;
    list-style: none outside none;
}

blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

/* GLOBAL */
html {
	background-image: url('../images/skyBkg-repeatX_NEW.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #e4f2fd;
}
body {
	background-image: url('../images/skyBkg-1590pixel_NEW_Kiz.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Microsoft YaHei";
	font-weight: bold;
	color: #1A171B;
	line-height: 1.5;
	font-size: 13px;
}
#pageHeader, #pageMenu, #pageFooter {
	width: 936px;
	margin: auto;
}
h1, h2, h3, h4 {
	line-height: 1;
	color: black;
}

h1 {
	font-family: "Arial", "Microsoft YaHei";
}

h2 {
       font-family: "Verdana", "Microsoft YaHei";
	font-size: 18px;
}
h3 {
	font-family: "Verdana", "Microsoft YaHei";
	font-size: 15px;
}

h4 {
	font-family: "Arial", "Microsoft YaHei";
}

.noFloat {
	float: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
/* END GLOBAL */

/* HEADER */
#pageHeader {
	height: 77px;
}
#pageHeader #logo {
	float: left;
	width: 500px;
	margin-left: 16px;
	margin-top: 14px;
}
#pageHeader #login {
	float: right;
	color: white;
	font-size: 75%;
	font-weight: bold;
	margin-top: 14px;
	margin-right: 16px;
}
#pageHeader #login div {
	float: left;
	height: 60px;
	margin-left: 5px;
}
#pageHeader #login p {
	line-height: 20px;
	vertical-align: baseline;
}
#pageHeader #login input[type=text] {
	width: 111px;
	height: 14px;
	color: #808080;	
}
#pageHeader #login input[type=password] {
	width: 87px;
	height: 14px;
	color: #808080;	
}
#pageHeader #login #loginFormSubmit {
	background-image: url('../images/buttonOK.gif');
	text-decoration: none;
	width: 32px;
	height: 21px;
	display: inline-block;
}
#pageHeader #login #loginFormSubmit:HOVER {
	background-image: url('../images/buttonOK_Over.gif');
}
#pageHeader #login a {
	text-decoration: none;
	color: white;	
}
#pageHeader #login a:hover {
	color: #353535;	
}
/* END HEADER */

/* MENU */
#pageMenu {
	min-height: 33px;
	max-height: 65px;
	text-align: center;
	font-family: "Arial", "Microsoft YaHei";
	margin-top: 0;
}

#pageMenu p.subMenu {
    background-image: url("../images/subMenu.gif");
    height: 32px;
    line-height: 32px;
    margin: 0 auto auto;
    width: 916px;
	text-align: left;
}
#pageMenu p.subMenu span {
	background: none;
	font-size: 12px;
	color: white;
}

#pageMenu p.subMenu span:last-child {
    border-bottom: 1px solid white;
    padding: 0 0 2px;
}

#pageMenu p.subMenu a {
	background: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: white;
}
#pageMenu p.subMenu a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
	border-top: 1px dotted white;
}
/* END MENU */

/* CONTENT */
#pageContent {
	width: 1054px;
	margin: auto;
	padding-left: 46px;
}
#pageContent a, #pageContent a:visited {
    color: #5555CC;
    font-weight: bold;
    text-decoration: none;
}

#pageContent a:hover {
	text-decoration: underline;
}

#pageContent #sideFlags {
	width: 23px;
	float: right;
	position: relative;
		top: 108px;
		left: -58px;
}
#pageContent #sideFlags p a {
	display: block;
	margin-bottom: 6px;
}
#pageContent #pageContentTop, #pageContent #pageContentBottom {
	width: 1008px;
	height: 10px;
	background-position: top center;
	background-repeat: no-repeat;
}
#pageContent #pageContentTop {
	margin: 10px 0 0 0;
	background-image: url("../images/topPage.gif");
}
#pageContent #pageContentBottom {
	background-image: url('../images/bottomPage.gif');
}
#pageContent #pageContentMain {
	width: 1008px;
	background-image: url('../images/centralPage_repeatY.gif');
	background-position: top center;
	background-repeat: repeat-y;
}
#pageContent #pageContentMain #socialsAndLanguages {
	width: 848px;
	height: 50px;
	margin: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('../images/bottomBkg_Flags_Social.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
#pageContent #pageContentMain #socialsAndLanguages #languages {
	float: right;
}
#pageContent #pageContentMain #socialsAndLanguages #languages a img {
	margin-top: 10px;
}
#pageContent #pageContentMain #socialsAndLanguages #socials a {
	margin-right: 20px;
}
/* END CONTENT */

/* FOOTER */
#pageFooter #siteLinks {
	margin-top: 5px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	color: #2293DE;
}
#pageFooter #siteLinks a {
	color: #2293DE;
	text-decoration: none;
}
#pageFooter #partenaires {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: #2293DE;
}
#pageFooter #partenaires a {
	color: #CA0267;
	text-decoration: none;
}
#pageFooter #siteLinks a:hover, #pageFooter #partenaires a:hover {
	color: orange;
}
/* END FOOTER */

#pageContent #pageContentMain div.pageLine div ul li {
	background-image: url('../images/greenTick.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
	margin-top: 10px;
}
#pageContent #pageContentMain div.pageLine p {
    color: #1A171B;
    font-family: "Lucida sans unicode", "Microsoft YaHei";
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 19px;
    padding-bottom:11px;
}
#pageContent #pageContentMain div.pageLine strong {
	color: #5555CC;
}
#thickbox_content, #thickbox_hidden_links {
	display: none;
}
#thickbox_slideshow {
	overflow: hidden;
}

.buttonStarted {
	background: url("../images/GET_STARTED_OFF.png");
	height: 80px;
	width: 335px;
}
.buttonStarted:hover {
	background: url("../images/GET_STARTED_ON.png");
	cursor: pointer;
}
.buttonStarted p {
	font-family: helvetica, "Microsoft YaHei";
	font-size: 38px;
	margin: 19px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	padding: 8px 0 0 0;
	
}


/************************************************************/
/* Main menu */

.topMenu
{
	height: 33px;
	width: 936px;
	margin: 0;
	padding: 0;
	list-style: none;  
	background: url("../images/Menu.gif") no-repeat;
}

.topMenu .list {
	
}

.topMenu li.sup
{
	float: left;
	padding: 1px 0 0px 0;
	position: relative;
	line-height: 0;
	border-right: 1px solid #c0c0c0;
}

.topMenu li.sup:first-child
{
	border-right: none;
}

.topMenu li.sup:last-child {
	border-right: none;
}

.topMenu li.sup a {
    color: white;
    float: left;
    font: bold 15px/23px Arial;
    padding: 5px 4px 4px;
    text-decoration: none;
    text-shadow: -1px 1px 0 black;
}

.topMenu li.sup .home {
	padding: 2px 7px 1px;
}
.topMenu li.sup > a:hover {
	/* background: url('../images/bkgMenu_Over_repeatX.gif') repeat-x; */
	background: #525252;
	color: white;
	text-shadow: none;
}

*html .topMenu li a:hover /* IE6 */
{
	color: #fafafa;
}

.topMenu li:hover > ul
{
	display: block;
}

/* Sub-menu */

.topMenu ul
{
	margin: 0;
	padding: 0;    
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 99999;    
	background: #eaeaea;
	border: 1px solid #353535;
}

.arrowShow {
	background: url('http://www.okalea.fr/images/arrow_Kizoa_white_small_v3.png'); 
	width: 15px; 
	height:16px;
}

.topMenu ul li.sub
{
	list-style: none;
	float: none;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #a0a0a0;*/
	border-right: none;
	text-align: left;
}

.topMenu ul li.sub:last-child {
	border-bottom: none;
}

.topMenu ul li.sub a
{    
	padding: 7px 10px 7px 7px;
	min-width: 130px;
	height: 7px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	text-shadow: none;
	color: black;
}

.topMenu ul li.sub a:hover
{
	background: #525252;
	color: white;
}

*html .topMenu ul a /* IE6 */
{    
	height: 10px;
}

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

.topMenu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.topMenu li:hover{
	background: #eaeaea;
	color: black;
	text-shadow: none;
}

* html .topMenu             { zoom: 1; } /* IE6 */
*:first-child+html .topMenu { zoom: 1; } /* IE7 */

/*****************************************************/
.blockOffres {
                width: 893px;
                font-family: Arial, "Microsoft YaHei";
                margin: 0 auto;
            }
            .ContainerOffrePro, .ContainerOffreDVD, .ContainerOffreWeb, .ContainerOffreFree {
                float: left;
                z-index: 6;
            }
            
            .offrePro, .offreDVD, .offreWeb, .offreFree {
                background: url("../elements/pixel_offer_board_website.jpg") repeat-y;
                position: relative;
                width: 200px;
                margin-left: 26px;
                z-index: 6;
            }
            
            .offrePro {
                height: 384px;
            }
            .offreDVD {
                height: 353px;
            }
            .offreWeb {
                height: 291px;
            }
            .offreFree {
                height: 247px;
                margin-left: 4px;
            }
            
            ._header {
		  position: relative;
                padding: 7px 0 0;
                height: 27px;
                width: 100%;
                color: white !important;
                font-weight: bold !important;
            }

	     ._header .lifetime {
		  position: absolute;
		  right: -24px;
		  top: -17px;
	     }
            
            .offrePro > ._header {
                background: #0074bd;
                text-align: left;
            }
            .offreDVD > ._header {
                background: #663987;
                text-align: left;
            }
            .offreWeb > ._header {
                background: #a81264;
                text-align: left;
            }
            .offreFree > ._header {
                background: #bec9ca;
                text-align: left;
            }
            ._header span {
                margin-left: 10px;
                font-size: 16px;
            }
            .offrePro .content .visuel {
                width: 77px;
                margin: 40px auto 36px auto;
            }
            .offreDVD .content .visuel {
                width: 59px;
                margin: 21px auto 21px auto;
            }
            .offreWeb .content .visuel {
                width: 97px;
                margin: 13px auto 31px auto;
            }
            .offreFree .content .visuel {
                width: 72px;
                margin: 17px auto 25px auto;
            }
            
            .btn_block .btn {
                width: 100px;
                height: 39px;
                margin: 0 auto;
            }
            
            .btn_block .btn p {
                color: #FFFFFF !important;
                font-size: 12px !important;
                font-weight: bold !important;
                margin: 0;
                padding: 12px 0 0 !important;
                text-align: center;
                text-shadow: 1px 1px 1px black;
            }
            
            .btn_block .btn p a {
                color: #FFFFFF !important;
                text-decoration: none;
            }
            
            .btn_block .btn:hover {
                cursor: pointer;
            }
            
            .blockPrice {
                margin: 15px 0 0 15px;
            }
            .ContainerOffrePro .btn_block .btn {
                padding: 10px 0 0 0;
                text-align: center;
                background: url('../elements/Bouton_PRO.png') no-repeat;
            }
            .ContainerOffreDVD .btn_block .btn {
                padding: 10px 0 0 0;
                text-align: center;
                background: url('../elements/Bouton_DVD.png') no-repeat;
            }
            .ContainerOffreWeb .btn_block .btn {
                padding: 10px 0 0 0;
                text-align: center;
                background: url('../elements/Bouton_WEB.png') no-repeat;
            }
            .ContainerOffreFree .btn_block .btn {
                padding: 10px 0 0 0;
                text-align: center;
                background: url('../elements/Bouton_Basic.png') no-repeat;
            }

            .ContainerOffreFree .btn_block .btn span a, 
            .ContainerOffreWeb .btn_block .btn span a, 
            .ContainerOffreDVD .btn_block .btn span a, 
            .ContainerOffrePro .btn_block .btn span a  {
                color: white !important;
            }
            
            .textBlock {
                font-size: 12px !important;
                margin: 0 auto;
            }
            .offrePro .textBlock {
                padding-left: 0;
                width: 180px;
                margin-top: 10px;                
            }
            .offreDVD .textBlock {
                padding-left: 0;
                width: 180px;
                margin-top: 10px;
            }
            .offreWeb .textBlock {
                padding-left: 0;
                width: 180px;
                margin-top: 10px;
            }
            
            .offreFree .textBlock {
                margin-top: 10px;
                padding-left: 0;
                width: 180px;
            }

            .textBlock span {
                font-weight: normal !important;
            }

            .textBlock ul {
                font-size: 12px !important;
            }
            .textBlock ul li {
                background: none !important;
                margin-top: 0;
            }
            
            .dash {
                background: url('../elements/tire.png') repeat-x;
                width: 180px;
                height: 1px;
                margin: 0 auto;
                margin-left: 10px;
            }
            span.p_web {
                font-weight: bold !important;
                color: #a81264 !important;
                line-height: 20px;
            }
            
            span.p_dvd{
                font-weight: bold !important;
                color: #663987 !important;
                line-height: 22px;
            }
            
            .btn_block .price {
                width: 120px;
                margin: 0 auto;
            }
            
            .btn_block .price .value {
                margin: 5px auto 5px auto;
            }
            
            .btn_block .price .value span {
                margin: 10px 0 2px 0;
                text-align: center;
                font-weight: bold;
            }
            
            .btn_block .price select {
                width: 120px;
            }
            
            .ContainerOffrePro .price .value span {
                color: #0063a1 !important;
                display: block;
                text-align: center;
                font-size: 20px;
            }
            .ContainerOffreDVD .price .value span {
                color: #6e2685 !important;
                display: block;
                text-align: center;
                font-size: 20px;
            }
            .ContainerOffreWeb .price .value span {
                color: #ae0d69 !important;
                display: block;
                text-align: center;
                font-size: 20px;
            }
            
            .content .moreInfos {
                text-align: right;
            }
            
            .content .moreInfos span {
                margin: 15px 0 0 0;
                color: #737373;
                text-align: center;
                font-weight: bold;
                text-decoration: underline;
                font-size: 12px;
            }
            
            .content .moreInfos span a {
                text-decoration: none;
                color: #737373 !important;
            }
            
            .btn_block .btn span {
                color: #737373;
                text-align: center;
                font-weight: bold;
                text-decoration: none;
                font-size: 12px;
            }
            .btn_block .btn span a {
                text-decoration: none;
                color:  white !important;
                font-weight: bold;
            }
            .withoutPourcentage {
                font-size: 15px;
                text-align: center;
                text-decoration: line-through;
            }
            
            .plus {
                width: 40px;
                height: 40px;
                position: absolute;
            }
            
            .clear {
                clear: both;
            }

/**************** tableau ***********/
.tableauOffres {
                    margin: 10px auto auto auto;
                    width: 900px;
                    font-family: Arial, "Microsoft YaHei";
                    position: relative;
                }
                
                .line {
                    border-bottom: 1px solid #ffffff;
                    font-weight: bold;
                }
                
                .line .visual {
                    margin: 0 1px 0 -4px;
                    float: left;
                    height: 31px;
                    width: 50px;
                }
                .line .desc {
                    margin: 0 1px 0 0;
                    float: left;
                    height: 31px;
                    width: 439px;
                    text-align: left;
                    padding: 0 0 0 10px;
                }
                .line .basic {
                    margin: 0 1px 0 0;
                    float: left;
                    height: 31px;
                    width: 100px;
                    text-align: center;
                }
                .line .web {
                    margin: 0 1px 0 0;
                    float: left;
                    height: 31px;
                    width: 100px;
                    text-align: center;
                }
                .line .dvd {
                    margin: 0 1px 0 0;
                    float: left;
                    height: 31px;
                    width: 100px;
                    text-align: center;
                }
                .line .pro {
                    margin: 0 0 0 0;
                    float: left;
                    height: 31px;
                    width: 100px;
                    text-align: center;
                }
               
                .highlight_web {
                    background: #e5cfd5;
                }
                .highlight_dvd {
                    background: #dbd0dd;
                }
                .highlight_pro {
                    background: #d7e0f5;
                }
                .highlight_free {
                    background: #d4dadb;
                }
                .highlight_neutre {
                    background: #e9e8ea;
                }
                 
                .details {
                
                }
            
                .details p {
                    font-size: 12px !important;
                    text-decoration: underline !important;
                    text-align: left !important;
		      margin: 10px 0 0 20px;
                }

                .details p a {
			color: #737373 !important;
		  }
                /******** first line *******/
                .line {
                    color: white;
                }
                .line .h_visual {
                    background: transparent;
                }
                .line .h_desc {
                    background: transparent;
                }
                .line .h_basic {
                    background: #aec0c0;
                }
                .line .h_web {
                    background: #ad0050;
                }
                .line .h_dvd {
                    background: #670077;
                }
                .line .h_pro {
                    background: #005fb7;
                }
                .line .coche {
                    width: 21px;
                    height: 21px;
                }
                
                
                
                .line p.coched {
                    padding: 5px 0 0 0;
                }
                .line .visual p { 
                    padding: 3px 0 0 0 !important;
                    text-align: center !important;
                    margin: 0 !important;
                }
                
                
                .line p, .line span {
                    font-size: 12px !important;
                    margin: 0;
                    padding: 9px 0 0 0 ;
                    font-family: Arial, "Microsoft YaHei" !important;
                    font-weight: bold !important;
                }

		 .line:first-child p, .line:first-child span {
			font-weight: bold !important;
			color: white !important;
		 }
		
                .vertical_padding {
                    margin: 2px 0 0 0;
                }
                
                .highlight {
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border: 5px solid #d6ff1a;
                    box-shadow: 0px 4px 11px #252525;
                }
.onlyOne {
	position: relative;
	width: 490px;
	margin: 0 auto !important;
	height: 115px;
}

.payOne {
	margin: 0 !important;
}
.payOne p {
	text-align: center;
	color: #676767 !important;
	font-size: 25px !important;
	font-weight: bold !important;
}

.payOne p span {
	color: #ff6701;
	font-size: 35px !important;
}

.onlyOne .bigIcon {
	position: absolute;
    	left: -98px;
    	margin-left: 0 !important;
    	margin-right: 0 !important;
}

.clear { clear: both; }