/***********************************************/
/* main.css                                    */
/*                                             */
/* Utiliser avec toutes les pages du site      */
/* www.mirolocation.com                        */
/***********************************************/


/* couleur des liens non visités */

    a:link {
        text-decoration: none;
        color: #699418;
    }
	
/* couleur des liens visités */

    a:visited {
        text-decoration: none;
        color: #699418;
    }
	
/* couleur des liens curseur au dessus */	

    a:hover {
        text-decoration: none;
		font-weight: bold;
        color: #3D3D3F;
    }
	
/* couleur des liens au moment du clic */	
	
    a:active {
        text-decoration: none;
    }
	


/* styles de caractères "class" */
	
    .style6 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
		color: #3D3D3F;
    }
	
    .style8 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt;
		color: #3D3D3F;
	}
	
    .style18 {
	    font-family: Arial, Helvetica, sans-serif; 
	    font-size: 18pt;
		color: #3D3D3F;
	}
	
	.style19 {
	    font-family: Arial, Helvetica, sans-serif;
		color: #3D3D3F;
	}
    
	.style22 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14pt;
		color: #3D3D3F;
	}
	
	.style23 {
        font-weight: bold;
        font-size: 14pt;
		color: #3D3D3F;
    }
	
	.style24 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		color: #3D3D3F;
	}
		
    .style25 {
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
		color: #3D3D3F;
	}
        
    .style41 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt;
		color: #3D3D3F;
	}
    
	.style42 {
		font-family: Arial, Helvetica, sans-serif
		color: #3D3D3F;
	}
	
	.style43 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		font-weight: bold;
		color: #3D3D3F;
	}
	
	.style44 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		font-weight: bold;
		color: #FF0000;
	}


/* Images */

	div#logo_miro_fr {
  		background-image: url(images/miro_FR_RGB.gif);
  		background-repeat: no-repeat;
		background-position: center;
  	/*	width: 190px; */
  		height: 91px;
  		padding: 0;
	}
	
	div#logo_miro_en {
  		background-image: url(images/miro_EN_RGB.gif);
  		background-repeat: no-repeat;
		background-position: center;
  	/*	width: 190px; */
  		height: 91px;
  		padding: 0;
	}
