h4 {
    background:url(images/h4-bg.png) left repeat-x; 
    font-size: 120%;
    color: #FFF;
    padding-top: 2px;
    padding-left: 12px;
    padding-bottom: 2px;
}

button:focus {outline:none;}
button::-moz-focus-inner {border:0;}

#mesinfos
{
    /*height: 230px;*/
    width: 50%;
    float:left;
}

#cagnotte
{
    padding-top: 20px;
}
#action
{
    float:clear-both;
}
.cours
{
    width:100%;
    clear: both;
}
.cours .zebra0, 
.chariot .zebra0,
.histo .zebra0 {
    background-color: #eee;
}

.numpiece {
    width: 10%
}
.datpiece {
    width: 15%
}
.mttpiece {
    width: 10%
}
.actpiece {
    width: 10%
}

#resume table, th {
    text-align: center;
}

#resume table td {
    height: 30px;
}

#cat_fiche table th {
	text-align: left;
	padding: 8px 0;
}

.num {
    text-align: center;
}

.adroite button {
    min-width: 150px;
}

.pripromo {
    font-weight: bold;
    font-size: 120%;
    color: #F11;
}

.cat_photo {
    float: right;
}


em.pripublic {
    color: #000;
    font-size: 120%;
}

em.pripuce {
    color: #F11;
    font-size: 180%;
}

.infomail tr {
    border: 1px solid #715842;
    background-color: #D2C2B4;
    color: #000;
}

button.butto { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 10px 0 0; 
  text-align:center;
  font-size:100%; 
}
button.butto span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 10px; 
  height:26px; 
  line-height:26px;
}

/* buttons */
button.butto { 
  background:url(images/btno_right.gif) right no-repeat; 
  font-family: "Lucida Grande",​Arial,​Helvetica,​sans-serif;
}

button.butto span { 

  background:url(images/btno_left.gif) left no-repeat;
  color:#fff; 
}

button.butto:hover {
    background:url(images/btno_right_hover.gif) right no-repeat; 
}

button.butto:hover span {
    background:url(images/btno_left_hover.gif) left no-repeat; 
}

/* buttons alt*/
button.buttoalt { 
  background:url(images/btnalt_right.gif) right no-repeat; 
}

button.buttoalt span { 

  background:url(images/btnalt_left.gif) left no-repeat;
  color:#fff; 
}

button.buttoalt:hover {
    background:url(images/btnalt_right_hover.gif) right no-repeat; 
}

button.buttoalt:hover span {
    background:url(images/btnalt_left_hover.gif) left no-repeat; 
}
/* buttons red*/
button.buttored { 
  background:url(images/btno_red_right.gif) right no-repeat; 
}

button.buttored span { 

  background:url(images/btno_red_left.gif) left no-repeat;
  color:#fff; 
}

button.buttored:hover {
    background:url(images/btno_red_right_hover.gif) right no-repeat; 
}

button.buttored:hover span {
    background:url(images/btno_red_left_hover.gif) left no-repeat; 
}

.ptrelais td {
    vertical-align: top;
}

.ptrelais span {
    color: #000;
}


fieldset.submit {
    direction: rtl;
}

fieldset.submit button { direction: ltr; }

/* see style-ie67.css for ie specific declaration */

#valid {
    text-align: left;
}

.veryimportant {
    color: #C01122;
    font-style: bold;
}

.assistel {
    text-align: center;
}
table.assistel {
    width: 60%;
}
table .assisteltext{
    width: 50%;
}

em.assistel {
    color: #000;
    font-size: 110%;
}


#addcomment {
    width: 100%;
    text-align: right;
}

#rpda td {
    width: 40%;
}

#rpda td.first {
    width: 20%;
}

#goldbook {
    margin-right: 20px;
    width: 180px;
}


.usertop {
    clear: both;
    height: 45px;
    text-align: center;
}
.usertop span.gauche {
    float: left;
    padding-left: 20px;
}
.usertop span.droite {
    float: right;
}

.cat_desc  td {
    vertical-align: top;
}

#accordionL {
    float: left;
    width: 49%;
}
#accordionR {
    float: right;
    width: 49%;
}

#gocolissimo {
    float: right;
    width: 50%;
}



#alertation{
    display: block;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#alertation:target{
    display: none;
}

.popup_block{
    background: #fff;
    padding: 20px;
    border: 10px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 40%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
}
img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}
