/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
/* Import des style pour la charte */
@import "reset.css";
@import "charte.css";
/* STYLE CYC  (ne pas supprimer) */
.cyc { position: absolute; top: -10000px;}
.invisible{ display: none;}
.left{ float: left;}
.right{ float: right;}
.color_b{ color: #eec10b;}
.color_b1{ color: #680000;}
.box_tuning{
  background: url(../images/tuning/box-tuning.jpg) left top no-repeat;
  margin: 5px 5px 0 10px;
  float: right;
  width: 612px;
  height: 338px;
}
.picture_box{
  background-color: #911411;
  border: 1px solid #4b4340;
  float: left;
}
.separator{
  width: 100%;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  border-bottom: 1px solid #fff;
  clear: both;
  margin: 10px 0 10px 0;
}
#contact_box{
  width: 400px;
  height: 200px;
  float: left;
}
.yamaha{
	width: 67px;
	height: 90px;
	background: url(../images/tuning/yamaha.jpg) no-repeat;
	float: left;
	color: #c6c6c6;
	font-size: 13px;
	font-family: arial;
	cursor: pointer;
}
.yamahaOver{
	width: 67px;
	height: 90px;
	background: url(../images/tuning/yamaha-over.jpg) no-repeat;
	float: left;
	color: #c6c6c6;
	font-size: 13px;
	font-family: arial;
	cursor: pointer;
}
.honda{
	width: 67px;
	height: 90px;
	background: url(../images/tuning/honda.jpg) no-repeat;
	float: left;
	color: #c6c6c6;
	font-size: 13px;
	font-family: arial;
	cursor: pointer;
}
.hondaOver{
	width: 67px;
	height: 90px;
	background: url(../images/tuning/honda-over.jpg) no-repeat;
	float: left;
	color: #c6c6c6;
	font-size: 13px;
	font-family: arial;
	cursor: pointer;
}
.suzuki{
	width: 67px;
	height: 90px;
	background: url(../images/tuning/suzuki.jpg) no-repeat;
	float: left;
	color: #c6c6c6;
	font-size: 13px;
	font-family: arial;
	cursor: pointer;
}
.suzukiOver{
	width: 67px;
	height: 90px;
	background: url(../images/tuning/suzuki-over.jpg) no-repeat;
	float: left;
	color: #c6c6c6;
	font-size: 13px;
	font-family: arial;
	cursor: pointer;
}
.bmw{
	width: 67px;
	height: 90px;
	background: url(../images/tuning/bmw.jpg) no-repeat;
	float: left;
	color: #c6c6c6;
	font-size: 13px;
	font-family: arial;
	cursor: pointer;
}
.bmwOver{
	width: 67px;
	height: 90px;
	background: url(../images/tuning/bmw-over.jpg) no-repeat;
	float: left;
	color: #c6c6c6;
	font-size: 13px;
	font-family: arial;
	cursor: pointer;
}
.box_annonces{
  background: url(../images/annonces/box-annonces.gif) left top no-repeat;
  margin-top: 20px;
  float: left;
  width: 443px;
  height: 208px;
}
.box_annonces .image{
  margin-top: 18px;
  float: left;
  width: 170px;
  height: 170px;
}
.box_annonces .txt{
  margin-top: 4px;
  text-align: justify;
  color: #000;
  float: left;
  width: 160px;
  height: 110px;
  overflow: auto;
}
.box_annonces .title{
  margin-top: 24px;
  font-size: 12px;
  font-weight: bold;
  color: #630000;
}
.box_annonces .contact{
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
#annonces a:link, a:visited{
	color:#000000;
  text-decoration: underline;
}
#annonces a:hover, a:active{
	color:#000000;
  text-decoration: none;
}
#vente{ padding-left: 15px;}
.box_vente_top{
  background: url(../images/vente-pieces/box-vente-top.jpg) left top no-repeat;
  float: left;
  width: 900px;
  height: 8px;
}
.box_vente_middle .title{
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #454545;
  text-indent: 5px;
  padding-right: 5px;
  float: left;
  margin: 8px 0 0 0;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.box_vente_middle{
  background: url(../images/vente-pieces/box-vente-middle.jpg) left top repeat-y;
  float: left;
  width: 900px;
  display: table;
  color: #000;
}
.box_vente_bottom{
  background: url(../images/vente-pieces/box-vente-bottom.jpg) left top no-repeat;
  float: left;
  padding-bottom: 10px;
  width: 900px;
  height: 18px;
}
.contactez:link, .contactez:visited{
	color:#454545;
	text-decoration:underline;
}
.contactez:hover, .contactez:active{
	color:#640000;
	text-decoration:none;
}
/********************* table *************************/
table {
  border-collapse: collapse;
  border: 0px solid #38160C;
  font: normal 11px arial;
  color: #F6ECF0;
  background: #454545;
  margin: 15px 0 0 15px;
  width: 900px;
}
td, th { border: 1px solid #f8f8f8; padding: .8em; color: #F6ECF0;}
tbody th{ font-size: 14px; font-weight: bold;}
tbody th, tbody td { vertical-align: middle; text-align: center;}
.odd { background: #6c6c6c;}
tbody tr:hover { background: #630000;}
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #3e0606;
  }
/********************* table *************************/

