/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* modification 01/01/2011 */
table {border-collapse:inherit}

body {
    background-color:#2D2D2C;
    letter-spacing:1px;
    text-align:center; /* correction bug IE */
    font-size:11px;
    width:980px;
    margin: 0 auto;
    font-family: Verdana, Helvetica, Arial, "sans-serif";
    font-size: 70%;
    line-height: 1.4;

}

td {
    font-size:11px;
}

pre {background-color:black;color:white;text-align:left;font-size:12px}

fieldset {
    position:relative;
    border:1px solid #C2C2C2;
    background-color: white;
    background-image:url(../images/interface/fond/blanc_gris_degrade.jpg);
    background-repeat:no-repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    margin-bottom:4px;
    padding:5px;
}

legend {
    font-weight: bold;
    color:#777777;
    font-family:"Trebuchet MS",'verdana';
    font-variant:small-caps;
    font-size:15px;
}

fieldset div.lien_gros {
    text-align:center;
    padding:5px;
    font-size:14px;
    font-weight:bold;
    font-variant: small-caps;
}

div.c {clear:both}

div#pied {margin:auto; text-align: center}
/* Actions > Niveau requis */
span.niveauRequis {letter-spacing:-1px; color:#BFBFBF;}
div.section {padding-top:5px;padding-bottom:7px}



/* Grid */
.tripleBloc .colonne {float:left; margin:0 2px 8px 0; width:230px; height:100px; }




#payment {
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}

.background-sf {
  background: #fffcf0; }

.background-sr {
  background: #fff2f2; }

#payment-modes-list {
  float: left;
  width: 20%;
  margin-top: 10px; }

#payment-modes-list .mode {
    margin-bottom: 7px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #666666;
    border-right: 0;
    right: -1px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    height: 48px;
    text-align: center;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    box-sizing: border-box; 
  }

  #payment-modes-list .mode p {
        text-align: center;
        width: 100%;
  }

  #payment-modes-list .mode.selected {
    z-index: 24;
    background: white;
    border-color: #c2c2c2;; }

#payment-screen {
  float: left;
  width: 448px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #c2c2c2;;
  box-sizing: border-box;
  min-height: 475px;
  z-index: 1;
  position: relative; }
  #payment-screen .mode {
    display: none; }
    #payment-screen .mode:first-child {
      display: block; }
    #payment-screen .mode .price {
      display: inline-block;
      width: 70px;
      margin-left: 5px; }
  
  #payment-screen .msg {
    font-family: arial;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    padding: 5px; }
  #payment-screen .note {
    color: #6D67E3;
    font-family: arial;
    font-size: 8pt;
    text-align: center; }
  #payment-screen ul {
    width: 88%;
    margin-left: 6%;
    margin-top: 16px; }
    #payment-screen ul li {
      padding: 11px;
      margin: 2px;
      border-color: white;
      border-width: 1px;
      border-style: solid;
      cursor: pointer; }
    #payment-screen ul li.checked {
      background: #f9f9ff;
      border-color: #CFCFCF;
      border-radius: 7px; }
    #payment-screen ul input:focus {
      outline: none;
      background-color: none; }
    #payment-screen ul .free {
      color: #5dcce4; }

select#paypalSelect, select.paypalSelect {
  margin-top: 10px;
  margin-left: 33px;
  font-size: 16pt;
  text-align: center;
  width: 150px; }

.paypalRight {
  float: right;
  width: 250px; }

h4 {
    font-weight: bold;
    color: #777777;
    font-family: "Trebuchet MS",'verdana';
    font-variant: small-caps;
    font-size: 15px;
    margin: 10px 0 0 15px;
}


