/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
	font: 13px Avantgarde, sans-serif;
	color:#757575;
	/*background:url("../img/topleft.png") top left no-repeat, url("../img/bottomright.png") bottom right no-repeat;*/
	background-color: #F2F2F2;
}

.logoImage {
	position: absolute;
	left: 400px;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;font-family: Avantgarde, sans-serif;color:#757575; font-size: 12px;}

html{
  height: 100%;
}
body {
  min-height: 100%;
}

a {color: #03f;text-decoration: none;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
//::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
//::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.wrapper {
    width: 960px;
    margin: 10px auto;
	margin-bottom: 0px;
}
header#header{
    width: 960px;
    position: relative;
    display: inline-block;
	  
}
.loginheader {
height: 75px;
}

#leftmenu{
    width: 200px;
    float: left;
    margin: 30px 0;
	/*position: absolute;*/
	top: 0px;
}
#bienvenue {
	padding-top: 30px;
}

#bienvenue h6 {
line-height: 16px;
}

#langue {
    float: left;
    width: 230px;
    /*margin-top: 10px;*/
}
#langue li a{
    float: left;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 900;
}
#langue li:nth-child(1) a{
    margin-left: 0;
}
#langue li a img{
    margin-right: 5px;
    display: none;
}
#langue li a:hover{
    background-color: #bbb;
    color: #fff;
}
#langue li a:hover img,nav#langue li a.active img,nav#langue li a:active img{
    display: inline;
}
#langue li a{
    border-radius: 5px;
    background-color: #fff;
    color:#757575;
    font-size: 8px;
    padding: 5px 8px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px 5px 5px 0px;

}
#langue li a.active,#langue li a:active{
    background-color: #9c9b9b;
    color:#fff;
    border-radius: 5px 5px 5px 0px;
}

.btn{
    border-radius: 5px 5px 0 5px;
    background-color: #fff;
    color:#757575;
    font-size: 10px;
    padding: 5px 8px;
    text-transform: uppercase;
    text-decoration: none;
}
.grey{
    background-color: #9c9b9b;
    color:#fff;
}
#rightmenu li a {
	color:#757575;
    font-size: 10px;
	text-transform: uppercase;
    text-decoration: none;
}
#rightmenu li a:hover{
     color: #fff;
}
#rightmenu li:hover{
    background-color: #bbb;
}

header nav#rightmenu{
	float:right;
    /*position: absolute;*/
    /*right: 0;*/
    top: 0px;
    /*padding-top:5px;*/

}
header nav#rightmenu li {
    margin: 4px 0;
}

header nav#rightmenu li:nth-child(1){
    margin-top: 0;
}
nav#menu{
    float: left;
    display: block;
	width:960px;
	margin-top: 0px;
	/*position: absolute;
	top: 80px;*/
}
#menu li {
    float: left;
	width : 150px;
}
nav#menu li a,header#headertable h1 {
    float: left;
    text-transform: uppercase;
    color:#0061b4;
    padding-left: 18px;
	padding-right: 18px;
    border-right: 2px solid #b4c9df;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

div#subtitle {
	/*float: left;*/
    text-transform: uppercase;
    color:#0061b4;
    padding-left: 18px;
	padding-right: 18px;
    border-right: 2px solid #b4c9df;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

nav#menu li a.menuSelected {
	color:red;
}

.menuSelected {
	color:red !important;
}

nav#menu li a.active,nav#menu li a:active{
    color: #d41217
}
nav#menu li a:hover{
    color: #9c9a9a;
}
nav#menu li:first-child a{
    /*padding-left: 0;*/
}

.lastMenuItem a {
  padding-right: 0 !important;
  border-right: 0 !important;
}

nav#menu li:last-child a{
/*    padding-right: 0;
    border-right: 0;*/
}
header#headertable{
    width: 100%;
    height: 46px;
    border-radius: 30px 0 0 0;
    background-color: #95c11e;
    padding: 10px 20px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
header#headertable>*{
    float: left;
}
header#headertable h1{
    line-height: 2;
    margin-left: 10px;
    padding: 0;
    color:#FFF;
    border: 0;
}

section#content{
    margin-top: 0px;
	/*position: absolute;
	top: 200px;
	width: 960px;*/
}
div#subtitle{
    background-color: #757575;
    color:#FFF;
    border: 0;
    width:100%;
    padding: 5px 20px;
	font-weight: 700;
}

div#subtitle td {
	font-weight: 700;
}

div#subtitle p{
    float: left;

}

.leftsubtitle {
/*float: left;*/
}
.rightsubtitle {
float: right;
text-transform: none;
}

div#subtitle p:last-child{
    text-transform: none;
}
table#contentetapes{
    width: 100%;
    text-transform: uppercase;
    margin: 10px;
}
table#contentetapes.blue thead th{
    background-color: #0fafe6;
    text-transform: uppercase;
    color:#fff;
    padding: 5px;
}
table#contentetapes.pink thead th{
    background-color: #e30e7e;
    text-transform: uppercase;
    color:#fff;
    padding: 5px;
}
table#contentetapes td{
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    position: relative;
    color: #757575;
}

#titre{
    float: left;
    display: inline;
    padding: 20px;
}
h1,H2,H3,h4,h5,h6{
    font-size: 16px;
    font-weight: 900;
    color: #e5007d;
    text-transform: uppercase;
    line-height: 22px;
}
h2{
    color: #95c11e;
}
h3{
    color: #757675;
}
h4{
    color: #757675;
    font-weight: normal;
}
h5{
    color: #757675;
    font-size: 12px;
    font-weight: normal;

}
h6{
    color: #757675;
    font-weight: normal;
    font-size: 10px;

}
.minuscule{
    text-transform: initial;
}
.majuscule{
    text-transform: uppercase;
}
.small{
    font-size: 12px;
}
.big{
    font-size: 16px;
}
#leftmenu, #rightmenu, #menu,#lien,#telechargement,#texte,#liste,#champs,#boutons,#cases,#datepicker,#casesaccueil,#picto,#catalogue,#blocs{
    float: left;
    display: inline;
    /*padding: 10px;*/
    margin: 10px;
    box-sizing: content-box;
}
#lien a{
    display: block;
}
#telechargement a{
    display: block;
    color: #d51217;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin: 5px;
    font-size: 14px;
}
#telechargement a:after{
    content: "";
    width: 23px;
    display: inline-block;
    height: 23px;
    background-image: url(../img/downloaddark.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 5px;
    margin-top: -5px;
}
#telechargement a:hover:after{
    background-image: url(../img/downloadred.png);
}
#telechargement a.active:after,#telechargement a:active:after{
    background-image: url(../img/downloadgrey.png);
}

#telechargement a.active:hover,#telechargement a:hover{
    color: #d51217;
}
#telechargement a.active,#telechargement a:active,#telechargement a:hover:active{
    color: #acacac;
}
#texte{
    width: 380px;
}
#texte p{
    margin: 10px;
    font-size: 12px;
}
#texte p.small{
    margin: 10px;
    font-size: 9px;
}
#liste ul{
    list-style-image: url(../img/ul.png);
    margin: 10px;
    text-transform: capitalize;
}
#liste ol{
    margin: 10px;
    text-transform: capitalize;
}

#liste ol{
    color: #e5007d;
    font-weight: 900;
}
#liste ol p{
    color: #757675;
    font-weight: normal;
}
input {
    border: 0;
    background-color: #f2f2f2;
    color: #757575;
    border-radius:  0  5px 5px 5px;
    padding: 5px 7px;
    margin:5px 0;
    text-align: left;
    outline: 0;
    color: #757575;
    font-size: 14px;
    margin: 0;
}
input [type="checkbox"] {
    background-color: #f2f2f2;
}

#champs{
    float: left;
}
select{
    outline: 0;
    border: 0;
    background-color: #f2f2f2;
    border-radius: 10px;
    color: #757675;
    font-weight: 900;
    -webkit-appearance: none;
    padding: 2px 10px;
    min-width: 100px;
    text-align: left;
    text-transform: uppercase;
    background-image: url(../img/selectNB.png);
    background-repeat: no-repeat;
    background-position: 98%;
}
select:hover{
    background-image: url(../img/select.png);
}
.chosen-container{
    vertical-align: top!important;
}

.chosen-container-single .chosen-single{
    border:0!important;
    background:url(../img/selectNB.png) #f2f2f2 no-repeat 90%!important;
    box-shadow: none!important;
    color:#757675!important;
    border:0!important;
    border-radius: 20px!important;
}
.chosen-container-single .chosen-single:hover{
    background:url(../img/select.png) #f2f2f2 no-repeat 90%!important;
}
.chosen-container .chosen-results{
    color:#757675!important;
    margin: 0!important;
    padding: 0!important;
    background: #f2f2f2!important;
    border-radius: 0 0 10px 10px!important;

}
.chosen-container.chosen-with-drop .chosen-drop{
    border-radius: 0 0 10px 10px!important;
    border:0!important;
    box-shadow: none!important;
}
.chosen-container .chosen-results li.highlighted{
    background: #e4057d!important;
}
.chosen-search{
    display: none!important;
}

.chosen-container-active.chosen-with-drop .chosen-single{
    border:0!important;
    background:url(../img/select.png) #f2f2f2 no-repeat 90%!important;
    border-radius: 20px!important;
    margin-bottom: 6px;
}
button{
    padding: 9px 13px;
    margin: 5px;
    float: left;
    border-radius: 0 5px 5px 5px;
    background-color: #e4057d;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 10px;
    font-size: 13px;
    outline: 0;
}
button:hover,button.active,button:active{
    background-color: #767676;
}
button img{
    margin-left: 5px;
}

.xnetbutton{
    padding: 9px 13px;
    margin: 5px;
    float: left;
    border-radius: 0 5px 5px 5px;
    background-color: #e4057d;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 10px;
    font-size: 13px;
    outline: 0;
	text-decoration: initial;
	float: right;
}
.xnetbutton:hover,.xnetbutton.active,.xnetbutton:active{
    background-color: #767676;
	color:#fff;
}

.littlexnetbutton {
  margin: 5px;
  float: left;
  border-radius: 0 5px 5px 5px;
  background-color: #e4057d;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  text-decoration: initial;
  float: right;
  border: 0;
  border-radius: 0 5px 5px 5px;
  padding: 5px 7px;
  margin: 5px 0;
  text-align: left;
  outline: 0;
  font-size: 14px;
  margin: 0;
  width: 200px;
  text-align: center;
}


.littlexnetbutton:hover,.littlexnetbutton.active,.littlexnetbutton:active{
    background-color: #767676;
	color:#fff;
}

.littlexnetbuttongrey{
     margin: 5px;
  float: left;
  border-radius: 0 5px 5px 5px;
  background-color: #9c9b9b;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  text-decoration: initial;
  float: right;
  border: 0;
  border-radius: 0 5px 5px 5px;
  padding: 5px 7px;
  margin: 5px 0;
  text-align: left;
  outline: 0;
  font-size: 14px;
  margin: 0;	
  width: 200px;
  text-align: center;
}
.littlexnetbuttongrey:hover,.littlexnetbuttongrey.active,.littlexnetbuttongrey:active{
    background-color: #767676;
	color:#fff;
}

.xnetbutton img{
    margin-left: 5px;
}

input[type=checkbox] {
    /*visibility: hidden;*/
}
input[type=checkbox].css-checkbox {
    display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:20px;
    height:15px;
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
    background-size:15px;
    font-size: 14px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}
.css-label{
    background-image: url(../img/checked.png);
}
.datepicker{
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    background-position: 90%;
}
.ui-datepicker .ui-datepicker-title{
    color:#757675;
    line-height: 150%!important;

}

.ui-widget-header .ui-state-hover{
    border: 0!important;
}
.ui-datepicker th {
    color: #585857;
}
.ui-widget-header{
    background: #fff!important;
    border: 0!important;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 20px;
    padding: 0!important;
}
.ui-widget-content{
    background: #9c9a9a!important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border-radius: 20px;
    width: 20px;
    border:0!important;
    color:#FFF!important;
    background: #9c9a9a!important;
    padding-right: 0.3em!important;
    margin: 5px auto!important;
    text-align: center;
}

.ui-widget-content .ui-state-hover{
    background: transparent!important;
}
.ui-icon{
    background-image:url("../img/datepicker-arrow.png")!important;
}
.ui-datepicker {
    border-radius: 0px 15px 15px 15px!important;
}
.ui-datepicker-prev .ui-icon{
    background-position: 0 0;
}
.ui-datepicker-next .ui-icon{
    background-position: 10px -17px;
}
.ui-datepicker .ui-datepicker-prev{
    left: 0!important;
    top: -3px!important;
    margin-top: 4px;
}
.ui-datepicker .ui-datepicker-next{
    top: -3px!important;
    right: 0!important;
    margin-top: 4px;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{
    top: -3px!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight,.ui-state-default, .ui-widget-content .ui-state-hover{
    background: #e4057d!important;
    border: 0;
}
.ui-widget-content .ui-datepicker-prev.ui-state-hover,.ui-widget-content .ui-datepicker-next.ui-state-hover{
    background: transparent!important;
}
.casesaccueil{
    width: 215px;
    height: 115px;
    line-height: 115px;
    cursor: pointer;
}

label {
	cursor: default;
}

.case{
    line-height: 100%;
    vertical-align: middle;
    display: inline-block;
    margin: 20px 40px;
}
.casesaccueil:hover{
    background-color: #9c9a9a;
    color:#fff;
}
.casesaccueil p{
    color: #757675;
    font-weight: 900;
}
.casesaccueil:hover p{
    color:#fff;
}
.casesaccueil span{
    color: #757675;
    display: none;
}
.casesaccueil:hover span{
    color: #757675;
    display: block;
    color:#fff;
}
#picto{
    width: 400px;
}
#picto>*{
    margin: 10px;
    float: left;
}
.vignette{
    min-height: 200px;
    width:200px;
    border:2px solid #e6e6e6;
    margin: 5px;
    padding: 5px;
    float: left;
}
.vignette:hover{
    border:2px solid #e4057d;
}
.vignette .img{
    position: relative;
}
.vignette .img i{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
}
.vignette:hover .img i{
    width: 20px;
    height: 20px;
}
.vignette .title{
    color:#e4057d;
    font-weight: bold;
    margin-bottom: 5px;
}
.vignette p{
    margin-bottom: 5px;
}
.vignette span{
  /*  text-transform: uppercase;*/
}
.download{
    background-image:url("../img/downloaddark.png");
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.blue .download:hover{
    background-image:url("../img/downloadblue.png");
}
.pink .download:hover{
    background-image:url("../img/downloadpink.png");
}
.download:active,.download.active{
    background-image:url("../img/downloadgrey.png");
}

#blocs > *{
    float: left;
}

.bloc{
    padding: 10px;
    background-color: #fff;
    margin: 10px;
    width:280px;
    height: 120px;
}
.corner{
    padding: 16px;
    margin: 10px;
    border-radius: 30px;
    background-color: #fff;
    width: 280px;
    height: 120px;
}
.topright{
    border-top-right-radius: 0;
}
.topleft{
    border-top-left-radius: 0;
}
.bottomright{
    border-bottom-right-radius: 0;
}
.bottomleft{
    border-bottom-left-radius: 0;
}


.bandes-top-left{
    background:url("../img/topleft.png") top left no-repeat;
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
.bandes-bottom-right{
    background:url("../img/bottomright.png") bottom right no-repeat;
    width: 100%;
    height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index:1;
}

.mainForm {
	z-index:2;
}

.camion{
    background-image:url("../img/camion.png");
    width: 59px;
    height: 59px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.camion:hover{
    background-image:url("../img/camionblanc.png");
}
.carton{
    background-image:url("../img/carton.png");
    width: 58px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.carton:hover{
    background-image:url("../img/cartonblanc.png");
}
.recyclage{
    background-image:url("../img/recyclage.png");
    width: 41px;
    height: 36px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.recyclage:hover{
    background-image:url("../img/recyclageblanc.png");
}
.stylos{
    background-image:url("../img/stylos.png");
    width: 30px;
    height: 49px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.stylos:hover{
    background-image:url("../img/stylosblanc.png");
}
.feuilles{
    background-image:url("../img/feuilles.png");
    width: 49px;
    height: 53px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.feuilles:hover{
    background-image:url("../img/feuillesblanc.png");
}
.info{
    background-image:url("../img/info.png");
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.info:hover{
    background-image:url("../img/infoblanc.png");
}
.loupe{
    background-image:url("../img/loupe.png");
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
a{
    font-size: 12px;
    /*text-decoration: underline;*/
    color: #757575;
}
a.bold{
    font-weight: bold;
}
a:hover{
    color: #d41217
}

table#contentetapes a {
    text-align: center;
    display: inline-block;
}
table#contentetapes tr {
    border-bottom: 1px solid #F2F2F2;
}

.clear{
    clear: left;
}

footer#footertable{
    width: 100%;
    height: 46px;
    border-radius: 30px 0 0 0;
    background-color: #95c11e;
    padding: 10px 20px;
}
footer#footertable{
    border-radius: 0 0 30px 30px;
}
footer p {
    text-align: center;
    /*padding-top: 13px;*/
}
footer p a,footer p{
    color:#757575;
}
footer p a:hover{
    color:#757575;
    text-decoration: underline;
}


.XNETContentTable {
	background-color:#ffffff;
	
}

.myCol {
vertical-align: middle;
background-color:#ffffff;
}


/* Gestion des contenus XNET */

/* gestion de base */

.menuContentFullHeight {
	/*cursor: pointer;*/
	height:380px;
	color: #757675;
	background-color:#ffffff;
}

.menuContentFullHeightScrollable {
	/*cursor: pointer;*/
	height:375px;
	color: #757675;
	background-color:#ffffff;
	overflow: auto;
}

.dowloadDocsScrollable {
	  height: 310px;
	width: 600px;
	color: #757675;
	background-color:#ffffff;
	overflow: auto;
}

.menuContentHalfHeight {
	/*cursor: pointer;*/
	height:190px;
	color: #757675;
	background-color:#ffffff;
}

.menuContentQuarterHeight {
	/*cursor: pointer;*/
	height:95px;
	color: #757675;
	background-color:#ffffff;
}

.menuContentThirdHeight {
	/*cursor: pointer;*/
	height:123px;
	color: #757675;
	background-color:#ffffff;
}

.leftContentThirdHeight {
	/*cursor: pointer;*/
	height:90px;
	color: #757675;
	background-color:#ffffff;
}

.fullcontent {
	color: #757675;
	background-color:#ffffff;
	height:90px;
}

.borderRightEmtpy {
	border-right: #F2F2F2 5px;
	border-right-style: solid;
}
.borderLeftEmtpy {
	border-left: #F2F2F2 5px;
	border-left-style: solid;
}
.borderBottomEmtpy {
	border-bottom: #F2F2F2 5px;
	border-bottom-style: solid;
}
.borderTopEmtpy {
	border-top: #F2F2F2 5px;
	border-top-style: solid;
}

/* spécifiques par page */

.menuItem:hover {
    color:#ffffff !important;
	background-color: #9c9a9a;
}

.XNETContentTableInsideCol1 {
	vertical-align: middle;
}

.menuItem .XNETContentTableInsideCol1 {
	font-size: 16px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	line-height: 22px;
	text-align: left;
	width:350px;
	padding-left: 20px;
	/*padding-right: 20px;*/
}


.menuItem .XNETContentTableInsideCol1Content {
	font-size: 16px !important;
}

.menuItem:hover .XNETContentTableInsideCol1Content {
	color:#ffffff !important;
}


.leftContent  .XNETContentTableInsideCol1 {
	color: #757675;
	font-size: 16px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	line-height: 22px;
	width: 50px;
	text-align: center;
}

.thankYouTable  .XNETContentTableInsideCol1  {
  padding-left: 20px;
}

.downloadDoc .XNETContentTableInsideCol1  {

}

.menuItem .XNETContentTableInsideCol2 {
	vertical-align: middle;
	padding-left: 40px;
	text-align: center;
}


.leftContent  .XNETContentTableInsideCol2 {
	text-align: center;
	width: 80px;
	vertical-align: middle;
}

.menuItem .XNETContentTableInsideCol2Content {
	display:block;
}

.menuItem:hover .XNETContentTableInsideCol2Content {
	display:none;
}

.downloadDoc .XNETContentTableInsideCol2  {
  /*width: 280px;
  text-align: right;*/
    text-transform: uppercase;
  font-weight: bold;
  /* position: relative; */
  /* margin: 5px; */
  font-size: 14px;
  padding-left: 20px;
  width: 300px;
    
}

.XNETContentTableInsideCol3 {
	vertical-align: middle;
}

.menuItem .XNETContentTableInsideCol3Content {
	color: #757675;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 16px;
	text-transform: none;
	display:none;
}

.menuItem:hover .XNETContentTableInsideCol3Content {
	display:block;
	color:#ffffff !important;
}

.leftContent  .XNETContentTableInsideCol3 {
	color: #e5007d;
	font-size: 16px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	line-height: 22px;
	width: 250px;
	text-align: left;
	padding-left: 10px;
}

.downloadDoc .XNETContentTableInsideCol3  {
	text-transform: uppercase;
	font-weight: bold;
	color: #d51217;
	font-size: 14px;
}

.downloadDocLink {
	width:300px;
	
}

.menuItem .XNETContentTableInsideCol4 {
	vertical-align: middle;
	padding-left: 40px;
	text-align: center;
}

.menuItem .XNETContentTableInsideCol4Content {
	display:none;
}

.menuItem:hover .XNETContentTableInsideCol4Content {
	display:block;
}


.dataInputTable {
padding-left:5px;
}

.dataInputTableColumn {
	padding:5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle !important;
}

.loginDataTableCol {
	padding:5px;
	padding-left: 10px;
	text-align: left;
	
}

#loginInformation td {
  padding-left: 10px;
}

.dataInput3digitsField {
	width:40px;
}

.dataInput8digitsField {
	width: 80px;
}

.dataInput147digitsField {
width: 210px;
margin-left: 10px;
}

.dataInput255digitsField {
	width: 300px;
}



.dataInputFieldAsLargeAsTextArea{
	width: 400px;
}

.dataInput255digitsTextAreaSmall {
	width: 300px;
height: 60px;
border: 0;
background-color: #f2f2f2;
color: #757575;
border-radius: 0 5px 5px 5px;
padding: 5px 7px;
margin: 5px 0;
text-align: left;
outline: 0;
color: #757575;
font-size: 14px;
margin: 0;
}

.dataInput255digitsTextArea {
	width: 400px;
height: 60px;
border: 0;
background-color: #f2f2f2;
color: #757575;
border-radius: 0 5px 5px 5px;
padding: 5px 7px;
margin: 5px 0;
text-align: left;
outline: 0;
color: #757575;
font-size: 14px;
margin: 0;
}

.dataInput255digitsTextAreaLarge {
	width: 400px;
height: 150px;
border: 0;
background-color: #f2f2f2;
color: #757575;
border-radius: 0 5px 5px 5px;
padding: 5px 7px;
margin: 5px 0;
text-align: left;
outline: 0;
color: #757575;
font-size: 14px;
margin: 0;
}


.dataInput255digitsSelect {
	width: 500px;
}

#loginMainTable {
margin-top: 20px;
}

.loginMainCol {
	/*background-color:#ffffff;*/
	width:50%;
	border-right: #F2F2F2 10px;
	border-right-style: solid;
	vertical-align: top;
}

#loginleftheader {
    width: 100%;
    height: 46px;
    border-radius: 30px 0 0 0;
    background-color: #95c11e;
    padding: 10px 20px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#loginleftheader h1 {
line-height: 24px;
font-size: 12px;
margin-left: 10px;
padding: 0;
color: #FFF;
border: 0;
}

#loginrightheader {
    width: 100%;
height: 46px;
border-radius: 0 30px 0 0;
background-color: #0fafe6;
padding: 10px 20px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
color: #fff;

}
#loginrightheader h1 {
line-height: 24px;
font-size: 12px;
margin-left: 10px;
padding: 0;
color: #FFF;
border: 0;
}



.vignette{
    min-height: 200px;
    width:200px;
    border:2px solid #e6e6e6;
    margin: 5px;
    padding: 5px;
    float: left;
	height: 300px;
}
.vignette:hover{
    border:2px solid #e4057d;
}
.vignette .productImage{
    position: relative;
	text-align: center;
}
.vignette .productImage i{
    width: 13px;
    height: 13px;
    position: absolute;
    right: 10px;
}
.vignette:hover .productImage i{
    background-image: url("../img/loupebig.png");
    width: 20px;
    height: 20px;
}

.productImage img {
height: 150px;
}

.vignette .title{
    color:#e4057d;
    font-weight: bold;
    margin-bottom: 5px;
}
.vignette p{
    margin-bottom: 5px;
}
.vignette span{
    /*text-transform: uppercase;*/
}
.vignettebig{
    min-height: 400px;
    width:400px;
    border:2px solid #e6e6e6;
    margin: 5px;
    padding: 5px;
    float: left;
    position: relative;
    background-color: #fff;
}
.vignettebig p {
    height:400px;
    line-height:400px;
    text-align:center; /* centrage horizontal d'un élément en-ligne */ }
.vignettebig img {
    vertical-align:middle;
}



#scrollbar{
    width: 50px;
    height: 200px;
}
.scrollbar{
    height: 150px;
}
#scrollbar .content{
    width: 50px;
    height: 1000px;
}
#scrollbar .jspDrag{
    background: #bababa!important;
    border-radius: 10px;
}
#scrollbar .jspTrack{
    background: #f2f2f2!important;
    border-radius:10px!important;

}
#scrollbar .jspVerticalBar{
    width: 6px!important;
    background: transparent!important;
}


#contactUsTable {
	margin-left: auto;
	margin-right: auto;
}
#contactUsTable h2 {
/*padding-top: 50px;*/
}

.menuContentContactUs{
	height:380px;
	color: #757675;
	background-color:#ffffff;
	padding-top:50px;
}

.contactUsTitleCol {
padding-left: 10px;
}

#loginleftDiv {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #fff;
	padding-top: 20px;
}

#loginrightDiv {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #fff;
	padding-top: 20px;
}

#loginLeftBottomDiv {
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #fff;
	width: 255px;
	height: 100px;
	margin-top: 10px;
	float: left;
}

#loginLeftBottomDivContent {
	  height: 90px;
}

table#loginLeftBottomDivContent td {
padding: 10px;
}

#loginLeftBottomDiv  img {
	float:right;
}
#loginRightBottomDiv {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #fff;
	background-image: url("../img/picture.png");
	height: 200px;
	width: 200px;
	float: right;
	margin-top: 10px;
}

#loginInformation {
vertical-align: middle;
padding-top: 30px;
}

#ThankYouRightBottomDiv {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #fff;
	background-image: url("../img/picture.png");
	height: 200px;
	width: 280px;
	float: right;
	margin-top: 50px;
	margin-right: 20px;
}


.mySettingsAddress {

}

.mySettingsAddAddress {
padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.mySettingsTable {
	
}

.mySettingsLeftTitle {
  background-color: #0fafe6;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
}

.mySettingsLeftTitleTD {
    background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}


.mySettingsRightTitle {
background-color: #e4057d;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 50px;
color: #fff;
}

.mySettingsRightTitleTD {
    background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.historyDEtable {
	width:400px;
	  margin: auto;
}

.historyPUtable {
	width:500px;
	  margin: auto;
}

.historyMainTable {
background-color: #ffffff;
}

.historyMainTable td {
  vertical-align: top;
}

.mySettingsTable td {
  padding-top: 10px;
  padding-right: 5px;
}

.mySettingsTable th {
  padding-top: 10px;
  padding-right: 5px;
}

.messageCell {
	color: red;
	padding-top: 10px;
  padding-left: 30px;
}
.messageCell h4 {
  color: red;
}

#pageBottomRightCorner {
height:200px;
width:200px;
background: url("../img/bottomright.png") bottom right no-repeat;
position: absolute;
  right: 0px;
  bottom: 0px;
    /*float: right;*/
  z-index:-1;
}

#pageUpperLeftCorner {
height:200px;
width:200px;
background: url("../img/topleft.png") top left no-repeat;
position: absolute;
  left: 0px;
  top: 0px;
  z-index:-1;
}

.loginMailTo {
	text-decoration:underlign;
}