/* GENERAL */

* {
margin: 0;
padding: 0;
}

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

html {
color: #000;
}

body {background: #fff url(../img/standalone-bkg.png) repeat-y 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;
border: 1px solid #cfcfcf;
background: transparent;
color: #000;
}

textarea {
padding: 2px;
border: 1px solid #cfcfcf;
background: transparent;
color: #000;
}

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

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




/* BOUTONS */

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

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

.bouton a {
float: left;
margin: 0 5px;
color: #656565;
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: #656565;
height: 33px;
cursor: pointer;
background: transparent url(../img/bouton-2.png) repeat-x top left;
}

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

.bouton-2 a {
float: left;
margin: 0 5px;
color: #656565;
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: #656565;
height: 33px;
cursor: pointer;
background: transparent url(../img/bouton-3.png) repeat-x top left;
}

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

.bouton-3 a {
float: left;
margin: 0 5px;
color: #656565;
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;
}