/*                     */
/* Mise forme générale */
/*                     */
html {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 10pt;
line-height: 15pt;
text-align: center;
color: black;
background-color: #a50818;
background-image: url("../images/background.jpg");
background-repeat: repeat;
background-position: left top;
padding: 0; 
margin: auto;
}
body {
text-align: center;
}
/* Conteneur de la Page */
#container {
width: 963px;
background-image: url("../images/container_bg.jpg");
background-repeat: repeat-y;
background-position: left top;
/* top right bottom left */
margin: 20px auto 0 auto;
padding-bottom: 5px;
}
/* Header */
#header {
width: 963px;
height: 232px;
background-image: url("../images/header.jpg");
background-repeat: repeat-x;
background-position: left top;
clear: both;
}
/* Colonne Gauche */
#gauche {
width: 220px;
float: left;
font-size: 9pt;
text-align: center;
background-image: url("../images/gauche_bg.jpg");
background-repeat: repeat-y;
background-position: left top;
display: inline;
clear: both;
/* top right bottom left */
margin: 0 0 0 22px;
}
/* Bas Colonne Gauche */
#foot {
width: 220px;
line-height: 8px;
height: 8px;
background-image: url("../images/gauche_foot.jpg");
background-repeat: no-repeat;
background-position: left top;
clear: both;
margin-top: 5px;
}
/* Colonne Droite */
#droite {
width: 693px;
float: left;
text-align: justify;
/* top right bottom left */
margin: 0 0 5px 15px;
display: inline;
}
/* Pied de Page */
#footer {
width: 963px;
height: 3px;
text-align: center;
font-size: 7pt;
color: #ce871d;
background-color: transparent;
background-image: url("../images/footer.jpg");
background-repeat: no-repeat;
background-position: left top;
clear: both;
margin: auto;
padding-top: 5px;
}

/*             */
/* Menus Gauche */
/*             */

#menu {
width: 214px;
display: block;
margin: auto;
padding: 0;
}
#menu dd {
width: 214px;
height: 30px;
line-height: 30px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt;
font-weight: bold;
text-align: left;
text-indent: 5px;
background-image: url("../images/menu_off.jpg");
background-repeat: repeat-x;
background-position: left top;
margin: 0;
}
#menu a:link, #menu a:visited {
width: 214px;
height: 30px;
display: block;
color: #efe7c6;
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: repeat-x;
background-position: left top;
}

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

a:link, a:visited {
color: black;
text-decoration: underline;
background-color: transparent;
outline: none;
}
a:active, a:hover {
color: #660000;
background-color: #e0d19a;
text-decoration: none;
outline: none;
}
/* Liens Pied de Page */
#footer a:link, #footer a:visited {
color: #ce871d;
text-decoration: underline;
background-color: transparent;
outline: none;
}
#footer a:active, #footer a:hover {
color: #e0d19a;
background-color: transparent;
outline: none;
}

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

/* Titres */
h1 {
font-size: 14pt;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #ad1507;
background-color: transparent;
/* top right bottom left */
margin: 5px 0 5px 0;
text-decoration: underline;
}
h1 span {
color: #efe7c6;
background-color: #a50818;
/* top/bottom left/right */
padding: 0 5px;
}
/* Sous Titres */ 
h2 {
font-size: 10pt;
text-align: left;
color: #660000;
background-color: transparent;
/* top/bottom left/right */
margin: 5px 0;
}

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

/* Encart Gauche */
.encart {
width: 201px;
height: 102px;
line-height: 35px;
font-size: 15pt;
text-align: left;
text-indent: 50px;
background-image: url("../images/encart.jpg");
background-repeat: no-repeat;
background-position: left top;
clear: both;
/* top/bottom left/right */
margin: 15px auto;
}
.encart p {
font-size: 10pt;
font-weight: bold;
line-height: 15px;
/* top/bottom left/right */
margin: 0 10px;
text-indent: 0;
text-align: center;
}
/* Bloc Cocktail */
.cocktail {
width: 300px;
height: 140px;
text-align: left;
background-image: url("../images/cocktail.jpg");
background-repeat: no-repeat;
background-position: left top;
/* top/bottom left/right */
margin: 15px 17px;
float: left;
}
/* Image Bloc Cocktail */
.cocktail img {
/* top right bottom left */
margin: 5px 10px 0 10px;
float: left;
}
/* Paragraphe Bloc Cocktail */
.cocktail p {
width: 180px;
height: 100px;
line-height: 15pt;
/* top right bottom left */
margin: 30px 0 0 0;
float: left;
}
/* 1ere ligne Paragraphe Bloc Cocktail */
.cocktail p:first-line {
font-size: 14pt;
font-weight: bold;
color: white;
background-color: transparent;
}
/* 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;
}
/* Ligne de séparation Gauche */
.hr {
width: 214px;
height: 18px;
background-image: url("../images/hr.jpg");
background-repeat: no-repeat;
background-position: left top;
/* top/bottom left/right */
margin: 5px auto;
clear: both;
}
/* Ligne de séparation */
hr {
height: 2px;
line-height: 100px;
/* top/bottom left/right */
margin: 10px auto !important;
border-top: 1px solid #ce871d;
border-bottom: 1px solid #660000;
clear: both;
display: block;
}
.end{
clear: both;
}
small {
font-size: 7pt;
}

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

form {
/* top/bottom left/right */
margin: 20px auto;
padding: 0;
text-align: center;
font-size: 9pt;
line-height: 10pt;
}
form p {
text-align: center;
margin: 7px;
padding: 0;
}
input {
vertical-align: middle;
outline: none;
margin: auto;
}
select {
text-align: center;
width: 275px;
}
option {
text-align: center;
}
fieldset {
width: 46%;
border: none;
float: left;
margin: 0;
}

