html {
    background-color: #fff;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #333;
}

b {
    color: #654B24;
    font-weight: bold;
}

h1 {
    font-size: 20px;
    text-shadow: none;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    color: #777;
    font-weight: bold;
    margin: 0 0 10px 0 ;
    /*margin-top: 5px;
    display: block;
    padding-bottom: 5px;*/
}

h1 .tiny {
    font-size: 12px;
    text-transform: none;
}

h1 a.tiny {
    color: #0073ea;
}

h2 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    /*border-bottom: 1px dotted #dedede;
    margin-top: 5px;
    padding-bottom: 10px;*/
}

strong {
    font-weight: bold;
}

hr {
    height: 1px;
    padding: 0;
    color: #efefef;
    background-color: #efefef;
    border: 0;
}

a {
    font-weight: bold;
    color: #0073ea;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

p {
    text-align: justify;
}

ul.list li {
    background: url(../images/next.png) no-repeat 0 0.20em;
    padding-left: 18px;
    list-style-type: none;
}

input {
    border: 1px solid #cccccc;
    background-color: #fff;
}

select {
    border: 1px solid #cccccc;
    background-color: #fff;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.alg-rgt {
    text-align: right;
}

.mg-top-30{margin-top:30px;}

.error {
    color: red;
    font-weight: bold;
}

.header {
    padding: 5px 0;
    margin: 0;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2); /* pour Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)); /* pour webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2'); /* pour IE */
    border-bottom: 1px solid #eee;
}

.main {
    padding: 15px;
    margin: 0 auto;
    min-height: 400px;
    width: 96%;
    background-color: #fff;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20x;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid #777;
    box-shadow: 1px 1px 12px #555;
    position: relative;
    /*background-image: url('../images/75p_black.png');*/
}

.main-login {
    position: relative;
    padding: 10px;
    margin: 100px auto 0 auto;
    width: 350px;
    /*background-image: url('../images/75p_black.png');*/
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20x;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid #efefef;
    color: #555;
    text-align: center;
    background-color: #fefefe;
    text-shadow: 1px 1px #efefef;
}

.main-teaser {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    width: 1000px;
    border: 1px solid #efefef;
    color: #555;
    text-align: center;
    background-color: #fafafa;
    text-shadow: 1px 1px #efefef;
}

.main-subscribe {
    padding: 10px;
    margin: 10px auto 0 auto;
    width: 350px;
    /*background-image: url('../images/75p_black.png');*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid yellow;
    background-color: lightyellow;
    color: #555;
    text-align: center;
    text-shadow: 1px 1px #efefef;
}

.subscribtion {
    position: relative;
    padding: 10px;
    margin: 30px auto 0 auto;
    width: 350px;
    /*background-image: url('../images/75p_black.png');*/
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20x;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid #efefef;
    color: #555;
    text-align: center;
    text-shadow: 1px 1px #efefef;
    background-color: #fefefe;
}

.subscribtionButton {
    width: 350px;
    text-align: center !important;
}

.main-login h2 {
    font-weight: bold;
    color: #555;
}

.main-login table {
    width: 100%;
}

.main-login th {
    text-align: right;
}

.main-login input[type='submit'] {
    margin: 20px 0 0 0;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    /*padding: 10px 20px;*/
    background-color: #333;
    border-top: 3px solid #777;
    margin: 30px auto 0 auto;
    color: #ccc;
    min-height: 250px;
}

.footer-teaser {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    /*padding: 10px 20px;*/
    background-color: #333;
    border-top: 3px solid #777;
    margin: 0 auto;
    color: #ccc;
    min-height: 250px;
}

#shareDialog p {
    padding: 10px 0;
}

.footer p {
    margin: 30px 0;
    padding: 10px 20px;
}

.footer p strong {
    font-size: 15px;
}

.footer ul {
    margin: 10px 0;
    text-align: center;
    width: 250px;
    float: left;
    border-right: 1px dotted #777;
}

.footer li {
    margin: 10px 0;
}

.footer li.title {
    font-weight: bold;
    font-size: 15px;
    margin: 15px 0 20px 0;
}

.header .left {
    position: relative;
    float: left;
    text-transform: uppercase;
    padding: 8px 0 0 10px;
    font-weight: bold;
    color: #000;
}

.header .right {
    position: relative;
    float: right;
    padding: 3px 8px 3px 0;
}

.stdTable {
    width: 100%;
    background-color: #fff;
    margin: 10px 0;
}

.stdTable th {
    text-align: left;
    /*background-color: #fbfbfb;*/
    padding: 5px 0;
    font-weight: bold;
    background: -moz-linear-gradient(top, #fefefe, #efefef);
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
    background: -o-linear-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
    background: linear-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef'); 
    border-bottom: 1px solid #ccc;
    text-shadow: 1px 1px #fff;
}

table.dataTable.stdTable thead .sorting {
	background-image: url("http://cdn.datatables.net/1.10.7/images/sort_both.png") no-repeat left center; /* fallback */
	background: #fefefe; /* fallback */
	background: url("http://cdn.datatables.net/1.10.7/images/sort_both.png") no-repeat left center, -moz-linear-gradient(top, #fefefe, #efefef);
    background: url("http://cdn.datatables.net/1.10.7/images/sort_both.png") no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
    background: url("http://cdn.datatables.net/1.10.7/images/sort_both.png") no-repeat left center, -o-linear-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
    background: url("http://cdn.datatables.net/1.10.7/images/sort_both.png") no-repeat left center, linear-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
}

table.dataTable.stdTable thead .sorting_asc {
	background-image: url("http://cdn.datatables.net/1.10.7/images/sort_asc.png") no-repeat left center; /* fallback */
	background: #fefefe; /* fallback */
	background: url("http://cdn.datatables.net/1.10.7/images/sort_asc.png") no-repeat left center, -moz-linear-gradient(top, #fefefe, #efefef);
    background: url("http://cdn.datatables.net/1.10.7/images/sort_asc.png") no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
    background: url("http://cdn.datatables.net/1.10.7/images/sort_asc.png") no-repeat left center, -o-linear-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
    background: url("http://cdn.datatables.net/1.10.7/images/sort_asc.png") no-repeat left center, linear-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
}

table.dataTable.stdTable thead .sorting_desc {
	background-image: url("http://cdn.datatables.net/1.10.7/images/sort_desc.png") no-repeat left center; /* fallback */
	background: #fefefe; /* fallback */
	background: url("http://cdn.datatables.net/1.10.7/images/sort_desc.png") no-repeat left center, -moz-linear-gradient(top, #fefefe, #efefef);
    background: url("http://cdn.datatables.net/1.10.7/images/sort_desc.png") no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
    background: url("http://cdn.datatables.net/1.10.7/images/sort_desc.png") no-repeat left center, -o-linear-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
    background: url("http://cdn.datatables.net/1.10.7/images/sort_desc.png") no-repeat left center, linear-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef)); 
}

.stdTable td {
    padding: 2px;
}

.stdTable td.colCheckbox,
.stdTable th.colCheckbox{
    width: 20px;
    text-align: center;
}

.stdTable th.colActive{
    width: 15px;
   
}

.stdTable td.colDate {
    width: 15%;
}

.stdTable td.colName,
.stdTable td.colFirstname {
    width: 100px;
}

.stdTable td.colLastname a,
.stdTable td.colFirstname a,
.stdTable td.colEmail a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.stdTable td.colLists .tag {
	cursor: default;
}

#lists-contacts .stdTable td.colLists .tag {
	width: 105px;
	overflow: hidden;
}

#lists-contacts .stdTable td.colLists .tag.additional {
	width: 75px;
}

.stdTable th.colEmail,
.stdTable td.colEmail {
    width: 200px;
}

.stdTable td.colLists {
    width: 400px;
}

.stdTable td.colCampaign {
    width: 30%;
}
.stdTable td.colStatus {
    width: 12%;
}
.stdTable td.colAction {
    width: 15%;
    text-align: right;
}

.stdTable td.colAction img {
    margin: 0 3px;
    padding: 1px;
}

.stdTable td.colAction img:hover {
    padding: 2px 0 0 2px;
}

.stdTable th.colActions,
.stdTable td.colActions {
    width: 85px;
    text-align: right;
    padding: 0;
}

.stdTable tr {
	transition: none;
}

.stdTable tr:hover {
	background: #EEE;
	transition: none;
}


.menu {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    border-bottom: 2px solid #999;
    padding: 5px 0;
    margin: 0 0 30px 0;
    text-shadow: 1px 1px #fff;
}

.menu-teaser {
    position: relative;
    width: 100%;
    background-color: #fafafa;
    border-bottom: 2px solid #999;
    padding: 5px 0;
    text-shadow: 1px 1px #fff;
}

.menu-teaser p {
    margin: 0;
    font-weight: bold;
    padding: 0 10px;
}

.menu-teaser img {
    vertical-align: middle;
}

.credits {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: bold;
}

.menu a {
    font-weight: normal;
    padding: 5px 10px 5px 5px;
}

.menu a:hover {
    background-color: #777;
    text-decoration: none;
    color: #ccc;
    text-shadow: 1px 1px #333;
}

#accordion table.zform {
    display: block;
}

#accordion th {
    text-align: right;
    vertical-align: top;
    padding: 5px 2px;
}

#accordion tr {

}

#accordion td.zform {
    text-align: left;
    vertical-align: top;
    padding: 5px 2px;
}

#accordion ul.errors {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#accordion ul.errors li {
    color: red;
}

#accordion p.description {
    color: #555;
    font-style: italic;
}

#accordion input[type='text'] {
    width: 250px;
}

#accordion.campaign-edit input[type='text'] {
    width: 450px;
    padding: 2px 4px;
}

#accordion h4 {
    font-weight: bold;
    /*font-size: 13px;*/
    color: #555;
    margin-top: 15px;
}

.graphTab {
    margin-top: 30px;
}

.graphTab th {
    font-weight: bold;
    padding: 4px 5px !important;
}

.graphTab td {
    border-top: 1px solid #ccc;
    padding: 4px 5px !important;
    text-align: center !important;
}

.tinymce {
    margin: 0 0 50px 0;
}

.bloc50Left {
    position: relative;
    float: left;
    width: 45%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
    height: 180px;
}

.bloc50Right {
    position: relative;
    float: right;
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
    height: 180px;
}

.bloc50Left th,
.bloc50Left td {
    height: 22px;
    padding: 2px;
}

.bloc50Left th {
    text-align: right;
    color: #999;
}

.bloc50Left span {
    right: 5px;
    bottom: 5px;
    position: absolute;
}

.notSended div {
    margin: auto;
    width: 470px;
    margin-top: 50px;
}

.notSended p {
    text-align: center;
    padding: 10px;
}

.mailPreview {
    width: 95%;
}

#dialog-message p {
    margin: 15px 0;
}

a.button {
    margin: 10px 0;
}

.graphImage {
    position: relative;
    float: left;
    width: 100%;
}

.graphText {
    position: relative;
    float: left;
    width: 70%;
}

.stdForm td,
.stdForm th{
    padding: 4px 6px;
}

.stdForm th {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.stdForm td {
    text-align: left;
}

.stdForm input[type='text'],
.stdForm input[type='password'] {
    padding: 2px;
    width: 220px;
}

.stdForm h3 {
    margin: 25px 0;
}

.stdForm input[type='submit'] {
    width: 130px;
    margin: 25px;
}

.passwordReminder {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.passwordReminder a {
    font-weight: normal;
    font-size: 11px;
}

.stdForm ul.errors {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.stdForm ul.errors li {
    color: red;
}

#exportOptions a {
    width: 200px;
}

#exportOptions {
    text-align: center;
}

.left {
    float: left;
}

.right  {
    float: right;
}

.notice {
    position: relative;
    width: 100%;
    border: 1px solid yellow;
    background-color: lightyellow;
    margin: 10px 0;
}

.notice div {
    background-image: url('../images/attention.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 30px 15px 30px 75px;
}

.errorNotice {
    position: relative;
    width: 100%;
    border: 1px solid #D40019;
    background-color: #FAC3C3;
    margin: 10px 0;
}

.errorNotice div {
    background-image: url('../images/error.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 30px 15px 30px 75px;
}

.autoSearch {
    margin-top:15px;
    padding: 5px;
    width: 250px;
}

.offer {
    float: left;
    margin: 10px 20px 10px 0;
    padding: 10px;
    text-align: center;
    border: 1px solid transparent;
    width: 45%;
}

.offer:hover {
    background-color: #efefef;
    border: 1px solid #FF0084;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.offer.active {
    background-color: #efefef;
    border: 1px solid #FF0084;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.offer .price {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: lightyellow;
    margin: 10px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 20px;
}

.offer .price span {
    font-size: 50px;
    font-weight: bold;
    vertical-align: middle;
    margin: 0 50px;
}

.offer .price p{
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
    padding: 10px 25px;
}

.offer .price li{
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
    padding: 3px;
    list-style-type: circle;
}

.offer .price ul{
    margin: 0 0 20px 50px;
}

tr.invalid {
    background-color: lightpink;
}

tr.invalid b{
    font-weight: bold;
    color: red;
}

.tooltip img{
    vertical-align: top;
}

h3.subscribtions a:hover {
    text-decoration: none;
    cursor: default;
}

#adviseDialog {
    line-height: 25px;
}

#adviseDialog input {
    height: 20px;
    width: 230px;
}

hr.dottedSeparator {
    margin: 5px 0;
    border-top:dotted #efefef 1px;
    /*border-bottom: dotted white 0px;*/
    background-color: #fff;
}

.nextTitleMenu {
    /*position: absolute;
    top: 0;
    right: 0;*/
    float: right;
}

#newListDialog input[type=text] {
    width: 200px;
    padding: 3px;
}

#deleteList {
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #C00 url(http://old.jqueryui.com/themeroller/images/?new=cc0000&w=1&h=100&f=png&q=100&fltr%5B%5D=over%7Ctextures%2F03_highlight_soft.png%7C0%7C0%7C15) 50% 50% repeat-x;
}

#deleteList:hover {
    border: 1px solid red;
}

#deleteListDialog p {
    line-height: 25px;
}

#importOptions p {
    line-height: 25px;
}

#importOptions a {
    font-weight: normal;
    color: #0073ea;
    text-decoration: none;
    line-height: 20px;
}

.providers {
    width: 100%;
}

.providers tr {
    background-color: #efefef;
    border-top: 1px solid #ccc;
}

.providers td {
    padding: 5px;
    font-weight: bold;
}

.providers tr:hover {
    background-color: #dedede;
    cursor: pointer;
}



.providers img {
    margin: 10px 0;
}

p.large {
    margin: 20px 0;
}

.blueBlock {
    width: 225px;
    height: 128px;
    background-image:url(/images/blue_block.png);
    text-align: left;
    padding: 10px 25px 25px 10px;
    margin-bottom: 10px;
}

.greyBlock {
    width: 225px;
    height: 128px;
    background-image:url(/images/grey_block.png);
    text-align: left;
    padding: 10px 25px 25px 10px;
    margin-bottom: 10px;
}

.leftCol {
    width: 300px;
    float: left;
    padding-top: 63px;
    padding-left: 15px;
}

.rightCol {
    width: 680px;
    float: left;
}

.troncatedContent {
    width: 1040px;
    margin: auto;
}

.subMenu {
    float: right;
    margin: 10px 0 35px 0;
    font-size: 15px;
}

.subMenu a {
    margin: 0 0 0 10px;
    text-shadow: none;
    background-color: #efefef;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.subMenu a:hover {
    text-decoration: none;
    background-color: #0073ea;
    color: #fff;
}

.fill {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #efefef;
    width: 660px;
    min-height: 150px;
    padding: 10px;
    position: relative;
}

.fill h1 {
    color: #0073ea;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0;
    word-spacing: 5px;
    border: 0;
}

.fill ul {
    text-align: left;
}

.pointer {
    position: absolute;
    top: -15px;
    right: 0;
}

/********/

.topBar {
    width: 100%;
    background-image: url('../images/topbar.png');
    height: 33px;
    border-bottom: 1px solid #ccc;
}

.topBarContent {
    width: 950px;
    padding: 7px 0;
    margin: auto;
    color: #fff;
}

.topBarContent img {
    vertical-align: middle;
}

.headerLogo {
    width: 950px;
    margin: 30px auto;
    position: relative;
}

#loggedas {
	color: red;
	font-style: italic;
	text-align: right;
	position: absolute;
	right: 0;
	top: -25px;
}

.headerPromo {
    width: 100%;
    background-image: url('../images/topbckgd.png');
    height: 240px;
    margin: 40px 0;
}

.headerPromo.empty {height:30px; margin: 40px 0 20px 0;}

.headerPromoContent {
    width: 950px;
    padding: 7px 0;
    margin: auto;
    color: #fff;
}

.headerPromoContent h1 {
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    font-size: 19px;
}

.headerPromoContent li {
    list-style-type: none;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: 0 0.32em;
    padding-left: 25px;
    margin: 2px 0;
    font-size: 16px;
}

.headerPromoContent .left {
    margin-top: 10px;
}

.headerPromoContent .right {
    margin-top: 20px;
    margin-right: 50px;
}

.headerPromoContent .right ul {
    margin-left: 15px;
}

.mainContent {
    width: 950px;
    padding: 7px 0;
    margin: auto;
    color: #fff;
}

.mainContentLayout {
    width: 1500px;
    max-width: 100%;
    padding: 7px 0 100px 0;
    margin: auto;
    position: relative;
}

.mainContentLayout .rightPart {
    /*position: absolute;
    right: 0;
    top: 0;*/
    float: right;
}

.blocVideo {
    width: 297px;
    height: 65px;
    background-image: url('../images/bloc_bleu.png');
    text-align: center;
    margin-bottom: 15px;
}

.blocVideo a,
.blocInscription a{
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    padding: 23px 0;
}

.blocVideo a:hover,
.blocInscription a:hover {
    text-decoration: none;
}

.blocInscription {
    width: 297px;
    height: 65px;
    background-image: url('../images/bloc_bleu.png');
    text-align: center;
    margin-bottom: 15px;
}

.blocRappel {
    width: 294px;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    
    background: rgba(89,84,84,1);
	background: -moz-linear-gradient(top, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,184,184,1)), color-stop(100%, rgba(89,84,84,1)));
	background: -webkit-linear-gradient(top, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	background: -o-linear-gradient(top, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	background: -ms-linear-gradient(top, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	background: linear-gradient(to bottom, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595454', endColorstr='#b8b8b8', GradientType=0 ) ;
	
}

.blocRappel h3 {
    padding:10px;
    font-size: 18px;
    text-transform: uppercase;
    text-align:center;
}

.blocRappel div.blocRappelContent {
    padding: 0 0 0 75px;
}

.blocRappel input {
    border: 1px solid #333;
    width: 150px;
    padding: 2px;
}

.blocSecu {
    width: 269px;
    height: 52px;
    background-image: url('../images/bloc_secu.png');
    padding: 7px 15px;
    margin-bottom: 15px;
    color: #666;
}

.blocSecu h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.blocCalcul {
    background: rgba(89,84,84,1);
	background: -moz-linear-gradient(top, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,184,184,1)), color-stop(100%, rgba(89,84,84,1)));
	background: -webkit-linear-gradient(top, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	background: -o-linear-gradient(top, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	background: -ms-linear-gradient(top, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	background: linear-gradient(to bottom, rgba(184,184,184,1) 0%, rgba(89,84,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595454', endColorstr='#b8b8b8', GradientType=0 ) ;
	
	padding: 10px;
	color: #FFF !important;
}

.blocCalcul .calcResult {
    margin-top: 5px;
}

.blocCalcul .calcResult #eurosAmount {
    font-size: 35px;
    font-weight: bold;
}

.blocCalcul input {
    padding: 10px 2px;
    font-size: 16px;
    width: 215px;
}

.blocCalcul input[type='button'],.blocRappel input[type='button'] {
    background-color: #0073EA;
    color: #fff;
    padding: 2px;
    margin: 1px 0;
    width: 90px;
    font-size: 13px;
}

.blocRappel input[type='button']{width:156px;border-color:#FFF}


.blocCalcul input[type='button']:hover,.blocRappel input[type='button']:hover {
    cursor: pointer;
    background-color: #F6F6F6;
    color: #0073EA;
    border: 1px solid #0073EA;
}

.blocCalcul .column {
    width: 220px;
    margin: 10px auto;
}

.blocCalcul h3 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.contentLeft {
    float: left;
    width: 300px;
}

.contentRight {
    float: left;
    width: 600px;
    color: #333;
    padding: 0 20px;
}

.homeTextBlockImgLeft,
.homeTextBlockImgRight {
    text-align: justify;
    margin-bottom: 60px;
}

.homeTextBlockImgLeft h1,
.homeTextBlockImgRight h1{
    font-size: 20px;
    text-shadow: none;
    text-transform: uppercase;
    padding: 0;
    border: 0;
}

.homeTextBlockImgLeft img {
    float: left;
    margin: 10px 15px 30px 0;
}

.homeTextBlockImgRight img {
    float: right;
    margin: 0px 0 30px 15px;
}

.prefooter {
    width: 100%;
    background-image: url('../images/prefooterbckgd.png');
    height: 107px;
    border-bottom: 1px solid #ccc;
    margin: 40px 0 0 0;
}

.prefooterContent {
    width: 950px;
    padding: 40px 0;
    margin: auto;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

.prefooterContent span {
    color: blue;
    padding: 0 2px;
    margin: 0 1px;
    background-image: url('../images/number.png');
    background-repeat: no-repeat;
}

.prefooterContent .hermes {
    position: absolute;
    top: 20px;
    left: -30px;
}

.greyfooter {
    width: 100%;
    background-color: #595959;
    padding-bottom: 50px;
}

.greyfooterContent {
    width: 950px;
    padding: 10px 0;
    margin: auto;
    color: #fff;
}

.greyfooterContent .left {
    width: 410px;
}

.greyfooterContent h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    padding: 0 0 6px 0;
    margin:  20px 0 10px 0;
}

.greyfooterContent a {
    color: #fff;
    font-weight: normal;
}

.greyfooterContent ul {
    float: right;
    margin: 49px 0 0 20px;
    border-top: 1px solid #fff;
}

.greyfooterContent li {
    padding: 10px 5px;
    width: 150px;
    border-bottom: 1px solid #fff;
}

.bigMenu {
    font-size: 20px;
    text-transform: uppercase;
    word-spacing: 2px;
    margin-top: -10px;
    width: 495px;
    text-align: left;
}

.bigMenu a {
    color: #595959;
}

.bigMenu a:hover {
    text-decoration: none;
    color: #b2b2b2;
}

.formulesTitle {
    margin: 10px 0 5px 0;
}

table.formules {
    width: 275px;
    margin-top: 20px;
}

.formulesTitle tr {
    height: 10px;
}

table.formules td {
    padding: 0;
}

table.formules input {
    margin: 0;
}

table.formules .commande {
    text-align: right;
}

#connectionDialog label {
    float: left;
    width: 120px;
    font-weight: bold;
}

#connectionDialog input {
    width: 175px;
    padding: 2px;
}

#connectionDialog p {
    margin: 10px 0 0 0;
}


#connectionDialog {
    line-height: 25px;
}

.blocSecu:hover {
    cursor: pointer;
}

.pageSpace {
    width: 95%;
    padding: 2% 5%;
    background-color: #efefef;
    border: 1px solid #ccc;
    font-size: 14px;
}

.pageSpace.popup {width:auto; background:none;}

.pageSpace label {
    color: #0073ea;
}

.pageSpace .stdForm {
    margin-top: 30px;
}

.glossary h2{
    margin: 20px 0;
}

.glossary ul {
    margin: 20px 30px 20px 0;
}

.glossary p {
    margin: 20px 0;
}

.margin20 {
    margin: 10px 0;
}
argin: 20px 0;
}

.orderDescription {
    border: 1px solid #ccc;
    background-color: #fefefe;
    padding: 5px;
}

.orderOptions label{
    color: #333;
}

.optionsList {
    width: 40%;
    border-left: 1px dotted #ccc;
    padding-left: 10px;
}

.blackButton {
    background-image: url('../images/black_button.png');
    width: 123px;
    height: 16px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 2px 0;
}

.blackButton:hover {
    text-decoration: none;
}

.mainMenu {
    width: 100%;
    background-image: url('../images/topbckgd.png');
    height: 29px;
    margin: 20px 0;
}

.mainMenuContent {
    width: 950px;
    margin: auto;
    color: #fff;
}

.mainMenuContent a {
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
}
.mainMenuContent a:hover,
.mainMenuContent a.active {
    background-color: #efefef;
    text-decoration: none;
    color: #333;
}


.validationMessage {
    width: 930px;
    margin: 0 auto 5px auto;
    padding: 10px 10px 10px 35px;
    opacity: 0;
}

.validationMessage.login {
	width: 240px;
}

.confirm {
    position: relative;
    border: 1px solid green;
    background: url('/images/ok.png') 10px center no-repeat rgba(144, 238, 144, 0.5);
}

.tag {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    border: 1px solid #9daccc;
    background: #e2e6f0;
    color: #000;
    padding: 0px 17px 0px 3px;
    margin: 0 2px 2px 0;
    cursor: pointer;
    height: 16px;
    font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
    white-space : nowrap;
}

.jqplot-highlighter-tooltip {
    color: #fff;
}

.jqplot-data-label {
    color: #fff;
}

.jqplot-table-legend  {
    border: 0 !important;
}

.jqplot-table-legend td  {
    padding: 5px;
}

.graphImage {
    width: 50%;
}

.graphImageLarge {
    width: 100%;
}

img.disabled {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

img.disabled:hover {
    padding: 1px !important;
}

.creditsBig h2 {
    font-size: 50px;
}

#popupCredit {
    color: #fff;
}

.creditsIcon {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 999999;
}

.creditsManagement {
	position: relative;
}

.creditsManagement #accordion .stdTable td,
.creditsManagement #accordion .stdTable th{
    text-align: center;
}

tr.inactive {
    background-color: #efefef;
    color: #ccc;
}

tr.inactive a {
    color: #ccc;
}

.htmlThumb {
    border: 1px solid #efefef;
    box-shadow: 1px 1px 6px #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.contentLine:hover {
    /*background-color: lightyellow;
    -webkit-transition: background-color .6s ease-in;
    -moz-transition: background-color .6s ease-in;
    -o-transition: background-color .6s ease-in;
    transition: background-color .6s ease-in;
    cursor: pointer;*/
}

.contentLine {
    /*background-color: #fff;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;*/
}

.contentLine.invalid {
	background-color: #EA9999;
}

#listName {
    padding: 2px;
    width: 220px;
    margin: 10px 0 0 0;
}

#prets_container div {
    border: 1px solid #ccc;
    margin: 10px 0;
}

a.ui-selectmenu:hover {text-decoration: none;}

a.ui-selectmenu,
ul#selectList-menu {
	width: auto !important;
	min-width: 300px;
	max-width: 350px;
}


a.ui-selectmenu,
a.ui-button {
	vertical-align: top;
	margin-top: 0;
}


.al-rgt {
	text-align: right;
}

.paginationControl {
	font-size: 13px;
}

.paginationControl span.current {
	font-weight: bold;
}

.paginationControl a {
	font-size: inherit;
	font-weight: normal;
}

.paginationControl a.first {
	padding-right: 5px;
}

.paginationControl a.last {
	padding-left: 5px;
}

.display {
	padding-top: 15px;
	clear: both;
}

form#newList label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}

form#newList textarea {
	width: 200px;
	height: 70px;
	padding: 3px;
}

form#newList span.nb {
	font-style: italic;
	font-size: 11px;
}

div.listDesc {
	margin-bottom: 10px;
	font-size: 13px;
}

.back {
	width: 100px;
}

.ui-state-focus a {
	color: #FFF !important;
}

.ui-state-active a {
	color: #FF0084 !important;
}

.jstree-default .jstree-themeicon-custom.glyphicon-file {
	background-image: url("../js/jstree/themes/default/32px.png") !important;
	background-position: -101px -69px !important;
}

#groups-lists-container {
	margin-bottom: 30px;
}

#groups-lists-container iframe {
	border: 1px solid #CCC;
	min-height: 250px;
	display: none;
}

#groups-lists-container a.toggle {
	float: left;
	margin-bottom: 5px;
}

#groups-lists {
	padding: 5px;
	width: 98%;
}

.cke_button__templates_label {
	display:inline !important;
	font-weight: bold !important;
}

h3.description {
	font-weight: bold;
	color: #0073EA;
	margin: 25px 0px 15px 0;
}

#contact-edit .formContact {
	width: 55%;
}

#contact-edit .statsContact {
	width: 35%;
	padding: 0 0 0 40px;
}

#contact-edit .statsContact p {
	line-height: 22px;
}

#contact-edit .stdForm input[type="text"] {
	width: 300px;
}

#contact-edit #list {
	width: 306px !important;
}

#contact-edit .statsContact img.icon {
	vertical-align: middle;
	margin-right: 10px;
}

#campaigns-contacts {
	clear: both;
	margin-top: 60px;
}

#campaigns-contacts h2 {
	color: #777;
	margin: 20px 0 0 0;
}

.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;	
}

.flex .bloc {
  flex: 1;
  height: auto !important;
}

.flex .bloc:nth-child(1) {margin-right: 5px;}

.flex table tr th, 
.flex table tr td {vertical-align: top;}

.flex table tr th {width: 35%;}

.loading {
	width: 220px;
	background: url('/images/loader.gif') no-repeat;
	height: 20px;
	margin: 60px auto;
}
