   
    input			/*Bouton et champs de texte*/
    { 
	    border: 1px solid #000000;
        font-family:Verdana;
	    font-size:10px;
        margin-left: 0px;
    }
    textarea 
    {
	    border-width:1px;
	    border-color:#000000;
	    border-style:solid;
	    font-family:Verdana;
	    font-size:10px;	
    }
    
    select
    {
	    font-family:Verdana;
	    font-size:10px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    
    .Check
    {
	    border-width:0px;
	    border-color:#000000;
	    border-style:none;
    }
 
    
    body {
	    background-color: #ffffff;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	    font-family: verdana, arial, helvetica, sans-serif;
	    font-size: 0.7em;
	    color: #666666;
    }
    
    /* HEADER */
    .header {
	    position: relative;
	    width: 760px;
	    height: 81px;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: left;
    }
    
    .Login
    {
        text-transform: uppercase;
        text-decoration: none;
        color: #990000;
        position:relative;
        top:5px;
    }
    
    .Login:hover 
    {
        background-color:#990000;
	    color:white;
    }
    
    
    /* FOOTER */

    .footerbg {
	    width: auto;
	    height: 75px;
	    text-align: center;
    }
    .footer {
	    margin-left: auto;
	    margin-right: auto;
	    width: 760px;
	    height: 75px;
	    font-size: 10px;
	    text-align:center;
    }
    
    .footer a {
	    text-decoration: none;
	    color: #d32525;
    }

    .footer a:visited {
	    color: #980000;
    }

    .footer a:hover {
	    text-decoration: underline;
	    color: #e05252;
    }

    a:active {
	    color: #980000;
    }
    
    .invisible
    {
    	
    }    

