/* ---------------------------------- */
/*           A C C U E I L            */
/* ---------------------------------- */

table.acc_table {
   width: 850px;
   height: 180px;
     border    : 1px solid #0000AD;
}

table.acc_table td.vide {
   width : 630px;
}

table.acc_table td.compte {
   width : 200px;  
   padding-right: 20px;
   height       : 130px;
   padding-top   : 15px; 
   vertical-align: top;     
}

p.acc_slogo {
  text-align:right;
  color     :#468EB0;
}



div.acc_titre {
   font-size     : 12pt; 
   font-weight   : bold; 
   padding-bottom: 0.5em;
   text-align    : center;
   text-transform: uppercase;
}

.inputzoneLogin
{ 
    width  : 150px;
    border : 1px solid gray;
}

.formbutton{
    cursor     : pointer;
    border     : 1px solid gray;
    background : red;
    font-weight: bold;
    padding    : 2px 2px;
    background : #EEEEEE;
}



td.acc_texte1 {
  font-size     : 1.3em;
  vertical-align: top;
  text-align    : justify;
  color         : black;
  line-height   : 1.5em;
}

#cadre_defil {
    position:relative; 
    width:100%;
    height:19px; 
    padding-top: 1px;
    overflow:hidden;
    background: #468EB0;
}

#defile { 
    position:absolute;
    width:700px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
}


ul.acc_compte {
  list-style-type: square;
  padding-left   : 20px;
  color : white;
}  

ul.acc_compte a {
  text-decoration: none;
  color          : white;
}

ul.acc_compte a:hover {
  color          : orange;
}


h1 {
   font-size: 1.2em;
   border-bottom: 1px solid black;
   padding-top: 15px;
   margin-bottom: 5px;
}
