/*                     */
/* Mise forme générale */
/*                     */
html, body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 10pt;
text-align: center;
color: black;
background-color: #ab460e;
background-image: url("../images/background.jpg");
background-repeat: repeat-x;
background-position: left top;
/* top right bottom left */
padding: 0 0 5px 0; 
margin: 0;
}
/* Conteneur de la Page */
#container {
width: 960px;
text-align: center;
margin: auto;
color: black;
background-color: #ffdf9f;
background-image: url("../images/container.jpg");
background-repeat: repeat-y;
background-position: left top;
/* top right bottom left */
padding: 0 0 5px 0; 
padding: 15px 15px 0 15px; 
}
/* Hack pour IE */
* html #container {
width: 990px;
}
/* Header */
#header {
width: 990px;
height: 250px;
background-image: url("../images/header2.jpg");
background-repeat: no-repeat;
background-position: left top;
margin: auto;
clear: both;
}
/* Colonne Gauche */
#gauche {
width: 250px;
float: left;
text-align: center;
/* top right bottom left */
padding: 5px 0 5px 0;
margin-bottom: 15px;
border: 1px solid #ab460e;
color: black;
background-color: #d59756;
}
/* Colonne Droite */
#droite {
width: 670px;
float: left;
text-align: justify;
border: 1px solid #ab460e;
color: black;
background-color: #ffeecc;
/* top right bottom left */
margin: 0 0 15px 15px;
padding: 5px 10px 5px 10px;
}
/* Hack pour IE */
* html #droite {
width: 695px;
}
/* Pied de Page */
#footer {
width: 990px;
line-height: 10px;
text-align: center;
font-size: 7pt;
color: #d59756;
background-color: #ab460e;
border-top: 1px solid #d56215;
padding-top: 5px;
margin-left: -15px;
clear: both;
}
/* Hack pour IE */
* html #footer {
width: 990px;
margin-right: -15px;
}

/*                */
/* Menu Superieur */
/*                */

#top-menu {
width: 990px;
height: 56px;
line-height: 56px;
background-image: url("../images/menu.jpg");
background-repeat: no-repeat;
background-position: left top;
text-align: center;
clear: both;
margin: auto;
}
#top-menu ul {
width: 990px;
height: 26px;
line-height: 26px;
float: left;
/* top right bottom left */
margin: 14px 0 0 0;
padding: 0;
}
#top-menu li {
width: 135px;
height: 26px;
line-height: 26px;
display: inline;
list-style-type: none;
font-size: 11pt;
font-weight: bold;
float: left;
margin: 0;
}
#top-menu .deco {
width: 23px;
height: 26px;
line-height: 26px;
display: inline;
background-image: url("../images/menu_deco.gif");
background-repeat: no-repeat;
background-position: left top;
float: left;
margin: 0;
}
#top-menu a:link, #top-menu a:visited {
width: auto;
height: 26px;
line-height: 26px;
color: #ffdf9f;
text-decoration: none;
background-color: transparent;
}
#top-menu a:active, #top-menu a:hover, #top-menu #on {
color: #f87d1c;
text-decoration: none;
background-color: transparent;
}

/*             */
/* Menu Gauche */
/*             */

#gauche ul {
width: 230px;
padding: 0;
/* top/bottom right/left */
margin: 0 auto;
display: block;
}
/* Hack pour IE */
* html #gauche ul {
margin-left: 5px;
}
#gauche li {
text-align: left;
list-style-type: none;
background-image: url("../images/puce.jpg");
background-repeat: no-repeat;
background-position: left 60%;
padding-left: 15px;
margin: 0;
}

/*                     */
/*        Liens        */
/*                     */

a:link, a:visited {
color: black;
text-decoration: underline;
background-color: transparent;
outline: none;
}
a:active, a:hover {
color: #ab460e;
background-color: transparent;
outline: none;
}
/* Liens Gauche */
#gauche a:link, #gauche a:visited {
color: #380900;
text-decoration: none;
background-color: transparent;
}
#gauche a:active, #gauche a:hover {
color: #ffdf9f;
text-decoration: none;
background-color: transparent;
}
/* Liens Pied de Page */
#footer a:link, #footer a:visited {
color: #d59756;
text-decoration: underline;
background-color: transparent;
outline: none;
}
#footer a:active, #footer a:hover {
color: #ffdf9f;
background-color: transparent;
outline: none;
}

/*                      */
/*        Titres        */
/*                      */

/* Titres */
h1 {
font-size: 20pt;
text-align: left;
font-family: "Monotype Corsiva", "Trebuchet MS", Arial, Helvetica, sans-serif; 
color: #5e0f00;
background-color: transparent;
margin: 0;
}
/* Sous Titres */ 
h2 {
font-size: 10pt;
line-height: 10pt;
text-align: left;
color: #ab460e;
background-color: transparent;
/* top/bottom left/right */
margin: 5px 0;
}
/* Titres Gauche */
#gauche h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 12pt;
text-indent: 10px;
text-decoration: underline;
}
/* Sous Titres Gauche */
#gauche h2 {
text-align: center;
}
/* Titres Droite */
#droite h1 {
height: 30px;
line-height: 25px;
text-indent: 35px;
border-bottom: 3px double #d59756;
background-image: url("../images/puce_h1.jpg");
background-repeat: no-repeat;
background-position: left top;
margin-bottom: 5px;
}

/*               */
/*  Formulaires  */
/*               */

form {
/* top/bottom left/right */
margin: 0 auto;
padding: 0;
text-align: center;
font-size: 9pt;
line-height: 10pt;
}
/* Formulaire de Contact */
#contact {
width: 435px;
float: left;
/* top right bottom left */
margin: 5px 10px 0 0;
}
form p {
text-align: center;
margin: 7px;
padding: 0;
}
input {
vertical-align: middle;
outline: none;
margin: auto;
}
fieldset {
border: none;
}
legend {
font-size: 11pt;
color: #ab460e;
background-color: inherit;
font-weight: bold;
}

/*                    */
/* Eléments du design */
/*                    */

/* Ligne de séparation Gauche */
#gauche .hr {
width: 240px;
height: 10px;
line-height: 10px;
background-image: url("../images/hr_gauche.jpg");
background-repeat: no-repeat;
background-position: left 50%;
/* top/bottom left/right */
margin: 5px auto;
clear: both;
}
/* Ligne de séparation Droite */
#droite .hr {
width: auto;
height: 10px;
background-image: url("../images/hr_droite.jpg");
background-repeat: no-repeat;
background-position: 50% 50%;
/* top/bottom left/right */
margin: 10px auto;
clear: both;
}
/* Bloc Flottant 1/3 */
.bloc-tiers {
width: 205px;
font-size: 9pt;
text-align: left;
background-color: #ffdf9f;
border: 1px dotted #ab460e;
float: left;
padding: 3px;
margin: 5px;
}
/* Hack pour IE */
* html .bloc-tiers {
width: 211px;
}

/*                   */
/*  Eléments divers  */
/*                   */

/* Bordure sur toutes les images */
img {
border: 1px solid black;
}
/* Alignement flottant à gauche */
.left {
/* top right bottom left */
margin: 5px 10px 0 0;
float: left;
}
/* Alignement flottant à droite */
.right {
/* top right bottom left */
margin: 5px  0 0 5px;
float: right;
}
/* Alignement centré */
.center {
text-align: center;
}
/* Alignements images - Pas de bordure */
.ico {
border: 0;
vertical-align: middle;
}
small {
font-size: 7pt;
}
/* Tableau des produits */
/* Tableau des produits */
.table {
width: 450px;
float: center;
/* top right bottom left */
margin: 0 15px 15px 0;
border : 1px solid #CC6600;
{ border-style: solid ; border-color: #CC6600 ; }
}
.th {
width: 450px;

text-indent: 5px;
font-size: 10pt;
background-color: #d59756;
border : 1px solid #CC6600;
{ border-style: solid ; border-color: #CC6600 ; }
}
.td {
font-family: Arial;
font-size: 8pt;
border-collapse: separate;
width: 395px;
padding: 1px;
margin: 3px;
border : 1px solid #CC6600;
text-indent: 10px;
background-color: #ffdf9f;
{ border-style: solid ; border-color: #CC6600 ; }
}



