/*  ----------------------------------------------------------------------------
    * Filename:         typography.css
    * Description:      Sets up some sensible default typography
    * Version:          1.0 (2010-09-23)
    ------------------------------------------------------------------------- */

/*  ----------------------------------------------------------------------------
    1. Default font settings
----------------------------------------------------------------------------- */

body {
    font-style: normal; font-size: 11px; line-height: 17px;
}
body, input, select, textarea, th, td {
    font-family: Arial, Helvetica, sans-serif;
}

/*  ----------------------------------------------------------------------------
    2. Text elements
----------------------------------------------------------------------------- */

h1                  { font-size: 13px; line-height: 26px;font-weight:bold; }
h2                  { font-size: 11px; font-weight:bold;}
h3                  { font-size: 11px; font-weight:bold;padding-left:15px;padding-top:3px;}
h4                  { font-size: 11px; font-weight:bold;padding-top:20px;}
h5                  { font-size: 11px; font-weight:bold;padding-top:20px;padding-left:15px;}
h6                  { font-size: 13px; line-height: 21px; }
em, i               { }
p                   {text-align:justify;  }
small               { }
strong, b           { }

.info-name{
  color:#004dd0;
  padding-top:25px;
}

.title-contact{
  text-align:center;
  font-weight:bold;
  padding:15px 0px;
}

.produits{
  font-size:20px;
}

.adress-plan{
  padding-top:3px;
  padding-left:20px;
}
.tel-plan{
  padding-left:15px;
  float:left;
  padding-top:2px;
  float:left;
}
.coordonnees{
  color:#0055cc;
  text-transform:uppercase;
  font-size:16px;
  padding-left:15px;
  padding-top:15px;
}
.coordonnees-info{
  color:#0055cc;
  text-transform:uppercase;
  font-size:15px;
}
.title-mention{
  font-weight:bold;
  padding:5px;
  border:solid 1px #bbd5ff;
  background-color:#ebf2ff;
  margin:5px 0px;
}
.title-news{
  font-size:15px;
  color:#58a900;
  text-transform:uppercase;
  padding-bottom:28px;
  background: url(../images/layout/act_bg.png) no-repeat left top;

}
.title-newsen{
  font-size:15px;
  color:#58a900;
  text-transform:uppercase;
  padding-bottom:28px;
  background: url(../images/layout/act_bgen.png) no-repeat left top;

}

.title-produit{
font-weight:bold;
padding-bottom:19px;
font-size:15px;
padding-top:2px;
}
/*  ----------------------------------------------------------------------------
    3. Links
----------------------------------------------------------------------------- */

a:link, a:visited   { text-decoration: none; }
a:hover, a:active   { text-decoration: underline; }

/*  ----------------------------------------------------------------------------
    4. Lists
----------------------------------------------------------------------------- */

ul.list-plan{
 text-align:left;
 line-height:27px;
 text-align:justify;
   }
ul.list-plan li{padding-left:23px; background:url(../images/bullets/icon-plan-acces.png) left 6px no-repeat;  }

/*  ----------------------------------------------------------------------------
    5. Tables
----------------------------------------------------------------------------- */

/*  ----------------------------------------------------------------------------
    6. Form elements
----------------------------------------------------------------------------- */
