﻿/* ------------------------------------------------------------------------------

Function: _GENERAL-FONTS
Project: PrixDuGros (2010)
Version: v0.1
Date: 2010/04/25
Other: uncompressed

By: Christophe Humbert
Company: autoExpert.ca (c)

------------------------------------------------------------------------------ */

body{
  font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', Verdana, FreeSans, sans-serif;
}


a:focus{
  outline: 1px dotted invert;
}

hr{
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1{
  font-size: 20px;
}

h2{
    font: bold 16px/1.5 Helvetica, Arial, 'Liberation Sans', Verdana, FreeSans, sans-serif;
    color:#C41014;
    padding-bottom:5px;
}

h3{
    font: bold 16px/1.5 Helvetica, Arial, 'Liberation Sans', Verdana, FreeSans, sans-serif;
    color:#C41014;
    padding-bottom:15px;
}

h4{
  font-size: 13px;
  font-weight:bold;
  text-transform:uppercase;
}

h5{
  font-size: 13px;
}

h6{
  font-size: 10px;
}

