/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

BODY {
   /*background-image: url(images/vert.gif); background-repeat: repeat-x;*/
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

img
{
border: 0;
}

A {
  color: #293928;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff; /*#19d926;*/
}

TR.headerNavigation {
  background: #14ab1f;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background:  #14ab1f;
  color: #ffffff;
  font-weight : bold;
  height: 28px;
  background-image: url(images/fond_headernav.gif);
  background-repeat: repeat-x;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #d5f7d0;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d5f7d0;
  color: #696969; /*white;/*#d5f7d0;*/
  font-weight: bold;
}

.infoBox {
  background: #14ab1f;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.infoBoxNotice {
  background: #14ab1f;
}

.infoBoxNoticeContents {
  background: #14ab1f;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeadingC {
  /*background: #14ab1f;*/
  /*height:28px;*/ /*fixé dans boxes.php*/
}

/***TD du milieu avec background-image****/
TD.infoBoxHeadingF {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #14ab1f;
  color: #ffffff;
  /*text-align: center;*/
  /*height:28px;*/ /*fixé dans boxes.php*/
  background-image: url(images/fond_header.gif);
  background-repeat: repeat-x;
}

A.infoBoxHeading {
  color: #ffffff;
}

A.infoBoxHeading:hover {
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  white-space: pre;
}


TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}


/*** Begin Header Tags SEO ***/

/***h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}****/

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #80AA00;
  /*color: #A92356;*/
}

h2 {
 font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  /*line-height: 1.5;*/
}
/*** End Header Tags SEO ***/

/*** le mien SEO ***/
h3 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 display: inline;
 color: #80AA00;
}

h4 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: normal;
 display: inline;
 /* color: #000;*/
}
/*** Fin le mien SEO ***/

.titre {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 display: inline;
 color: #80AA00;
}

h5 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold;
 display: inline;
}

/***changer le style de la box categories***/
.infoBoxStyleCategorie {
   border: solid #dddddd; 
   border-width: 0 0 1px 0;
   height: 20px;
}

.infoBoxLinkCategorie {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 10px;
}
/***Fin changer le style de la box categories***/

/***changer le style des box***/
.infoBoxStyle {
   border: solid #dddddd; 
   border-width: 0 0 1px 0;
   height: 20px;
}

.infoBoxLink {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 10px;
}
/***Fin changer le style des box***/

/*********2e Barre de Navigation*************/
.barreNavigation2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  text-align: left;
  background: #d5f7d0;
}

TD.barreNavigation2 {
  border-style: solid;
  border-color: #dddddd;
  border-width: 0 0 1px 0;
  height: 28px;
/*background-image: url(images/fond_headernav.gif);
  background-repeat: repeat-x;*/
}

A.barreNavigation2 { 
  color: #000000;
  text-decoration: none;
  display: inline;
}

A.barreNavigation2:hover {
  color: #AABBDD;
  text-decoration: underline;
  display: inline;
}

/*********Barre recherhcer*************/
.headerSearch {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight : bold;
}
/*********Fin Barre recherhcer*************/
/*********Fin 2e Barre de Navigation*************/

/*********Largeur du site web*************/
.resolution {
  width: 952px;
}

.bodyresolution {
  width: 952px;
  border-style: solid;
  border-color: #b3b3b3;
  border-width: 0 1px 0 1px;
}

.headerResolution {
  width: 952px;
  border-style: solid;
  border-color: #b3b3b3;
  border-width: 1px 1px 0 1px;
}

.footerResolution {
  width: 952px;
  border-style: solid;
  border-color: #b3b3b3;
  border-width: 1px 1px 1px 1px;
}
/*********Fin Largeur du site web*************/

