* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

html {
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
}

body {
  font-family: Arial;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
}

div.page {
  width: 960px;
  position: relative;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #F00;
}

div.logo {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 355px;
  height: 120px;
  background-image: url(../images/psprod.png) !important;
  background-repeat: no-repeat;
  background-position:top left;
  background: none;
  z-index: 1000;
}

* html div.logo {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="layout/images/psprod.png", sizingMethod="scale");
}

div.logo a {
  display: block;
  height: 120px
}

div.left-bloc {
  position: absolute;
  top: 200px;
  height: 285px;
  width: 154px;
  padding: 15px 60px 0px 95px;
  background-image: url(../images/bloc-gauche.png) !important;
  background-repeat: no-repeat;
  background-position:top left;
  background: none;
  color: #ffde15;
  z-index: 1000;
  font-size: 11px;
}

* html div.left-bloc {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="layout/images/bloc-gauche.png", sizingMethod="scale");
}

div.left-bloc a {
  text-decoration: none;
  color: #fff;
}

div.left-bloc a:hover {
  color: #F00;
}

div.left-roues {
  position: absolute;
  width: 185px;
  height: 205px;
  top: 425px;
  background-image: url(../images/roues.png) !important;
  background-repeat: no-repeat;
  background-position:top left;
  background: none;
}

* html div.left-roues {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="layout/images/roues.png", sizingMethod="scale");
}

div.top-bloc {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  background-image: url(../images/bloc-haut.png) !important;
  background-repeat: no-repeat;
  background-position:top left;
  background: none;
  width: 400px;
  height: 78px;
  padding: 52px 40px 0px 60px;
  color: #fff;
}

* html div.top-bloc {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="layout/images/bloc-haut.png", sizingMethod="scale");
}

div.menu {
  position: absolute;
  top: 145px;
  right: 55px;
  color: #000;
  z-index: 1000;
}

div.menu a {
  color: #000;
  text-transform: uppercase;
}

div.menu a.active, div.menu a:hover {
  color: #f00;
}

div.smenu {
  text-align: right;
  float: right;
  color: #fff;
}

div.smenu a {
  color: #fff;
  text-transform: uppercase;
}

div.smenu a.active, div.smenu a:hover {
  color: #f00;
}

div.content-home {
  position: absolute;
  background-image: url(../images/fond-home.png) !important;
  background-repeat: no-repeat;
  background-position:top left;
  background: none;
  width: 616px;
  height: 346px;
  top: 162px;
  left: 276px;
}

* html div.content-home {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="layout/images/fond-home.png", sizingMethod="scale");
}

div.main {
  position: absolute;
  top: 180px;
  left: 200px;
}

div.content {
  position: relative;
  background-color: #000;
  color: #fd1;
  padding: 30px 30px;
  margin-left: 109px;
  width: 560px;
  top: -10px;
  margin-bottom: -20px;
  height: auto !important;
  height: 300px;
  min-height: 300px;
}

div.content ul {
  margin-left: 24px;
}

div.barres {
  background-image: url(../images/barres.png) !important;
  background-repeat: no-repeat;
  background-position: top left;
  background: none;
  width: 730px;
  height: 60px;
}

* html div.barres-bottom {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="layout/images/barres.png", sizingMethod="scale");
}

div.barres-bottom {
  position: absolute;
  background-image: url(../images/barres.png) !important;
  background-repeat: no-repeat;
  background-position:top left;
  background: none;
  width: 730px;
  height: 60px;
  left: 200px;
  top: 500px;
}

* html div.barres-bottom {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src="layout/images/barres.png", sizingMethod="scale");
}

div.home-footer {
  position: absolute;
  width: 730px;
  left: 200px;
  top: 565px;
  text-align: center;
}

div.footer {
  margin-top: 5px;
  width: 730px;
  text-align: center;
}

h1 {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fd1;
  font-weight: normal;
  text-transform: uppercase;
  background-image: url(../images/fond-titres.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}

h1 span, h2 span, h3 span, h1 a, h2 a, h3 a {
  float: right;
}

h1 span, h1 a {
  float: right;
  font-size: 14px;
}

h2 {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #fff;
}

h3 {
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #fff;
}

table {
  border-collapse: collapse;
}

table.galeries {
  width: 100%;
}

table.galeries tr td {
  padding: 5px;
}

table.galeries tr.pair {
  background-color: #111;
}

table.galeries tr.impair {
  background-color: #000;
}

table.borders tr td, table.borders tr th {
  border: 1px #fd1 solid;
}

table.galeries tr.over {
  background-color: #222;
}

table.galeries tr.over a {
  color: #f00;
}

table.photos {

}

table.photos tr td {
  padding: 15px;
}

table.form tr th {
  text-align: left;
  font-weight: bold;
  padding: 2px 0px 2px 0px;
  vertical-align: top;
  width: 150px;
}

table.form tr td {
  padding: 2px;
}

table.form tr td.error {
  padding: 2px 0px 10px 0px;
}

table.form tr td.error div {
  background-color: #FCC;
  padding: 10px;
  border: 1px #C00 solid;
  color: #C00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

table.form tr td.success {
  padding: 2px 0px 10px 0px;
}

table.form tr td.success div {
  background-color: #CFC;
  padding: 10px;
  border: 1px #0C0 solid;
  color: #080;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.content a {
  color: #fff;
}

div.content a:hover {
  color: #f00;
}

img.left {
  float: left;
  margin-right: 10px;
}

img.right {
  float: right;
  margin-left: 10px;
}

input {
  padding: 2px;
  font-family: Arial;
  font-size: 12px;
  border: 1px #fd1 solid;
  width: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input.button {
  width: auto;
  padding: 2px 10px;
}

input.radio, input.checkbox {
  width: auto;
  border: 0px;
}

textarea {
  padding: 2px;
  font-family: Arial;
  font-size: 12px;
  border: 1px #fd1 solid;
  width: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 100px;
}
