/*                     */
/* 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: transparent;
background-image: url("../images/bg_html.jpg");
background-repeat: repeat;
background-position: left top;
padding: 0; 
margin: 0;
}
/* Conteneur de la Page */
#container {
width: 100%;
height: 100%;
background-image: url("../images/bg_body.jpg");
background-repeat: repeat-x;
background-position: left top;
}
/* Header */
#header {
width: 954px;
height: 256px;
margin: auto;
clear: both;
}
/* Photo Header */
#photo {
width: 335px;
height: 256px;
float: left;
background-image: url("../images/photo.jpg");
background-repeat: no-repeat;
background-position: left top;
}
/* Logo Header */
#logo {
width: 619px;
height: 136px;
float: left;
background-image: url("../images/logo.jpg");
background-repeat: no-repeat;
background-position: left top;
}
/* Splash Header */
#splash {
width: 568px;
height: 120px;
font-family: "Times New Roman", Arial, Helvetica, sans-serif; 
font-size: 12pt;
font-weight: bold;
text-align: justify;
float: left;
background-image: url("../images/splash.jpg");
background-repeat: no-repeat;
background-position: left top;
padding-right: 51px;
}
/* Hack pour IE */
* html #splash {
width: 616px;
}
/* Contenu de la Page */
#contenu {
width: 882px;
margin: auto;
text-align: left;
background-image: url("../images/container.jpg");
background-repeat: repeat-y;
background-position: left top;
}
/* Colonne Gauche */
#gauche {
width: 249px;
float: left;
font-size: 9pt;
text-align: center;
/* top right bottom left */
margin: 0 0 15px 15px;
background-image: url("../images/gauche_bg.jpg");
background-repeat: repeat-y;
background-position: left top;
display: inline;
}
#top {
width: 249px;
height: 31px;
background-image: url("../images/gauche_top.jpg");
background-repeat: no-repeat;
background-position: left top;
clear: both;
}
#foot {
width: 249px;
height: 31px;
background-image: url("../images/gauche_foot.jpg");
background-repeat: no-repeat;
background-position: left top;
clear: both;
}
/* Colonne Droite */
#droite {
width: 568px;
float: left;
text-align: justify;
/* top right bottom left */
margin: 0 0 15px 35px;
display: inline;
}
/* Pied de Page */
#footer {
width: 882px;
height: 47px;
text-align: center;
font-size: 7pt;
color: #ffbd52;
background-color: transparent;
background-image: url("../images/footer.jpg");
background-repeat: no-repeat;
background-position: left top;
clear: both;
}

/*             */
/* Menus Gauche */
/*             */

#menu {
width: 217px;
display: block;
margin: auto;
padding: 0;
}
#menu dd {
width: 217px;
height: 33px;
line-height: 33px;
list-style-type: none;
font-family: "Times New Roman", Arial, Helvetica, sans-serif; 
font-size: 14pt;
font-weight: bold;
text-align: center;
background-image: url("../images/menu_off.jpg");
background-repeat: no-repeat;
background-position: left top;
/* top right bottom left */
margin: 0 0 5px 0;
}
#menu a:link, #menu a:visited {
width: 217px;
height: 33px;
display: block;
color: #ad1507;
text-decoration: none;
background-color: inherit;
}
#menu a:active, #menu a:hover, #menu #on {
color: white;
text-decoration: none;
background-color: inherit;
background-image: url("../images/menu_on.jpg");
background-repeat: no-repeat;
background-position: left top;
}

/*                     */
/*        Liens        */
/*                     */

a:link, a:visited {
color: black;
text-decoration: underline;
background-color: transparent;
outline: none;
}
a:active, a:hover {
color: #6e0000;
background-color: #ffbd52;
text-decoration: none;
outline: none;
}
/* Liens Pied de Page */
#footer a:link, #footer a:visited {
color: #ffbd52;
text-decoration: underline;
background-color: transparent;
outline: none;
}
#footer a:active, #footer a:hover {
color: #f7eedd;
background-color: transparent;
outline: none;
}

/*                      */
/*        Titres        */
/*                      */

/* Titres */
h1 {
font-size: 13pt;
text-align: left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
color: #ad1507;
background-color: transparent;
/* top right bottom left */
margin: 10px 0 0 0;
}
/* Titres Splash */
#splash h1 {
font-size: 19pt;
text-align: center;
font-family: "Monotype Corsiva", "Times New Roman", Arial, Helvetica, sans-serif; 
color: #6e0000;
background-color: transparent;
margin: 0;
}
/* Titres Gauche */
#gauche h1 {
font-size: 15pt;
text-align: center;
text-decoration: underline;
font-family: "Monotype Corsiva", "Trebuchet MS", Arial, Helvetica, sans-serif; 
color: #6e0000;
background-color: transparent;
/* top/bottom left/right */
margin: 5px 0;
}
/* Sous Titres */ 
h2 {
font-size: 10pt;
text-align: left;
color: #6e0000;
background-color: transparent;
/* top/bottom left/right */
margin: 5px 0;
}

/*                   */
/*  Eléments divers  */
/*                   */

/* Paragraphe Gauche */
#gauche p {
margin: 5px;
display: block;
text-align: left;
}
/* Bloc Flottant 1/3 */
.bloc-tiers {
width: 170px;
font-size: 9pt;
text-align: center;
background-image: url("../images/th_bg.jpg");
background-repeat: no-repeat;
background-position: 3px 3px;
border: 1px dotted #ffbd52;
float: left;
padding: 3px;
margin: 5px;
}
/* Hack pour IE */
* html .bloc-tiers {
width: 176px;
}
/* Ligne de séparation */
.hr {
width: 568px;
height: 21px;
line-height: 21px;
background-image: url("../images/ligne.jpg");
background-repeat: no-repeat;
background-position: left top;
/* top/bottom left/right */
margin: 5px auto;
clear: both;
}
/* Pas de bordure sur les images par défaut */
img {
border: none;
vertical-align: middle;
}
/* Bordure sur les images */
.bord {
border: 1px solid black;
}
/* Alignement flottant à gauche */
.left {
/* top right bottom left */
margin: 0 5px 0 0;
float: left;
}
/* Alignement flottant à droite */
.right {
/* top right bottom left */
margin: 0  0 0 5px;
float: right;
}
/* Alignement centré */
.center {
text-align: center;
}
/* Tableau de la carte */
table {
width: 560px;
margin: 0;
}
th {
font-size: 12pt;
text-align: left;
text-indent: 35px;
color: white;
background-color: #ad1507;
background-image: url("../images/th_bg.jpg");
background-repeat: no-repeat;
background-position: 2px 50%;
padding: 0;
}
td {
width: 375px;
font-family: Arial;
font-size: 8pt;
border-collapse: separate;
text-align: left;
text-indent: 5px;
background-color: #f7eedd;
}
.prix {
width: 50px;
text-align: right;
/* top right bottom left */
padding: 0 5px 0 0;
margin: 0;
}
.pic {
width: 135px;
text-align: right;
text-indent: 0;
padding: 0;
margin: 0;
background-color: white;
}

/*               */
/*  Formulaires  */
/*               */

form {
/* top/bottom left/right */
margin: 0 auto;
padding: 0;
text-align: center;
}
form p {
text-align: center;
margin: 5px;
padding: 0;
}
input {
vertical-align: middle;
padding-left: 5px;
outline: none;
margin: auto;
}
fieldset {
text-align: center;
border: 1px solid #6e0000;
}
legend {
font-size: 11pt;
color: #ad1507;
background-color: inherit;
font-weight: bold;
}
