﻿@font-face {
    font-family: "Arial Narrow";
    font-style: normal;
    font-weight: normal;
    src: url("ARIALN.TTF") format("truetype");
}
@font-face {
    font-family: "Arial Narrow";
    font-style: normal;
    font-weight: bold;
    src: url("ARIALNB.TTF") format("truetype");
}

body 
{
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color:White;
    background-image:none;
    color: #333333;
}

a:link, a:visited
{
    color: #006633;
}

a:hover
{
    color: #009933;
}

a:active
{
    color: #009933;
}

p
{
    margin: 10px 0px;
}

a img {border:0px;}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 0px;
    font-weight:normal;
    color:#006633;
}

h1, .caption
{
    font-size: 18px;
    text-transform:uppercase;
    color:#006633;
    padding:5px 10px;
    margin-top:0px;
}

h2
{
    font-size: 22px;
}

h3
{
    font-size: 20px;
}

h4
{
    font-size: 18px;
}

h5, h6
{
    font-size: 16px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.red
{
    color:#cc0000!important;
}
hr {
  background: transparent url("../images/tarif_dotted.gif") repeat-x left center;
  height: 1px;
  border:none;
  margin:3px 4px;
}