/* ****************************
* Groupe T3Nel
*   Site Texturgie
*
*   version originale
*
*   feuille de style :  "générale"
*
* V000 01 FEV 2014 JPA
*  - original
*************************** */

body {
  font-family: "Trebuchet MS","DejaVuSans";
  font-size: 11px;
}

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

ol, ul, li {
  font-size: 11px;
  color: #4c4c4c;
}

img { border: 0px; }

#global {
  width: 792px;
  margin: auto;
}

/* *****************
*  Haut de page
*/
#header {
  width: 792px;
  margin: auto;
  border: 0;
}

/* *****************
*  Page
*/
#container { width: 792px; }

/* *****************
*  Page :  partie principale
*/
#main {
  width: 792px;
  height: 40px;
  background: url('/__ovh/fr/img/main_full_top.jpg'); 
}

/* *****************
*  Page :  partie principale - image centrale
*/
#landing {
  width: 790px;
  height: 370px;
  background: url('/__ovh/fr/img/landingpage.jpg');
}

/* *****************
*  Page :  partie principale - contenu
*/
#content {
  width: 790px;
}

/* *****************
*  Page :  partie principale - colonnes
*/
.columns {
  width: 375px;
  padding: 5px;
}

/* *****************
*  Bas de page
*/
#footer {
  width: 792px;
  height: 27px;
  background: url('/__ovh/fr/img/footer.png');
}
#autofooter {
  display: none;
}

/* *****************
*  Pavés :  positionnements
*/
.fleft { float:left; }

.left90 { padding-left: 90px; }
.left30 { padding-left: 30px; }
.top3 { padding-top: 3px; }
.top30 { padding-top: 30px; }

.center { text-align: center; }

/* *****************
*  Pavés :  encadrements
*/
.separator {
  width: 792px;
  height: 1px;
  clear: both;
}

.lrBorder {
  border-left: 1px solid #B7B7B7;
  border-right: 1px solid #B7B7B7;
}

/* *****************
*  Texte :  différentes tailles
*/
.fs14 {
  font-family: "Trebuchet MS","DejaVuSans";
  font-size: 14px;
}
.fs16 {
  font-family: "Trebuchet MS","DejaVuSans";
  font-size: 16px;
}
.fs24 {
  font-family: "Trebuchet MS","DejaVuSans";
  font-size: 24px;
}

/* *****************
*  Texte :  différentes couleurs
*/
.grey { color: #666666; }
.blue { color: #0068B1; }
