
@import url(normalize.css);

body {
	width: 900px;
	margin: 0 auto;
	background-color: #4B4B4B;
	font: normal normal normal 11px Arial, Helvetica, sans-serif;
}

#layout {
  background-color: #ADADAD;
  padding: 5px 10px;
  width: 880px;
}

a.menu_txt { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

a.menu_txt:hover {
	color: #ff8e01;
	text-decoration: none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

a.ftr {
	color: white;
}

a.ftr:hover {
	color:black;
	text-decoration: none;
}

.heading_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.heading_td_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}

.td_data_black{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000;
  font-weight:bold;
}

.small_font_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #2B2B2B;
}

.smaller_font_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #3F3F3F;
}

.smaller_font_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.greydark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #333;
}

/* Bouton submit */

input.t_submit {
	background: url(../images/site/btn_bg.gif) left top repeat-x black;
	border: solid 1px black;
	text-transform: uppercase;
	font: normal normal bold 9pt Arial;
	color: white;
	padding: 0 5px;
}

#guestbook input.t_submit {
  margin: 10px 100px;
}

/* Catalogues */

#menu {
	font: normal normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	width: 290px;
}

#menu p {
	background: url(../images/site/menu.jpg) left top no-repeat #ADADAD;
	width: 260px; height: 48px;
	padding: 10px 10px 3px 20px;
	color: white;
	font-size: 13px;
}

#menu li {
	list-style: none;
	background-color: #ADADAD;
	padding-bottom: 3px;
}

#menu a {
	display: block;
	width: 222px; height: 53px;
	background-position: left -58px;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 5px 3px 0 65px;
	color: white;
}

#menu a:hover, #menu a:active, #menu a:focus {
	background-position: left top;
}

#pneu a {
	background-image: url(../images/site/menu/pneu.jpg);
}

#moto a {
	background-image: url(../images/site/menu/moto.jpg);
}

#alu a {
	background-image: url(../images/site/menu/alu.jpg);
}

#acier a {
	background-image: url(../images/site/menu/acier.jpg);
}

#pack a {
	background-image: url(../images/site/menu/pack.jpg);
	width: 170px; padding-left: 120px;
}

#menu span {
	color: black;
	font-size: 10px;
}

/* Fin menu catalogues */

/* Menu accueil vendeur = bulle */

ul#vendeur {
	width: 160px; height: 338px;
	background: url(../images/site/vendeur.jpg) left top no-repeat;
	list-style-type: none;
	margin-top: 25px;
	padding: 27px 5px 0 158px;
}

#vendeur li {
	list-style-type: none;
	padding-bottom: 2px;
}

#vendeur a {
	display: block;
	width: 145px; height: 17px;
	text-indent: -9999px; font-size: 12px;
	background-position: left top;
	background-repeat: no-repeat;
}

#vendeur a:hover {
	background-position: left -17px;
}

/* Fin menu accueil vendeur */

/* Cadres promo */

div#assurance {
	margin: 0 5px;
}

#assurance p#garantie {
	width: 290px; height: 152px;
	background: url(../images/site/garantie.png) left top no-repeat;
	text-align: center;
	font: normal normal bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

p#garantie strong {
	color: #FF8E01;
}

p#garantie span {
	display: block;
	width: 125px; height: 25px;
	color: white;
	margin: 15px 0 0 155px;
	line-height: 25px;
	font-size: 12px;
}

p#garantie span em {
	color: #C10000;
	font-style: normal;
}

p#garantie a {
	display: block;
	width: 280px; height: 62px;
	padding: 90px 5px 0 5px;
	color: #000;
	text-decoration: none;
}

#assurance ul#partenaires {
	padding: 0;
	margin: 5px 0 0 7px;
	width: 284px; height: 97px;
	background-position: left top;
	background-repeat: no-repeat;
}

#partenaires li {
	line-height: 0;
	text-indent: -9999px;
}

p#livraison {
	width: 289px;
	height: 138px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	line-height: 0;
}

p#livraison a {
	display: block;
	width: 100%; height: 100%;
	color: white;
	font: normal normal normal 11px Arial;
}

p#livraison a:hover {
	text-decoration: underline;
}

p#livraison span {
	display: block;
	width: 150px;
	margin: 97px 5px 0 25px;
	line-height: 1em;
	text-indent: 0;
}

/* Fin cadres promo */

/* Zone info = centres de montage + pro + contact */

#info div {
	float: left;
	background-image: url(../images/site/cadre.png);
	background-repeat: no-repeat;
	width: 250px; height: 280px;
	padding: 0 25px 10px 25px;
	font: normal normal bold 12px arial, helvetica, sans-serif;
}

#info h3 {
	width: 167px; height: 18px;
	text-indent: -9999px; line-height: 0;
	background-image: url(../images/site/titres_fr.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	margin-bottom: 15px;
}

#info h4 {
	text-align: justify;
	color: white;
}

#info p {
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
	text-align: justify;
}

#info a {
	display: block;
	width: 100%; text-align: right;
	color: white;
	margin-top: 10px;
}

#info a:hover {
	color: #FF8E01;
	text-decoration: none;
}

/* Centres de montage */

#montage h4 {
	margin-left: 33%;
}

#montage p {
	margin-left: 130px;
	text-align: justify;
}

/* Professionnels */

div#professionnels {
	background-position: -300px top;
}

#professionnels h3 {
	background-position: left -29px;
}

/* Contactez-nous */

div#contact {
	background-position: -605px top;
}

#contact h3 {
	background-position: left -57px;
}

#contact img {
	float: left;
	margin: 5px 10px;
}

#contact ul {
	margin: 5px 0 5px 115px;
}

#contact li {
	margin-top: 5px;
}

#contact li p {
	margin: 0;
}

#contact a {
	margin-top: 5px;
}

/* Switchboard */

div#switchboard {
  background: url(../images/site/switchboard.jpg) 10px 25px no-repeat #ADADAD;
  padding-top: 120px;
  height: 60px;
}

#switchboard h3 {
  text-indent: -9999px;
  line-height: 0;
  background: none;
  width: 0; height: 0;
}

#switchboard p {
  font: normal normal bold 12px verdana, arial, helvetica, sans-serif;
  color: #AE0202;
  text-align: center;
  padding-top: 10px;
}

#switchboard p span {
  color: black;
  font-weight: normal;
}

/* Fin switchboard */

/* Séparation */

#info hr {
	border: 0;
	border-bottom: 1px white dashed;
	height: 1px;
	margin: 9px 0;
}

/* Fin zone info */

/* Guestbook */

#guestbook {
  margin-top: 15px;
}

#guestbook h2 {
  width: 873px; height: 24px;
  text-indent: -9999px; line-height: 0;
  background-image: url(../images/site/guestbook_fr.png);
  background-repeat: no-repeat;
}

h2#livre {
  background-position: left top;
}

h2#commentaire {
  background-position: left -24px;
}

#guestbook form {
  padding: 10px;
  margin-bottom: 35px;
  background-color: #D6D6D6;
  border: 1px solid black;
}

#guestbook fieldset {
  border: none;
}

#guestbook legend {
  font-weight: bold;
  padding-bottom: 15px;
}

#guestbook div {
  padding: 5px 0;
}

#guestbook label {
  float: left;
  width: 100px;
}

#guestbook input.t_text {
  border: 1px solid #AEAEAE;
  width: 150px;
}

#guestbook textarea {
	border: solid 1px #AEAEAE;
}

#guestbook input:focus, #guestbook textarea:focus {
  border: 1px solid #FF8E01;
}

#comments li {
	border: 1px solid black;
	background-color: #D6D6D6;
	margin-bottom: 10px;
	padding: 10px;
}

#comments li:hover {
	background-color: #808080;
}

#comments p {
	font: normal normal normal 12px arial, helvetica, sans-serif;
}

#comments p.from {
	float: left;
  font-weight: bold;
  font-style: italic;
}

#comments p.date {
	width: 100%;
	text-align: right;
}

#comments p.product {
	color: #FF8E01;
	font-weight: bold;
	margin-bottom: 7px;
}

/* Footer */

#footer {
  margin-top: 20px;
  font: normal normal normal 11px Arial, Helvetica, sans-serif;
  text-align: center;
}

#footer ul {
  margin: 15px 0;
}

#footer li {
  display: inline;
  color: white;
}

#footer li a, #footer #credits a {
  color: white;
}

#footer li a:hover, #footer #credits a:hover {
  color: black;
  text-decoration: none;
}

#footer p {
  text-align: justify;
}

#footer #credits {
  color: white;
  text-align: center;
}

/* Page promo */

#promo {
	background-color: #D6D6D6;
	font: normal normal bold 12px Arial;
	width: 876px;
	margin: 0 auto;
	padding: 3px;
}

h2#promo_h {
  text-indent: -9999px;
  line-height: 0;
  margin-top: 10px;
  width: 688px; height: 27px;
  background: url(../images/site/fr/promo_h2.png) left top no-repeat;
}

#promo #box {
	background-color: #FF8102;
	padding: 5px;
  height: 50px;
}

#box fieldset {
  border: 0;
}

#box legend {
  line-height: 1.75em;
	color: white;
}

#box form {
	float: left;
	width: 290px;
}

#box form select {
	width: 150px;
	color: #ABABAB;
	text-transform: uppercase;
	font-size: 10px;
	border: solid 1px black;
	margin: 0 5px;
}

#box div {
	margin: 17px 0 0 290px;
}

#box div span {
  float: left;
}

#box div ul {
  float: left;
  margin-left: 5px;
}

#box div li {
	display: inline;
}

#promo a:hover {
	text-decoration: underline;
}

#promo table {
	width: 875px;
	margin: 0 auto;
	border-collapse:collapse;
}

#promo thead tr {
	line-height: 25px;
	text-transform: uppercase;
}

#promo td {
	font-weight: normal;
	text-align: center;
	border-bottom: dashed 1px black;
}

#promo tbody tr {
	height: 65px;
	vertical-align: middle;
}

#promo tbody tr#first {
	background: url(../images/site/th.png) center top no-repeat;
}

#promo .red {
	font-weight: bold;
	color: #D00E0E;
}

#promo .strike {
	text-decoration: line-through;
}

#promo select.t_select{
	width: 45px;
	text-align: center;
}

#promo input.t_submit {
	background: url(../../images/site/btn_bg.gif) left top repeat-x black;
	border: solid 1px black;
	text-transform: uppercase;
	font: normal normal bold 9pt Arial;
	color: white;
	padding: 0 2px;
	margin-right: 3px;
}

* html body #promo table input.t_submit {
	width: 135px;
}

/* Fin page promo */
