/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- red		#b51904

\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
html
{
	font-family: "Trebuchet MS" , Trebuchet, sans-serif;
	font-size: 12px; /* 11 or 12 ? */
	color: #333;
}
body
{
	background: #EDEDED url('/images/bg.png') repeat-y fixed center top;
	line-height: 1.1;
}
textarea
{
	font-family: "Trebuchet MS" , Trebuchet, sans-serif;
	font-size: 12px; /* 11 or 12 ? */
}

ol, ul
{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
a 
{
	text-decoration: underline;
	color: #36c;
}
a:visited
{
	text-decoration: underline;
	color: #99c;
}
a:hover
{
	text-decoration: underline;
	color: #c33;
}
a.light, a.light:visited
{
	color: #929292;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.light:hover
{
	color: #929292;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

p
{
	margin-bottom: 20px;
}
hr
{
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.45em;
	border: none;
}

#container
{
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}

#askemail
{
	border-style: solid;
	border-width: 1px;
	top: 15px;
	left: 180px;
	position: absolute;
	padding: 15px 10px 15px 10px;
	width: 400px;
	z-index: 9999;
	border-color: #d30a02;
	background-color: #fff;
}

H1
{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #b51904;
	letter-spacing: -1px;
	font-weight: normal;
}

H2
{
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 18px; /*color: #00529C;*/
	color: #333;
	letter-spacing: -1px;
	font-weight: normal;
	border-bottom: solid 1px #333;
	padding-bottom: 2px;
}
H5
{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

H6
{
	margin-top: 0px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.hidden
{
	display: none;
}

div.clear
{
	clear: both;
	font-size: 0;
}

.teasers .column-1, .teasers .column-2, .teasers .column-3, .teasers .column-4
{
	vertical-align: top;
}

#home_teasers
{
	_height: 265px;
	min-height: 265px;
	margin-top: -12px;
	padding-bottom: 0px;
}

.sk_tsr
{
    min-height: 255px;
	padding: 5px 5px 5px 5px;
}
.sk_tsr img
{
	padding: 3px;
}
.sk_cnt img
{
	padding: 8px;
}
span.readmore
{
	white-space: nowrap;
}


.form
{
	padding-bottom: 20px;
	margin: 0 auto;
	width: 400px;
}
.form div
{
	border: solid 0px Green;
	padding-bottom: 4px;
}

.form div label.lbl, .formlbl
{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	border: solid 0px Red;
	padding-top: 4px;
	padding-right: 10px;
}


input[type=text], input[type=password], textarea, select
{
	font-size: 11px;
	border: solid 1px #888;
	color: #333;
	padding: 2px;
	border-radius: 4px 4px 4px42px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
input.water
{
	color: #999;
}

input.invalid, textarea.invalid
{
	border: solid 1px #AA0000;
}
select.invalid
{
	color: #AA0000;
}


#rental .item
{
	padding-top: 5px;
	padding-bottom: 0px;
}
#rental .item .title
{
	border-bottom: solid 1px #333;
	font-size: 15px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}
#rental .item .price
{
	float: right;
	color: #b51904;
	font-size: 14px;
	font-weight: normal;
}
#rental .item .links
{
	padding-top: 15px;
	float: right;
	line-height: 1.7;
}

#rental .item .links a, #rental .item .links a:visited
{
	color: #333;
	text-decoration: underline;
}
#rental .item .links a:hover
{
	color: #000;
	text-decoration: underline;
}

#rental .item .text
{
	float: left;
	font-size: 13px;
	padding-bottom: 3px;
	width: 380px;
}
#rental .item .image
{
	text-align: center;
	padding: 8px 8px;
	width: 73px;
	height: 73px;
	float: left;
	background: #fff url('/images/rental_img_bg.png') no-repeat scroll center center;
}
#rental .item .image img
{
	width: 73px;
	height: 73px;
	overflow: hidden;
	text-align: center;
}
#rental .item .content
{
	padding-left: 10px;
	width: 510px;
	float: left;
}

a.pdf, a.xls, a.doc, a.nfo, a.usr
{
	padding: 2px 0px 2px 22px;
	margin: -2px 0;
	background-repeat: no-repeat;
	background-position: left center;
}

a.pdf
{
	background-image: url(/images/icons/pdf.png);
}
a.doc
{
	background-image: url(/images/icons/doc.png);
}
a.xls
{
	background-image: url(/images/icons/xls.png);
}
a.nfo
{
	background-image: url(/images/icons/information.png);
}

a.usr
{
	background-image: url(/images/icons/im.png);
}


#documents
{
	border-top: dotted 1px #ccc;
	padding: 0;
	margin: 0;
}

#documents .docs a
{
    color: #000;
    text-decoration:none;
}

#documents .docs a:hover
{
    color: #000;
    cursor: pointer;
    text-decoration:none;
}


#documents .docs
{
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	border-left: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	cursor: pointer;
	_behavior: url('css/hover.htc');
}
#documents .alt
{
	background-color: #ededed;
}
#documents .docs:hover, #documents .docs.hover
{
	color: #000;
	background-color: #ede0e0;
	border-bottom: solid 1px #a00;
}

#documents .docs div.date
{
	float: left;
	width: 90px;
	text-align: center;
	border-right: dotted 1px #ccc;
	height: 25px;
}
#documents .docs div.desc
{
	float: left;
	width: 493px;
	padding-left: 10px;
	border-right: dotted 1px #ccc;
	height: 25px;
	overflow: hidden;
}
#documents .docs div.icon
{
	float: left;
	width: 30px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}
#documents img
{
	padding-top: 5px;
}


.loader
{
	text-align: center;
	padding: 30px 0;
	position: absolute;
	display: none;
}


/**************************************/
/*              HEADER                */
/**************************************/
#header
{
	width: 950px;
	height: 173px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position: relative;
}
#header .logo
{
	position: absolute;
	left: 15px;
	top: 15px;
}
#header .citroen
{
	position: absolute;
	left: 712px;
	top: 93px;
}
#header .peugeot
{
	position: absolute;
	left: 834px;
	top: 93px;
}
#header .topright
{
	position: absolute;
	right: 10px;
	top: 10px;
	height: 25px;
	width: 250px;
}

ul.langs
{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 7px;
}
ul.langs li
{
	display: inline;
}

ul.langs li a, ul.langs li a:visited
{
	margin-left: 5px;
	width: 21px;
	line-height: 18px;
	height: 18px;
	float: left;
	display: block;
	color: #b51904;
	text-decoration: none;
	font-weight: bold;
	background-position: center center;
	background-image: url('/images/lang_hover.gif');
	text-align: center;
}

ul.langs li a:hover, ul.langs li.sel a, ul.langs li.sel a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-image: url('/images/lang_bg.gif');
}


/**************************************/
/*             NAVIGATION             */
/**************************************/
ul.nav
{
	padding: 0;
	margin: 0;
	position: absolute;
	left: 150px;
	top: 145px;
	width: 540px;
	overflow: hidden; /*list-style: none;*/
}
ul.nav li
{
	display: inline;
	height: 28px;
	float: left;
	margin-left: 10px;
}
ul.nav li a, ul.nav li a:link, ul.nav li a:visited, ul.nav li a:visited
{
	height: 28px;
	line-height: 36px;
	vertical-align: middle;
	display: block;
	cursor: pointer;
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
ul.nav li a .text
{
	background-position: left top;
	background-image: url('/images/nav_off.png');
	padding: 0px 3px 0px 16px;
	height: 28px;
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
}
ul.nav li a .closing
{
	float: left;
	background-position: right top;
	background-image: url('/images/nav_off.png');
	width: 13px;
	height: 28px;
	text-decoration: none;
}

ul.nav li a.sel .text, ul.nav li a:hover .text, ul.nav li a.sel .closing, ul.nav li a:hover .closing
{
	background-image: url('/images/nav_on.png');
	color: #fff;
	text-decoration: none;
}

div.subnav
{
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 220px;
	padding-top: 7px;
	padding-bottom: 10px; /*margin-left:2px;*/
}
ul.subnav
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 220px;
}
ul.subnav li
{
	margin-bottom: 1px;
	text-align: left;
}
ul.subnav a, ul.subnav a:visited
{
	font-size: 14px;
	color: #737373;
	padding-left: 15px;
	background-color: #e1e0e0;
	display: block;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	text-decoration: none;
}

ul.subnav a:hover, ul.subnav a.sel
{
	background-color: #d30a02;
	color: #fff;
	text-decoration: none;
}

ul.subnav a.first
{
	border-radius: 8px 8px 0 0;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
ul.subnav a.last
{
	border-radius: 0 0 8px 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}



/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#wrapper
{
	float: left;
	width: 100%;
	background-color: #ECECEC;
	padding-bottom: 15px;
}

#content
{
	margin-left: 250px;
	padding-top: 10px;
	background-color: #ECECEC;
	text-align: left;
}

#left
{
	float: left;
	width: 250px;
	padding-top: 8px;
	background-color: #ECECEC;
	text-align: center;
}

#left #iso
{
    position: absolute;
    bottom:25px;
    left:4px;
}

a.btn, a.btn:visited, a.btn-sel, a.btn-sel:visited
{
	display: block;
	background-position: center center;
	text-align: center;
	line-height: 37px;
	width: 228px;
	height: 37px;
	background-image: url('/images/btn_off.png');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #808080;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 0;
	text-decoration: none;
}
a.btn-sel, a.btn-sel:visited, a.btn-sel:hover, a.btn:hover
{
	display: block;
	background-image: url('/images/btn_on.png');
	color: #b51904;
	text-decoration: none;
	cursor: pointer;
}
a.btn_xs, a.btn_xs:visited, a.btn_xs:hover
{
	display: block;
	background-position: center center;
	text-align: center;
	line-height: 25px;
	width: 185px;
	height: 25px;
	background-image: url('/images/btn_xs.png');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #606060;
	font-size: 12px;
	padding: 3px 2px 3px 2px;
	margin: 0 auto;
	text-decoration: none;
}


a.btnred, a.btnred:visited, a.btnred:hover
{
	display: block;
	background-position: center center;
	text-align: center;
	line-height: 37px;
	width: 228px;
	height: 37px;
	background-image: url('/images/btn_red.png');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 17px;
	padding: 3px 10px 3px 10px;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}



#home_center
{
	float: left;
	width: 450px;
}


#home_right
{
	float: left;
	width: 250px;
	text-align: center;
}

/**************************************/
/*               CRUMB               */
/**************************************/

#wrapper #content div.crumb
{
	color:#333;
	padding-bottom:20px;
}
#wrapper #content div.crumb a
{
	color:#B51904;
	text-decoration:underline;
}

#wrapper #content div.crumb a:hover
{
	color:#B51904;
	text-decoration:underline;
}


/**************************************/
/*               SITEMAP              */
/**************************************/

.niveau1 {  padding:4px; }
.niveau1 a { font-size:12px; color: #333; }
.niveau2 { padding:4px; margin-left:20px; }
.niveau2 a { font-size:10px; color: #333; }
/**************************************/
/*               FOOTER               */
/**************************************/
#footer
{
	clear: left;
	width: 100%;
	color: #929292;
	font-size: 11px;
	padding-top: 10px;
}
#footer a, #footer a:visited
{
	color: #929292;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover
{
	color: #929292;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#footer ul
{
	padding: 0;
	margin: 0;
	text-align: left;
}
#footer ul li
{
	display: inline;
	float: left;
	text-align: left;
}
#footer ul li.last
{
	border-color: #fff;
}
#footer ul li a
{
}

#footer .footer-left
{
	float: left;
}
#footer .footer-right
{
	float: right;
}

#footer .footer-left li
{
	margin-right: 8px;
	padding-right: 8px;
	border-right: solid 1px #929292;
}
#footer .footer-right li
{
	margin-left: 8px;
	padding-left: 8px;
	border-left: solid 1px #929292;
}




/**************************************/
/*             BOXES                  */
/**************************************/

.box450
{
	border: solid 0px red;
	width: 450px;
	background-image: url('/images/box_450_bg.png');
}
.box450 .top
{
	width: 450px;
	height: 15px;
	background-image: url('/images/box_450_top.png');
	font-size: 0;
}
.box450 .mid
{
	padding: 0 20px;
}

.box450 .bottom
{
	height: 15px;
	background-image: url('/images/box_450_bottom.png');
	font-size: 0;
}

.box687
{
	border: solid 0px red;
	width: 687px;
	background-image: url('/images/box_687_bg.png');
}
.box687 .top
{
	height: 15px;
	background-image: url('/images/box_687_top.png');
	font-size: 0;
}
.box687 .mid
{
	padding: 10px 30px 20px 30px;
}

.box687 .bottom
{
	height: 15px;
	background-image: url('/images/box_687_bottom.png');
	font-size: 0;
}


.box228
{
	border: solid 0px red;
	width: 228px;
	background-image: url('/images/box_228_bg.png');
	margin: 0 auto;
}
.box228 .top
{
	height: 15px;
	background-image: url('/images/box_228_top.png');
	font-size: 0;
}
.box228 .mid
{
	padding: 5px 15px 10px 15px;
}

.box228 .bottom
{
	height: 15px;
	background-image: url('/images/box_228_bottom.png');
	font-size: 0;
}

.box228 .mid div
{
	padding-bottom: 6px;
}

.box228 .mid div.gooriginal
{
	padding-bottom: 0px;
}
div.gooriginal img
{
	padding: 8px 0px;
}
div.gooriginal a
{
	color: #333;
}

/* messages */
.error, .notice, .success
{
	padding: .8em;
	margin-bottom: 1.6em;
	border: 1px solid #ddd;
	text-align: center;
}
.error
{
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a
{
	color: #8a1f11;
	background: none;
	padding: 0;
	margin: 0;
}
.notice a
{
	color: #514721;
	background: none;
	padding: 0;
	margin: 0;
}
.success a
{
	color: #264409;
	background: none;
	padding: 0;
	margin: 0;
}

