/* GENERAL */

* {
margin: 0;
padding: 0;
}

body,
input,
textarea
{
font-family: arial, verdana, arial, times, "times new roman", serif;
font-size: 12px;
}

html {
color: #000;
background-color: #9a141c;
}

body {
background: #9a141c url(../img/site_bkg.jpg) repeat-x 0 0;
}

a {
color: #cf7f0c;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #cf7f0c;
background-color: transparent;
text-decoration: underline;
}

img {
border: 0;
vertical-align: middle;
}

p {
text-align: justify;
}

input {
padding: 1px 2px;
}

textarea {
padding: 2px;
}

.none {
position: absolute;
left: 0;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}

.clear {
clear: both;
display: block;
height: 0px;
font-size: .1em;
}



/* STRUCTURE */

#corps {
position: relative;
margin: 0 auto;
width: 988px;
background: #fff url(../img/corps_bkg.jpg) no-repeat 0 0;
}

#kontent {
width: 988px;
background: #fff url(../img/kontent_bkg.png) repeat-y 0 0;
}


/* ENTETE */

#entete {
width: 988px;
height: 265px;
}

h2 {
margin: 0 10px;
font-size: 1.7em;
color: #9a141c;
font-weight: normal;
}


/* PIED */

#pied {
padding: 20px 0 12px 0;
width: 988px;
background: #fff url(../img/pied_bkg.png) no-repeat left bottom;
}

#pied span.mention_alcool {
float: left;
padding: 4px 8px;
color: #ccc;
background-color: #9a141c;
font-size: .9em;
text-transform: uppercase;
}




/* ELEMENTS DIVERS */

.input_2 {
padding: 4px;
border-top: 1px solid #e9e9e9;
border-left: 1px solid #e9e9e9;
border-bottom: 1px solid #cacaca;
border-right: 1px solid #cacaca;
width: 180px;
background: #fff url(../img/form_input_2.png) repeat-y 0 0;
}

.submit_2 {
cursor: pointer;
float: right;
margin: 5px 0 0 0;
border: 0;
width: 25px;
height: 34px;
background: #fff url(../img/form_submit_2.png) no-repeat 0 0;
}

h2#titre_boutique {
height: 26px;
background: transparent url(../img/boutique_titre.png) no-repeat -15px 0;
}



/* MENU CATALOGUE */

#menu_catalogue {
margin: 20px 0 0 0;
background: #fff url(../img/kpz-bkg_1.png) no-repeat left bottom;
}

#menu_catalogue h3 {
height: 18px;
background: #fff url(../img/recherche_titre.png) no-repeat 0 0;
}

#menu_catalogue ul {
padding: 2px 10px 2px 16px;
width: 180px;
}

#menu_catalogue li.item {
margin: 8px 0;
list-style: none;
}

#menu_catalogue li.item {
list-style: none;
}

#menu_catalogue li.item a.titre {
display: block;
padding: 0 0 0 20px;
font-weight: normal;
font-size: 1em;
color: #9a141c;
background: transparent url(../img/fleche_1.png) no-repeat left 4px;
}

#menu_catalogue li.item a.active,
#menu_catalogue li.item a.titre:hover
{
text-decoration: underline;
}




/* CARTOUCHES */


.cartouche {
margin: 10px 0 10px 3px;
width:652px;
background: transparent url(../img/cartouche-bkg.png) repeat-y 0 0;
}

.cartouche-top {
width:652px;
height: 5px;
background: transparent url(../img/cartouche-top-bkg.png) no-repeat 0 0;
}

.cartouche-bottom {
clear: both;
width:652px;
height: 5px;
background: transparent url(../img/cartouche-bottom-bkg.png) no-repeat 0 0;
}

.cartouche-contenu {
padding: 5px 10px;
}




/* BOUTONS */

.bouton {
color: #fff;
height: 33px;
cursor: pointer;
background: transparent url(../img/bouton.png) repeat-x top left;
}

.bouton input {
float: left;
height: 33px;
color: #fff;
cursor: pointer;
border: none;
text-align: center;
background: none;
}

.bouton a {
float: left;
margin: 0 5px;
color: #fff;
text-align: center;
text-decoration: none;
line-height: 33px;
}

.bouton .bouton-left {
float: left;
width: 5px;
height: 33px;
background: transparent url(../img/bouton-left.png) no-repeat top left;
}

.bouton .bouton-right {
float: right;
width: 5px;
height: 33px;
background: transparent url(../img/bouton-right.png) no-repeat top left;
}

.bouton:hover,
.bouton:hover .bouton-left,
.bouton:hover .bouton-right {
background-position: bottom left;
}

.bouton-2 {
color: #fff;
height: 33px;
cursor: pointer;
background: transparent url(../img/bouton-2.png) repeat-x top left;
}

.bouton-2 input {
float: left;
height: 33px;
color: #fff;
cursor: pointer;
text-align: center;
border: none;
background: none;
}

.bouton-2 a {
float: left;
margin: 0 5px;
color: #fff;
text-align: center;
text-decoration: none;
line-height: 33px;
}

.bouton-2 .bouton-2-left {
float: left;
width: 5px;
height: 33px;
background: transparent url(../img/bouton-2-left.png) no-repeat top left;
}

.bouton-2 .bouton-2-right {
float: right;
width: 5px;
height: 33px;
background: transparent url(../img/bouton-2-right.png) no-repeat top left;
}

.bouton-2:hover,
.bouton-2:hover .bouton-2-left,
.bouton-2:hover .bouton-2-right {
background-position: bottom left;
}

.bouton-3 {
color: #fff;
height: 33px;
cursor: pointer;
background: transparent url(../img/bouton-3.png) repeat-x top left;
}

.bouton-3 input {
float: left;
height: 33px;
color: #fff;
cursor: pointer;
text-align: center;
border: none;
background: none;
}

.bouton-3 a {
float: left;
margin: 0 5px;
color: #fff;
text-align: center;
text-decoration: none;
line-height: 33px;
}

.bouton-3 .bouton-3-left {
float: left;
width: 5px;
height: 33px;
background: transparent url(../img/bouton-3-left.png) no-repeat top left;
}

.bouton-3 .bouton-3-right {
float: right;
width: 5px;
height: 33px;
background: transparent url(../img/bouton-3-right.png) no-repeat top left;
}

.bouton-3:hover,
.bouton-3:hover .bouton-3-left,
.bouton-3:hover .bouton-3-right {
background-position: bottom left;
}
