@CHARSET "UTF-8";




/* -------------------------------------------------------- Site ------------------------------- */
body 
    {
	font-family: arial, helvetica, verdana, sans-serif;
    font-size: 10pt;
    background-color:#595959;
    }   

H1
    {
    font-size: 2.5em;
    margin-bottom:  0;
    }
    


a:link
    {
    color:#000000;
    text-decoration:none;
    }
a:visited
    {
    color:#000000;
    text-decoration:none;
    }
a:hover
    {
    color:#000000;
    text-decoration:underline;
    }
    
    
/* -------------------------------------------------------- Contenu ------------------------------- */
div.contenu
    {
    background-color:#F2F2F2;
    height:100%
    }


.row{
    overflow: hidden; 
    margin-right:0;
    }


/* -------------------------------------------------------- Centre ------------------------------- */


td.entreprise
    {
    font-weight:bold;
    padding-top:10px;
    
    }
td.job-title
    {
    padding-top:10px;
    font-weight:bold;
    }