/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
    height:100%;
    min-height:100%;
}
body
{
    background-image: url('/Content/images/background.png');
    background-position: top center;
    background-color: #EFEFEF;
    height:100%;
    min-height:100%;
    width:100%;
    font-size: 75%;
    font-family: Century Gothic, Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}
a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.wrap
{    
    height: 100%;
    min-height:100%;
    position: relative;
}
.page
{
	min-height: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -90px;
    clear: both;
}

#header
{
    height:80px;
    padding: 15px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 40px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    border-radius : 0px 0px 20px 20px;
    -webkit-box-shadow:  0px 0px 2px 1px #9B9B9B;
    box-shadow:  0px 0px 2px 1px #9B9B9B;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    border-radius : 20px 20px 20px 20px;
    -webkit-box-shadow:  0px 0px 2px 1px #9B9B9B;
    box-shadow:  0px 0px 2px 1px #9B9B9B;
}

#footer
{
    height:120px;
    color: #444444;
    padding: 0px;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}

#logosBottom 
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align:center;
    height:60px;
    padding: 15px 0px 15px 0px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    border-radius : 20px 20px 0px 0px;
    -webkit-box-shadow:  0px 0px 2px 1px #9B9B9B;
    box-shadow:  0px 0px 2px 1px #9B9B9B;
    position: relative;
    bottom:0px;
}

#logosBottom img
{
    padding:5px;
    vertical-align:middle;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 1px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}
ul#menu li a:Hover
{
    /*background: -moz-linear-gradient(center top , #EFEFEF 0%, #E9E9E9 100%) repeat scroll 0 0 #DD4B39;*/
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #B4D2EB 100%) repeat scroll 0 0 #DD4B39;
    color: #2B6B9F;
}
ul#menu li .currentbutton, ul#menu li .currentbutton:Hover
{
    /*background: none !important;
    background-color:#FFFFFF !important;
    color: #034af3 !important;*/
    background: #C4D3E3;
    color: #2B6B9F;
}
ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #2B6B9F;
    background: -moz-linear-gradient(center top , #21527A 0%, #2B6B9F 100%) repeat scroll 0 0 #DD4B39;
    border-radius: 5px 5px 0px 0px;
    color: #FFFFFF;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

#ArboCategNav table tr
{
    text-align:center;
}

#ArboCategNav table td div
{
    text-align:center;
}

.tabSuppliers table
{
    border-collapse: collapse;
    width:100%;

}
.tabSuppliers table thead
{

        padding-top :5px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.tabSuppliers .tablewBorder
{
}

.tabSuppliers table td
{
    border: 1px solid #B5B5B5;
    padding: 5px; /*border: solid 1px #e8eef4;*/
    text-align: center;
}

.tabSuppliers .tablewBorder td
{
    text-align: center;
}

.tabSuppliers table th
{
    
    padding: 6px 5px;
    text-align: center;
    background-color:#21527A;
    background: -moz-linear-gradient(center top , #21527A 0%, #2B6B9F 100%) repeat scroll 0 0 #DD4B39;
    font-weight: bold;
    color:#FFFFFF;

}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-right:25px;
    
    /*margin-top:40px;*/
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color:#4C4C4C;
}

#logindisplay a:link
{
    color:#4C4C4C;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color:#4C4C4C;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color:#4C4C4C;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.marketsNav
{
    font-weight: bold;
    width:100%;
}

#marketsNav0
{
    width:15%;
    min-width:15%;
    vertical-align: top;
}
#marketsNav1, #marketsNav2, #ListeProduits
{
    vertical-align: top;
    min-width:28%;
    width: 28%;
    border-right:  1px dashed #777777;
}
.marketsNavButton, .marketsNavButtonSelected
{
    cursor: pointer;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    border-left: 1px solid #C1D1E1;
    border-right: 1px solid #C1D1E1;
    border-bottom: 1px solid #C1D1E1;
    background-color:#EFEFEF;
}
#formType:first-child
{
    border-top: 1px solid #C1D1E1; 
}
#listProduct
{
    border-top: 1px solid #C1D1E1; 
}
#listCategories
{
   border-top: 1px solid #C1D1E1; 
}
.marketsNavButton
{
    background-color: #FFFFFF;
}
.marketsNavButton:hover
{
    background-color: #DDDDDD;
}
.marketsNavButtonSelected
{
    background-color: #5C87B2 !important;
    color:#ffffff  
}
.marketsNavButtonSelected:hover
{
    background-color:#82A3C4 !important;
    
}

.MarketsProdSpecif
{
    width: 100%;
}
#ListeProdSpecif
{
    display: none;
}
.ongletProdInactif, .ongletProdActif
{
    cursor: pointer;
    font-size: 12px;
    padding: 0px 20px 0px 20px;
    height:35px;
    border-bottom : 3px solid #5388B4;
    font-weight:bold;
    color:#FFFFFF;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius : 5px 5px  0px 0px;
    
}
.ongletProdInactif
{
background-color: #777777;

}
.ongletProdInactif:hover
{
    background:none;
    background-color: #5388B4;
    color:#FFFFFF;
}
.ongletProdActif:hover
{
    background:none;
    background-color: #DDDDDD;
    color:#6D7070;
}
.ongletProdActif
{
    color:#FFFFFF;
background: rgb(92,135,178); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(92,135,178,1) 0%, #5388B4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5388B4), color-stop(100%,#5388B4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(92,135,178,1) 0%,#5388B4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(92,135,178,1) 0%,#5388B4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(92,135,178,1) 0%,#5388B4 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(92,135,178,1) 0%,#5388B4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c87b2', endColorstr='#698caf',GradientType=0 ); /* IE6-9 */
    border-bottom : 3px solid #5388B4;
    font-weight: bold;


}

#colSituations, #colPlaces, #colUnites, #colAttributs
{
    border-left: 2px #CCCCCC dotted;
    padding-left: 5px;
    vertical-align: top;
    width: 260px;
}

.formAttributProdSpec
{
    padding: 5px 0px 5px 0px;
    margin: 5px;
    border: 1px outset;
    background-color: #F9F9F9;
    position: relative;
}
.listeAttributs div
{
    border-bottom: 1px dotted #5a5a5a;
}
.formSupplierTitre
{
    padding: 5px 0px 5px 0px;
    border: 1px outset;
    background-color: #F9F9F9;
    margin: 5px;
}
.formSupplierTendance
{
    padding: 5px 0px 5px 0px;
    border: 1px outset;
    background-color: #F9F9F9;
    margin: 5px;
}
#addLiaisonProdSpecif
{
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #5a5a5a;
}
.deleteAttribProdSpec
{
    position: absolute;
    top: 4px;
    right: 4px;
}
#zoneFormCreateUser
{
    background-color: #E8EEF4;
}


.lineProdSpec:hover
{
    background-color: rgba(255,255,255,0.3);
}

#addLiaisonProdSpecif > #newSupplier
{
    width : 140px;
}



/* Styles for the publication and visualisation pages
----------------------------------------------------------*/

.loader
{
    background-image: url("/Content/themes/base/images/Loader.gif");
    width: 208px;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    background-repeat: no-repeat;
}
.loaderbig
{
    background-image: url("/Content/themes/base/images/Loader_Big.gif");
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    background-repeat: no-repeat;
}
.separator
{
    width: 100%;
    height: 30px;
    border-bottom: 2px dashed #EFEFEF;
}
.TitreProdSpec
{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 120%;
    color: #5C87B2;
    background-color: #F1F1F1;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    background: -moz-linear-gradient(center top , #FFFFFF, #F1F1F1) repeat-x scroll 0 0 #FFFFFF;
    box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.3);
    margin-left: -29px;
    margin-right: -30px;
    margin-top : 12px;
    height: 25px;
    
}
#tableaucotation
{
    display: block;
}
.WillBePublishedOn
{
    width: 60px;
    height: 20px;
    background-image: url('/Content/themes/base/images/checkboxOn.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 4px;
}
.WillBePublishedOff
{
    width: 60px;
    height: 20px;
    background-image: url('/Content/themes/base/images/checkboxOff.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 4px;
}
.WillBePublishedAllOn
{
    width: 60px;
    height: 20px;
    background-image: url('/Content/themes/base/images/checkboxOn.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.WillBePublishedAllOff
{
    width: 60px;
    height: 20px;
    background-image: url('/Content/themes/base/images/checkboxOff.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.TableauCotContainer
{
    display: none;
}
.ongletCotations
{
    display: none;
}
.slideButtonUp
{
    float: right;
    width: 20px;
    font-size: 180%;
    color: #317B17;
    text-shadow: 0 0 0.2em #7D7B84, 0 0 0.2em #7D7B84;
    cursor: pointer;
    margin-top:-5px;
}
.slideButtonDel
{
    float: right;
    width: 20px;
    font-size: 180%;
    color: #990D0D;
    text-shadow: 0 0 0.2em #7D7B84, 0 0 0.2em #7D7B84;
    cursor: pointer;
    margin-top:-5px;
    
    display: none;
}
.slideButtonDown
{
    float: left;
    width: 30px;
    height: 25px;
    font-size: 120%;
    color: #7D7B84;
    text-shadow: 0 0 0.2em #7D7B84, 0 0 0.2em #7D7B84;
    cursor: pointer;
}
.bttonValidationPublication
{
    float: right;
    width: 250px;
    height: 25px;
}
.closeErrorMessageBtton
{
    background: url("/Content/images/fermer-25-25.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 25px;
    margin-right: -10px;
    margin-top: -10px;
    width: 25px;
}
.errorContainer
{
    background: url("/Content/images/stop-32x32.png") no-repeat scroll 10px 50% #FFE3E3;
    border-bottom: 1px solid #CCCCCC;
    color: black;
    font-weight: bold;
    padding: 10px 5px 10px 50px;
    text-align: left;
    color: black;
    font-weight: bold;
    text-align: left;
    display: none;
}
/***Analyses***/
.categoryLink
{
width: 100%;
Height:40px;
}
#ContainerCategory
{
background-color:#EFEFEF;
float:left;
Width:31%;
display:block;
}

.zoomBox
{
Float:Right;
display:none;
cursor:pointer;
position:absolute;
margin-left:120px;
margin-top:-40px;

}
#textBoxPopUp
{
    margin-top:-120px;
    display:none;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow:  2px 1px 4px 1px rgba(25, 21, 12, );
    box-shadow:  2px 1px 4px 1px rgba(25, 21, 12, );
    padding: 20px;
    position: absolute;
    z-index: 1664;
    width:597px;
    margin-left:15%;
    margin-right:auto;    
    position:fixed;
}
.TextBoxClose
{
    float:right;
    position:relative;
    margin-right:-35px;
    margin-top:-35px;
    z-index:1665;
    cursor:pointer;   
}
.TextBoxButton
{
     background-color: #5C87B2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow:  2px 1px 4px 1px rgba(25, 21, 12, );
    box-shadow:  2px 1px 4px 1px rgba(25, 21, 12, );
    color:#FFFFFF;
    height:40px;
    width:150px;
    font-size:120%;
    font-weight:bold;
    text-align:center;
    padding-top:13px;
    margin-left:auto;
    margin-right:auto;
    border:4px double #EFEFEF;
}
.TextBoxButton:hover
{
    cursor:pointer;
     background-color: #EFEFEF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     -webkit-box-shadow:  none;
    box-shadow: none;
    color:#5C87B2;
    font-size:120%;
    font-weight:bold;
}
.submitButton
{
background: rgb(92,135,178); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(92,135,178,1) 0%, rgba(105,140,175,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,135,178,1)), color-stop(100%,rgba(105,140,175,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(92,135,178,1) 0%,rgba(105,140,175,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(92,135,178,1) 0%,rgba(105,140,175,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(92,135,178,1) 0%,rgba(105,140,175,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(92,135,178,1) 0%,rgba(105,140,175,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c87b2', endColorstr='#698caf',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#FFFFFF;
    height:30px;
    width:120px;
    font-size:120%;
    font-weight:bold;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    border:1px double transparent;
}
.submitButton:hover
{
    background:none;
    cursor:pointer;
     background-color: #BABCBA;
     -webkit-box-shadow:  none;
    box-shadow: none;

    color:#5C87B2;
    font-size:120%;
    font-weight:bold;
}
/***Message d'aide**/
div.info {
    background: none repeat scroll 0 0 #C4D3E3;
    border: 1px solid #75BAFF;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
}
.startTip,.startTipLavigne {
    display: none;
}
#contentTip {
    height:500px;
    overflow-x:hidden;
    font-size: 14px;
}
.close {
    cursor: pointer;
    font-family: "Segoe UI";
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 6px;
    top: -1px;
}
.btnRed {
  background: -moz-linear-gradient(center top, #DD4B39 0%, #D14836 100%) repeat scroll 0 0 #DD4B39;
  border: 1px solid transparent;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
}
.btnBlue {
  margin-top: 5px;
  line-height: 30px;
  padding: 0 20px 2px;
  background-color: #5388B4;
  border: 2px solid transparent;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
}
.btn-outline-Blue {
  margin-top: 5px;
  line-height: 30px;
  padding: 0 20px 2px;
  border: 2px solid transparent;
  border-radius: 2px 2px 2px 2px;
  color: #5388B4;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  border: 2px solid;
}
  .btn-outline-Blue:hover {
    color: #FFFFFF;
    background-color: #5388B4;
    border: 2px solid #5388B4;
  }
.btnBlue:hover
{
    background-color:#ffffff;
    border: 2px solid #5388B4;
    color:#5388B4;
}
.btnGreen
{
    background-color:#43C227;
    border: 1px solid transparent;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor:pointer;
    height:30px;
    line-height:25px;
    padding: 0 20px 2px;
    position:relative;
    float:right;
    margin-right:10px;
}
.outputParams
{
    display:none;
    height:50px;
    background-color:#ffffff;
}
.outputParams input[type=checkbox] {
    display:none;
}
.outputParams input[type=checkbox] + label
{
    display:inline;
    cursor:pointer;
    height:24px;
    line-height:24px;
    padding:2px 8px;
}
.outputParams .outputIndicPrint-1 + label, .outputParams .outputGraphWeb-1 + label, .outputParams .outputCebWeb-1 + label, .outputParams .outputGraphPrint-1 + label, .outputParams .outputHpWeb-1 + label 
{
    border-bottom: 3px solid #FF0000;
}
.outputParams .outputIndicPrint-8 + label, .outputParams .outputGraphWeb-8 + label, .outputParams .outputCebWeb-8 + label, .outputParams .outputGraphPrint-8 + label, .outputParams .outputHpWeb-8 + label 
{
    border-bottom: 3px solid #6AAF23;
}
.outputParams .outputIndicPrint-1 + label, .outputParams .outputIndicPrint-8 + label
{
    background: url('/Content/pictos/indicprintgray.png') 0px 0px no-repeat;
}
.outputParams .outputIndicPrint-1:checked + label
{
    background: url('/Content/pictos/1-indicprinton.png') 0px 0px no-repeat;
}
.outputParams .outputIndicPrint-8:checked + label
{
    background: url('/Content/pictos/8-indicprinton.png') 0px 0px no-repeat;
}
.outputParams .outputGraphWeb-1 + label, .outputParams .outputGraphWeb-8 + label
{
    background: url('/Content/pictos/graphwebgray.png') 0px 0px no-repeat;
}
.outputParams .outputGraphWeb-1:checked + label
{
    background: url('/Content/pictos/1-graphwebon.png') 0px 0px no-repeat;
}
.outputParams .outputGraphWeb-8:checked + label
{
    background: url('/Content/pictos/8-graphwebon.png') 0px 0px no-repeat;
}
.outputParams .outputCebWeb-1 + label, .outputParams .outputCebWeb-8 + label
{
    background: url('/Content/pictos/cebwebgray.png') 0px 0px no-repeat;
}
.outputParams .outputCebWeb-1:checked + label
{
    background: url('/Content/pictos/1-cebwebon.png') 0px 0px no-repeat;
}
.outputParams .outputCebWeb-8:checked + label
{
    background: url('/Content/pictos/8-cebwebon.png') 0px 0px no-repeat;
}
.outputParams .outputGraphPrint-1 + label, .outputParams .outputGraphPrint-8 + label
{
    background: url('/Content/pictos/graphprintgray.png') 0px 0px no-repeat;
}
.outputParams .outputGraphPrint-1:checked + label
{
    background: url('/Content/pictos/1-graphprinton.png') 0px 0px no-repeat;
}
.outputParams .outputGraphPrint-8:checked + label
{
    background: url('/Content/pictos/8-graphprinton.png') 0px 0px no-repeat;
}
.outputParams .outputHpWeb-1 + label, .outputParams .outputHpWeb-8 + label
{
    background: url('/Content/pictos/hpwebgray.png') 0px 0px no-repeat;
}
.outputParams .outputHpWeb-1:checked + label
{
    background: url('/Content/pictos/1-hpwebon.png') 0px 0px no-repeat;
}
.outputParams .outputHpWeb-8:checked + label
{
    background: url('/Content/pictos/8-hpwebon.png') 0px 0px no-repeat;
}

.submitBttonUpload
{
    background-color: rgb(92,135,178);
    background-image:url('/Content/themes/base/images/upload.png');
    background-repeat: no-repeat;
    background-position :right center
}

.titleBlock
{
    font-size:140%;
    margin-bottom: 10px;
    margin-left: -29px;
    margin-right: -30px;
    margin-top:10px;
    font-weight: bold;
    line-height:40px;
    color: #5C87B2;
    background-color: #F1F1F1;
    background: -moz-linear-gradient(center top , #FFFFFF, #F1F1F1) repeat-x scroll 0 0 #FFFFFF;
    box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.3);
    height: 40px;
    
}

.prestaContact 
{
    padding-left:90px;
    min-height:80px;
    background: url('/Content/Images/contact.png') left no-repeat;
    vertical-align:middle;
}

/* ********* Graphiques HighCharts ********* */
#chartWrapper {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 4px solid #5388B4;
    border-radius: 4px 4px 4px 4px;
    color: #434343;
    display: none;
    margin-left: 100px;
    min-height: 400px;
    position: absolute;
    width: 630px;
    z-index: 50;
    color: #434343;
}
        
#chartWrapper .close {
    cursor: pointer;
    font-size:10px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
}
/* ****** Fin - Graphiques HighCharts ****** */