/* css framework */
@import url("/app/www/style/framework/reset.css");
@import url("/app/www/style/framework/tools.css");
@import url("/app/www/style/framework/typo.css");
@import url("/app/www/style/framework/forms.css");
@import url("/app/www/style/framework/layout-navleft-1col.css");

/* site specific */
@import url("/app/www/style/site/common.css");


/* page */
body {
  margin: 0;
  padding: 0;
  background: #00458A;
}

div#page {
  width: 974px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* end page */


/* logo */
#logo {
  display: none;
}
/* end logo */


/* header */
div#header {
  margin: 0;
  padding: 0;
  background: #00458a;
  text-align: left;
  width: 975px;
  height: 120px;
  background: url("/app/www/style/site/pic/header.gif") no-repeat bottom left;
}

div#baseline {
  margin: 0;
  padding: 0;
  width: 400px;
  padding-left: 350px;
  padding-top: 30px;
  float: left;
  text-align: center;
  color: white;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-size: 0.9em;
  font-family: "Comic Sans MS", "Copperplate Gothic Bold", Helvetica, serif;
  font-style: normal;
}

div#language {
  float: left;
  width: 220px;
  margin: 0;
  padding: 0;
  background: transparent;
}

div#language li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

div#language a, div#language a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

div#language a:active, div#language a:hover {
  color: #ED7300;
}

div#language li.flag-fr {
  background: url("/app/www/style/site/pic/flag-fr.png") no-repeat;
  padding-left: 20px;
}

div#language li.flag-en {
  background: url("/app/www/style/site/pic/flag-uk.png") no-repeat;
  padding-left: 20px;
  margin-left: 10px;
}

.header-bottom {
  margin-top: 10px;
}
/* end header */


/* newsletter top */
div#newsletter-top {
  background: #ed7300;
  border: 2px white solid;
  text-align: center;
  margin: 0;
  margin-left: 770px;
  padding: 0;
  padding: 10px;
}

div#newsletter-top a {
  color: white;
  text-decoration: none;
}

div#newsletter-top a:hover {
  color: black;
}
/* end newsletter top */


/* menu */
#menu li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
  background: transparent;
  float: left;
	width: 10em;
}

#menu, #menu ul {
  padding: 0;
  margin: 0;
  margin-top: 3px;
  list-style: none;
  line-height: 1;
}

#menu a, #menu a:active, #menu a:visited {
  padding: 0;
  margin: 0;
  padding-top: 12px;
	display: block;
	width: 10em;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-family: "Comic Sans MS", cursive;
}

#menu a:hover {
  color: #ED7300;
  background: url("/app/www/style/site/pic/menu-top.jpg") no-repeat top center;
}

#menu li ul {
  position: absolute;
	background: transparent;
	width: 10em;
	left: -999em;
}

#menu li ul a {
  width: 10em;
  padding-top: 10px;
}

#menu li ul a:hover {
  background: transparent;
}

#menu li:hover ul, #menu li.sfhover ul {
  margin: 0;
  padding: 0;
  background: #00458A;
  left: auto;
}
/* end menu */


/* footer */
div#footer {
  background: #0079bc;
  margin: 0;
  padding: 0;
}

div#footer p {
  color: white;
  text-align: center;
  font-size: 0.8em;
  margin: 0;
  padding: 10px 0;
}
/* end footer */


/* content */
div#content {
  background: #0079bc;
  margin: 0;
  padding: 0;
  width: 974px;
}
/* end content */


/* main */
div#main {
  width: 744px;
}
/* end main */


/* nav */
div#reseller-bottom-link a, div#reseller-bottom-link a:link, div#reseller-bottom-link a:focus, div#reseller-bottom-link a:visited {
  background : url("/app/www/style/site/pic/reseller-bottom-link.jpg") no-repeat;
  text-align : center;
  font-weight : bold;
  font-size : 1.5em;
  color : white;
  text-transform : uppercase;
  text-decoration : none;
  padding-top : 110px;
  width : 190px;
  display : block;
  line-height: 1.5em;
}

div#reseller-bottom-link a:hover {
  color: #ed7300;
}
/* end nav*/


/* event */
#event-content {
  margin: 0;
  margin-left: 20px;
  font-size: 1.2em;
}

#event-content img {
  margin: 0;
  padding: 0;
}
/* end event */


/* flash banner */
#flash-banner {
  clear: both;
  margin: 0;
  margin-top: 20px;
  margin-left: 10px;
  padding: 0;
}
/* end flash banner */


/* stock search */
#stock-search {
  margin: 0;
  padding: 0;
  margin-left: 5px;
  color: white;
}

#stock-search p label {
  display: block;
	margin: 0;
  padding: 0;
	float: left;
	width: 55px;
  line-height: 1.8;
  font-size: 1em;
}

#stock-search fieldset {
  border: 5px solid white;
  padding: 5px 10px;
  margin: 0 0 1.5em 0;
}

#stock-search fieldset legend {
  text-transform: uppercase;
  color: #ff6600;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
}

#stock-search input.go {
  margin-top: 8px;
  margin-left: 50px;
  margin-bottom: 0;
}

#stock-search .search-top {
  margin-top: 20px;
}

#publicPriceBloc .currency, #resellerPriceBloc .currency {
  padding-left: 3px;
  font-size: 1.5em;
  vertical-align: middle;
}
/* end stock search */


/* selection */
div#selection-stock {
  width: 675px;
}

div#selection-stock p {
  margin-left: 25px;
}

#selection-cars {
  margin: 0;
  margin-left: 30px;
  height: 250px;
  border: 2px black;
}

.selection-car {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  float: left;
}

.selection-car ul, .selection-car li {
  margin: 0;
  padding: 0;
}

.selection-left-disable {
  height: 235px;
  width: 22px;
  float: left;
  background: url("/app/www/style/site/pic/selection-left-hover.jpg") no-repeat center center;
}

.selection-right-disable {
  height: 235px;
  width: 22px;
  float: left;
  background: url("/app/www/style/site/pic/selection-right-hover.jpg") no-repeat center center;
}

.selection-left {
  height: 235px;
  width: 22px;
  float: left;
  background: url("/app/www/style/site/pic/selection-left.jpg") no-repeat center center;
}

.selection-left:hover {
  background: url("/app/www/style/site/pic/selection-left-hover.jpg") no-repeat center center;
}

.selection-right {
  height: 235px;
  width: 22px;
  float: left;
  background: url("/app/www/style/site/pic/selection-right.jpg") no-repeat center center;
}

.selection-right:hover {
  background: url("/app/www/style/site/pic/selection-right-hover.jpg") no-repeat center center;
}

.selection-left span, .selection-right span,
.selection-left-disable span, .selection-right-disable span {
  display: none;
}

#selection-stock a, #selection-stock a:link, #selection-stock a:active, #selection-stock a:visited {
  color: #00458a;
  font-weight: bold;
  text-decoration: none;
}

#selection-stock a:hover {
  color: #ed7300;
}

.selection-car li {
  color: #ed7300;
  font-weight: bold;
  font-size: 1.2em;
}

#selection-page {
  margin-left: 30px;
}

#selection-page img {
  border: 1px solid black;
}

#selection-page .selection-car {
  margin-top: 40px;
  margin-left: 30px;
}

.end-selection-page {
  clear: both;
  display: block;
  width: 100%;
}
/* end selection */


/* news */
#news-list {
  margin-left: 100px
}

#news-list a, #news-list a:link, #news-list a:visited {
  text-decoration: none;
}

#news-list dd {
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 0;
  padding-left: 40px;
  font-size: 1.4em;
  font-weight: bold;
  border-left: 3px silver solid;
  line-height: 1.8em;
}

#news-list dt {
  font-size: 1.2em;
  font-style: italic;
  letter-spacing: 2px;
}

.news-content {
  margin-left: 30px;
  /*margin-right: 5px;*/
}

.news-content img {
  margin: 0;
  padding: 0;
}

.news-content p {
  text-indent: 15px;
  text-align: justify;
}

.news-content > p:first-letter {
  font-weight: bold;
  font-size: 1.7em;
}
/* end news */


/* start others */
.addr > p {
  text-indent: 0;
  margin: 0;
  padding: 0;
}

.addr {
  background: #eff0f3;
  border: 1px dotted #00458a;
  padding: 10px;
  width: 40%;
  margin-top: 10px;
  margin-left: 10%;
}

.addr a, .addr a:link, .addr a:focus {
  color: #00458a;
}

.addr a:visited {
  color: black;
}

.addr a:hover {
  text-decoration: overline;
  color: #ed7300;
}

#company > p, #services > p, #legal > p, #credits > p {
  text-indent: 15px;
  text-align: justify;
  padding-right: 40px;
  padding-left: 30px;
}

#company > p:first-letter, #services > p:first-letter, #legal > p:first-letter, #credits > p:first-letter {
  font-weight: bold;
  font-size: 1.7em;
}

#flash-movie {
  margin-left: 20px;
  margin-right: 15px;
  float: left;
}
/* end others */


/* contact form */
#contact-form h2 {
  background: url("/app/www/style/site/pic/contact-top.gif") no-repeat top left;
  color: white;
  font-size: 1.3em;
  padding-left: 5px;
  padding-top: 3px;
  height: 34px;
}

#contact-form {
  width: 485px;
  background: url("/app/www/style/site/pic/contact-bg.gif");
  display: block;
  float: left;
}

#contact-form .captcha img {
  margin-left: 140px;
}

#contact-form label {
  color: black;
  width: 130px;
}

#contact-form fieldset {
  margin-left: 30px;
  margin-right: 30px;
}

#contact-form fieldset legend {
  background: white;
}

#contact-addr {
  color: white;
  margin-left: 500px;
}

#contact-addr h3 {
  color: white;
  background: url("/app/www/style/site/pic/contact-star.gif") no-repeat top right;
  line-height: 67px;
}

#contact-addr img {
  border: 2px solid black;
}

.contact-bottom {
  height: 17px;
  background: url("/app/www/style/site/pic/contact-bottom.gif") no-repeat;
  display: block;
  width: 485px;
  padding: 0;
  margin: 0;
}
/* end contact form */


/* resellers */
.resellers-note {
  border: 3px silver dotted;
  font-weight: bold;
  display: block;
  padding: 25px 10px 25px 50px;
  background: url("/app/www/style/dialog/warning.png") no-repeat top left;
}
/* end resellers */


.stock-update {
  color: white;
  font-size: 0.9em;
  text-align: center;
  padding-top: 20px;
  font-style: italic;
}

div#nav strong {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

#company-pic {
  padding: 25px;
  float: left;
}

#company-pic p {
  font-style: italic;
}

.ps-results {
  color: white;
  font-style: italic;
}

#selection-link a span {
  display: none;
}

#selection-link a {
  display: block;
  background: url(/app/www/style/site/pic/selection.jpg) no-repeat;
  width: 200px;
  height: 84px;
  margin-bottom: 20px;
}

#selection-link a:hover {
  display: block;
  background: url(/app/www/style/site/pic/selection2.jpg) no-repeat;
  width: 200px;
  height: 84px;
}

