@charset "utf-8";
/* CSS Document */
@import url("http://fonts.googleapis.com/css?family=Roboto:300");
.Header {
	width: 100%;
	height:125px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00ABBD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color:#00ABBD;
}
.Header-center{
	margin : 0px auto 0px auto;
	width:960px;
	text-align:left;
	}

#header-content{
	width: 960px;
	margin : 0px auto 0px auto; 
	line-height:2em;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#ffffff;
	margin-top:0px;
	width: 440px;
	font-weight:400;
	line-height:125px;
	}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:23px;
	width: 440px;
	line-height:30px;
	font-weight:400;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#ffffff;
	margin-top:0px;
	width: 800px;
	padding-top:20px;
	text-shadow: 1px 1px 1px #000;
	}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#006772;
	margin-top:0px;
	margin-bottom:23px;
	width: 440px;
	line-height:30px;
	font-weight:lighter;
	}
h7	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#004047;
	width: 300px;
	line-height:20px;
	text-align:center;
	display:block;
	margin-bottom:20px;
	}
#Home-box{	
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:20px;
}
#Home-box li{	
list-style-image: url(http://www.irislink.com/Documents/Image/_IrisLink2.0/Admin/backgroundimage/bullet.gif);
padding-bottom:8px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#004047;
}
#header-list{
	padding-left:18px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
}
#header-list li{
	list-style-image: url(http://www.irislink.com/Documents/Image/_IrisLink2.0/Admin/backgroundimage_2.0/bullet.gif);
	color:#FFFFFF;
}
.imageconteneur{
	height:108px;
}	
/* lightbox starts */
.lightbox-promo-button {
	}
.lightbox-promo-button:hover {
	}
.lightbox-promo-button:active {
}

#modal-promo {
	visibility:hidden;
	width:360px;
	height:189px;
	padding:8px;
	background:rgba(0,0,0,.3);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:fixed !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}

#lightbox-promo-content p {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	line-height:22px;
	color:#555555;
	width:100%;
	float: left;
	margin:19px 0;
}

#lightbox-promo-content {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:100%;
	width:360px;
	height:144px;
	background:#fcfcfc;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
/* Lightbox ends */
.button2013-promo {
                font-family: Arial, Helvetica, sans-serif;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
                margin: 30px 0px 10px 0px;
                border: 2px solid #CC303E ;            
                cursor: pointer;
}
.price-promo {
                padding: 10px;
                float: left;
                color: #fff;
                font-weight: 800;
                font-size: 18px;
                text-shadow: 1px 1px rgba(255,255,255,0.3);
                text-transform: uppercase;       
                border-left: 1px solid rgba(0,0,0,0.2);
}
.price2-promo {
	padding: 10px 10px 0px 5px;
	float: left;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	text-transform: uppercase;
	text-decoration:line-through;
}
.title-promo {
                padding: 10px 18px 10px 10px;
                float: left;
                color: #fff;
                font-weight: 800;
                font-size: 18px;
                text-shadow: 1px 1px rgba(0,0,0,0.2);
                text-transform: uppercase;
                border-right: 1px solid rgba(255,255,255,0.3);
}
.green-promo {
                background: rgb(0,171,189);
                background: -moz-linear-gradient(top,  rgba(0,171,189,1) 0%, rgba(0,103,114,1) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,171,189,1)), color-stop(100%,rgba(0,103,114,1)));
                background: -webkit-linear-gradient(top,  rgba(0,171,189,1) 0%,rgba(0,103,114,1) 100%);
                background: -o-linear-gradient(top,  rgba(0,171,189,1) 0%,rgba(0,103,114,1) 100%);
                background: -ms-linear-gradient(top,  rgba(0,171,189,1) 0%,rgba(0,103,114,1) 100%);
                background: linear-gradient(top,  rgba(0,171,189,1) 0%,rgba(0,103,114,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ABBD', endColorstr='#006772',GradientType=0 );
}
.green-promo:hover {
                background: rgb(0,103,114);
                background: -moz-linear-gradient(top,  rgba(0,103,114,1) 0%, rgba(0,171,189,1) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,103,114,1)), color-stop(100%,rgba(0,171,189,1)));
                background: -webkit-linear-gradient(top,  rgba(0,103,114,1) 0%,rgba(0,171,189,1) 100%);
                background: -o-linear-gradient(top,  rgba(0,103,114,1) 0%,rgba(0,171,189,1) 100%);
                background: -ms-linear-gradient(top,  rgba(0,103,114,1) 0%,rgba(0,171,189,1) 100%);
                background: linear-gradient(top,  rgba(0,103,114,1) 0%,rgba(0,171,189,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006772', endColorstr='#00ABBD',GradientType=0 );
}
.button2013 {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 30px 0px 50px 0px;
	border: 1px solid rgba(0,0,0,0.4) ;	
	cursor: pointer;
}
.button2013-free {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid rgba(0,0,0,0.4);
	cursor: pointer;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.button2013-bottom {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 10px 0px 20px 0px;
	border: 1px solid rgba(0,0,0,0.4) ;	
	cursor: pointer;
}
.title {
	padding: 10px 18px 10px 10px;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.3);
}

.title-bottom {
	padding: 10px 18px 10px 18px;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
}

.price {
	padding: 10px;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	text-transform: uppercase;	
	border-left: 1px solid rgba(0,0,0,0.2);
}
.green {
	background: rgb(0,171,189);
	background: -moz-linear-gradient(top,  rgba(0,171,189,1) 0%, rgba(0,103,114,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,171,189,1)), color-stop(100%,rgba(0,103,114,1)));
	background: -webkit-linear-gradient(top,  rgba(0,171,189,1) 0%,rgba(0,103,114,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,171,189,1) 0%,rgba(0,103,114,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,171,189,1) 0%,rgba(0,103,114,1) 100%);
	background: linear-gradient(top,  rgba(0,171,189,1) 0%,rgba(0,103,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ABBD', endColorstr='#006772',GradientType=0 );
}
.green:hover {
	background: rgb(0,103,114);
	background: -moz-linear-gradient(top,  rgba(0,103,114,1) 0%, rgba(0,171,189,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,103,114,1)), color-stop(100%,rgba(0,171,189,1)));
	background: -webkit-linear-gradient(top,  rgba(0,103,114,1) 0%,rgba(0,171,189,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,103,114,1) 0%,rgba(0,171,189,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,103,114,1) 0%,rgba(0,171,189,1) 100%);
	background: linear-gradient(top,  rgba(0,103,114,1) 0%,rgba(0,171,189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006772', endColorstr='#00ABBD',GradientType=0 );
}
body {  
    font-size:12px;  
    font-family:Arial, Helvetica, sans-serif;  
    line-height:21px;  
    text-align:left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration:none;
	color:#006772;
	font-weight: bold;
	}
a:hover
{
	color:#00ABBD;
	}
td {
	font-size:12px;  
    font-family:Arial, Helvetica, sans-serif;  
    line-height:21px;  
}	
/* Content page starts */
.content-free {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EA4C1B;
	font-weight: bold;
	}
.content-free a:link{
	color: #EA4C1B;
	text-decoration: none;
	font-weight: bold;
}
.content-free a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.content-free a:visited{
	color: #EA4C1B;
	text-decoration: none;
	font-weight: bold;
}

#content-white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#content-white-bottom {
	
}
#content-grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color:#F0F0F0;
}
#content {
	margin: 0px auto 0px auto;
	padding: 20px 0px 40px 0px;
	width:960px;
	}
#content-nopadding {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width:960px;
	}
#content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height:24px;
}
#content-text a {
	font-weight:normal;
}
.box-bottom {
	background-color:#FFF;
	border: 1px solid #CCC;
}
.box-bottom-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	margin: 10px 10px 10px 10px;
	width:205px;
}
.box-bottom-image {
	vertical-align: bottom;
	width: 205px;
	margin: 0px 10px 10px 10px;	
}
/* Content page ends */
/* New button with Promo*/
.cta_btn {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 20px;
	}

.cta_btn a {
	color: #003F04;
	border: 1px solid #ffffff;
	text-decoration: none;
	position: relative;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	background-color:#A8D327;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	border-width:1px;
	border-color:#ffffff;
}
.cta_btn a:hover {
	
	background-color:#A8D327;
	border-width:1px;
	border-color:#ffffff;
	border: 1px solid #ffffff;
}
.cta_btn a:active {
	
	position: relative;
  	top: 1px;
}
.cta_btn span {
	
	margin-left:10px;
}
.cta_btn span0 {
	
	margin-left:10px;
	border-left: 1px solid rgba(0,171,189,0.9);
}
.cta_prixbarre {
	
	font-size: 16px;
	color:#ffffff;
	margin-left:10px;
	text-decoration: line-through;
	line-height:10px;
}

/* End New button*/
/* New button no Promo*/
.cta_btnnopromo {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 20px;
	}

.cta_btnnopromo a {
	color: #003F04;
	border: 1px solid #ffffff;
	text-decoration: none;
	position: relative;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	background-color:#A8D327;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	border-width:1px;
	border-color:#ffffff
}
.cta_btnnopromo a:hover {
	
	background-color:#A8D327;
	border-width:1px;
	border-color:#ffffff;
	border: 1px solid #ffffff;
}
.cta_btnnopromo a:active {
	
	position: relative;
  	top: 1px;
}
.cta_btnnopromo span {
	
	margin-left:10px;
}
.cta_btnnopromo span0 {
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
/* End New button*/
/* New lightbox*/
#buttonx {
    width:78px;
    height:28px;
 
    background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba48');
 
    border:1px solid #ca9336;
 
    -webkit-box-shadow:
        inset 0px 1px 0px #fee395,
              0px 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow:
        inset 0px 1px 0px #fee395,
              0px 1px 1px rgba(0,0,0,.15);
    box-shadow:
        inset 0px 1px 0px #fee395,
              0px 1px 1px rgba(0,0,0,.15);
 
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
 
    font-size:13px;
    font-weight:bold;
    text-align:center;
    line-height:28px;
 
    color:#996633;
    text-shadow:0px 1px 0px rgba(255,255,255,.4);
 
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-14px;
    margin-left:-39px;
}
 
#buttonx:hover {
    background-image: -webkit-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
    background-image: -moz-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
    background-image: -o-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
    background-image: -ms-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
    background-image: linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fec252', EndColorStr='#fecd61');
 
    -webkit-box-shadow:
        inset 0px 1px 0px #fed17e,
              0px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow:
        inset 0px 1px 0px #fed17e,
              0px 1px 1px rgba(0,0,0,.1);
    box-shadow:
        inset 0px 1px 0px #fed17e,
              0px 1px 1px rgba(0,0,0,.1);
}
#modalx {
    width:360px;
    height:189px;
    padding:8px;
 
    background:rgba(0,0,0,.3);
 
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
 
    position:fixed !important;
    top:50% !important;
    left:50% !important;
    margin-top:-94px !important;
    margin-left:-180px !important;
    z-index:101;
	visibility:hidden;
}
#headingx {
    width:360px;
    height:44px;
 
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
 
    border-bottom:1px solid #bababa;
 
    -webkit-box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
    box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
 
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
 
    font-size:16px;
    font-weight:bold;
    text-align:center;
    line-height:44px;
	font-family:Arial, Helvetica, sans-serif;
 
    color:#444444;
    text-shadow:0px 1px 0px #fff;
}
#contentx {
    width:360px;
    height:144px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
 
    background:#fcfcfc;
 
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
    box-shadow:0px 1px 3px rgba(0,0,0,.25);
 
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    border-radius:0px 0px 4px 4px;
}
 
#contentx p {
    font-size:13px;
    font-weight:normal;
    text-align:center;
    line-height:22px;
    color:#555555;
 
    width:100%;
    float: left;
 
    margin:19px 0;
}
.buttonx {
    width:138px;
    height:33px;
 
    font-size:13px;
    font-weight:bold;
    line-height:33px;
 
    color:#fff;
    text-shadow:0px 1px 0px rgba(0,0,0,.2);
 
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
 
    -webkit-box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.5),
        0px 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.5),
        0px 1px 2px rgba(0,0,0,.3);
    box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.5),
        0px 1px 2px rgba(0,0,0,.3);
 
    float:left;
}
.buttonx:hover {
    width:138px;
    height:33px;
 
    font-size:13px;
    font-weight:bold;
    line-height:33px;
 
    color:#fff;
    text-shadow:0px 1px 0px rgba(0,0,0,.2);
 
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
 
    -webkit-box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.5),
        0px 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.5),
        0px 1px 2px rgba(0,0,0,.3);
    box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.5),
        0px 1px 2px rgba(0,0,0,.3);
 
    float:left;
}
.buttonx img { 
    float:left;
    width:33px;
    height:33px;
}
 
 
 
.buttonx.green1 {
    background: -webkit-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    background: -moz-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    background: -o-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    background: -ms-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    background: linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
 
    border:1px solid #5b8821;
 
    margin:0 5px 0 35px;
}
.buttonx.green2 {
    background: -webkit-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    background: -moz-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    background: -o-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    background: -ms-linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    background: linear-gradient(top,  rgba(122,203,10,1) 0%,rgba(68,151,2,1) 90%,rgba(62,151,12,1) 95%,rgba(55,151,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
 
     border:1px solid #5b8821;
 
    margin:0 35px 0 5px;
}

.reveal-modal-bg { 
    position: fixed; 
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.4);
    z-index: 100;
    display: none;
    top: 0;
    left: 0; 
}

/* End New lightbox*/
/* New button with Promo Lightbox*/
.cta_btnl {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 20px;
	}

.cta_btnl a {
	color: #003F04;
	border: 1px solid #ffffff;
	text-decoration: none;
	position: relative;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	background-color:#A8D327;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	border-width:1px;
	border-color:#ffffff;
}
.cta_btnl a:hover {
	
	background-color:#A8D327;
	border-width:1px;
	border-color:#ffffff;
	border: 1px solid #ffffff;
}
.cta_btnl a:active {
	
	position: relative;
  	top: 1px;
}
.cta_btnl span {
	
	margin-left:10px;
}
.cta_btnl span0 {
	
	margin-left:10px;
	border-left: 1px solid rgba(0,171,189,0.9);
}
.cta_prixbarrel {
	
	font-size: 16px;
	color:#ffffff;
	margin-left:10px;
	text-decoration: line-through;
	line-height:10px;
}

/* End New button*/
/* New button no Promo Lightbox*/
.cta_btnnopromol {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 20px;
	}

.cta_btnnopromol a {
	color: #003F04;
	border: 1px solid #ffffff;
	text-decoration: none;
	position: relative;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	background-color:#A8D327;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	border-width:1px;
	border-color:#ffffff;
}
.cta_btnnopromol a:hover {
	
	background-color:#A8D327;
	border-width:1px;
	border-color:#ffffff;
	border: 1px solid #ffffff;
}
.cta_btnnopromol a:active {
	
	position: relative;
  	top: 1px;
}
.cta_btnnopromol span {
	
	margin-left:10px;
}
.cta_btnnopromol span0 {
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.Header-center H1{
	margin : 0px auto 0px auto;
	width:960px;
	font-size:40px;
	color:#FFF;
	text-align:left;
	}
.Partners-box-100 {
	width:100%;
	background-color:#eeeeee;
	display:inline-block;
	margin : 0px auto 0px auto;
	}
.Partners-box {
	width:960px;
	background-color:#eeeeee;
	margin : 0px auto 0px auto;
	}
.Partners-box1 {
	width:600px;
	display:inline-block;
	float:left;
	background-color:#eeeeee;
	}
.Partners-box1-content {
	display:inline-block;
	float:left;
	background-color:#eeeeee;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:35px;
	}	
.Partners-box1-title {
	font-size:18px;
	color:#202020;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
	}
.Partners-box1-text {
	font-size:14px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	line-height:22px;
	}
.Partners-box2 {
	width:360px;
	display:inline-block;
	float:left;
	background-color:#eeeeee
	}
.Partners-box2 a {
	text-decoration:none;
	}
.Partners-box2 a:hover {
	text-decoration:none;
	}
.Partners-box2-div {

	background-color:#eeeeee;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	height:90px;
	padding-top:10px;
	}
.Partners-box2-div-table{
	width:360px;
	}
.Partners-box2-div-table1 {
	padding-right:10px;
	padding-left:10px;
	}

.Partners-box2-div:hover {

	background-color:#C7C7C7;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	}
.Partners-box2-div H2 {
	font-size:16px;
	color:#006672;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:5px;
	width:322px;
	}
.Partners-box2-text {
	font-size:12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	line-height:20px;
	margin-bottom:10px;
	width:322px;
	}
/* End New button*/
#sticky {
      background: #ffffff;
      color: white;
      font-family:Arial, Helvetica, sans-serif;
      font-size: 18px;
      line-height: 1.6em;
      font-weight: bold;
      text-align: center;
      padding: 10px;
      width:100%;
      box-sizing:border-box;
    }
#sticky_960 {
      background: #ffffff;
      color: white;
      line-height: 1.6em;
      font-weight: bold;
      text-align: center;
      width:960px;
      box-sizing:border-box;
	  margin:auto;
	  height:30px;
    }
.sticky_div{
	width:140px;
	padding-right:20px;
	display:inline-block;
	margin:auto;
	font-size:12px;
	float:left;
	color:#00ABBD;
	line-height:16px;
	
}
.sticky_div-last{
	width:140px;
	float:left;
	display:inline-block;
	font-size:12px;
	float:left;
	color:#00ABBD;
	line-height:16px;
}
.RI15mac {
	
	}
#RI15mac H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#006772;
	margin-top:0px;
	margin-bottom:23px;
	line-height:30px;
	font-weight:lighter;
	width:100%;
	text-align:left;
	!important 
	}
/* New button Choose your version Readiris Windows*/
.Bouton-choose-Readiris15 {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 16px;
	border-radius: 3px;
	}

.Bouton-choose-Readiris15 a {
	color: #ffffff;
	border: thin solid #666666;
	text-decoration: none;
	position: relative;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0px auto 0px auto;
	font-weight:bold;
background-image: -webkit-linear-gradient(top, #F16B26, #E94719);
  background-image: -moz-linear-gradient(top, #F16B26, #E94719);
  background-image: -ms-linear-gradient(top, #F16B26, #E94719);
  background-image: -o-linear-gradient(top, #F16B26, #E94719);
  background-image: linear-gradient(to bottom, #F16B26, #E94719);
}
.Bouton-choose-Readiris15 a:hover {
	
	background-color:#EA491A;
	border: thin solid #666666;
	margin: 0px auto 0px auto;
	color: #ffffff;
	font-weight:bold;
	background-image: -webkit-linear-gradient(top, #E94719, #F16B26);
  background-image: -moz-linear-gradient(top, ##E94719, #F16B26);
  background-image: -ms-linear-gradient(top, #E94719, #F16B26);
  background-image: -o-linear-gradient(top, #E94719, #F16B26);
  background-image: linear-gradient(to bottom, #E94719, #F16B26);
}
.Bouton-choose-Readiris15 a:active {
	
	position: relative;
  	top: 1px;
}
.Bouton-choose-Readiris15 span {
	
	margin-left:10px;
}
.Bouton-choose-Readiris15 span0 {
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-right: 10px;
}
#content-resources {	
padding: 20px 0px 20px 0px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCC;
margin-top:40px;
}
#content-resources h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: #111111;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align:center;
	width:960px;
}
.table-large {
	width:450px;
	}
#Contact-resources {
	background-color:#F0F0F0;
}
#Contact-resources-content {
	width:960px;
	padding-top:10px;
}
#Title-product-resources-contact {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #111111;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align:left;
	width:370px;
	padding-bottom:20px;
	padding-left:20px;
}
.cta_contact {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 20px;
	font-size: 16px;
	text-align:left;
	}

.cta_contact a {
	color: #003F04;
	border: 1px solid #ffffff;
	text-decoration: none;
	position: relative;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	background-color:#A8D327;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	border-width:1px;
	border-color:#ffffff;
}
.cta_contact a:hover {
	
	background-color:#A8D327;
	border-width:1px;
	border-color:#ffffff;
	border: 1px solid #ffffff;
}
.cta_contact a:active {
	
	position: relative;
  	top: 1px;
}
.cta_contact span {
	
	margin-left:10px;
}
.cta_contact span0 {
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}