/*
 *
 * GENERALS
 * 
 */ 
html
{
    width: 100%;
    height: 100%;            
    background-color: #FFF;
}
body
{
    width: 920px;
    color: #000;
    background: url(./img/fond.png);
    background-repeat: repeat-y;
    margin: auto;  
    font-family: Verdana;                             
    font-size: 10pt; 
}
img
{
    border: none;
}    
area:hover
{
    cursor: pointer;
}  
hr
{
    width: 350px;
}
a
{
    color: #444;
    text-decoration: underline;
}
a:hover
{
    color: #BBB;
}

/*
 *
 * DIV # (ID)
 * 
 */  
#header_page
{                                             
    width: 920px;
    height: 192px;
}    
#clubMedFlash
{
    position: absolute;
    margin-top: 82px;
    margin-left: 225px;
}     

/*
 *
 * DIV . (CLASSE) -- GENERALS
 * 
 */ 
.center
{
    text-align: center;  
    margin: auto;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.bold
{
    font-weight: bold;
}         
.no_cursor
{
    cursor: default;
}
.hand_cursor
{
    cursor: pointer;
}
.white
{
    color: #FFF;
}
.spacing
{
    letter-spacing: 5px;
}




.btn-annonces {
  width: 200px; 
  height: 37px; 
  display: block;
}
  .btn-employeur { background:url('../img/btn-employeur.png') no-repeat 0 0; }
  .btn-employeur:hover { background-position: 0 -37px; }
  .btn-moniteur { background:url('../img/btn-moniteur.png') no-repeat 0 0; }
  .btn-moniteur:hover { background-position: 0 -37px; }
  .btn-annonces span { display: none; }
