/* CSS Document */

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #333333;
}

#global {
	position: relative;
	width: 750px;
	margin: 20px auto;
	text-align: left;
}

.trennlinie {
    clear: both;
    height: 1px;
    line-height: 1px;
    background: url('../../picts/hr_bg.gif') repeat-x top left;
    margin: 5px 1px;
}

#header {
	position: relative;
	width: 750px;
	height: 185px;
}

#select_off {
	position: absolute;
	right: 0;
	top: -20px;
	z-index: 3;
	width: 140px;
	height: 28px;
	font: 9px/18px Arial, Helvetica, sans-serif;
}

#select_on {
	position: absolute;
	right: 0;
	top: 2px;
	z-index: 3;
	width: 140px;
	height: 175px;
	font: 9px/18px Arial, Helvetica, sans-serif;
}

#select_on a {
	color: #333333;
	text-decoration: none;
	outline: none;
}

#select_on a:hover {
	color: #3399CC;
	text-decoration: none;
}

#main {
	position: relative;
	width: 750px;
	margin-top: 20px;
}

#menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 190px;
}

#menu .trennlinie {
    height: 1px;
    line-height: 1px;
	font-size: 1px;
    background: url('../../picts/hr_menu.gif') repeat-x top left;
	margin: 0;
}

#menu h2 {
	width: 150px;
	padding: 3px 20px;
	margin: 2px 0 0 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

#menu h3 {
	width: 150px;
	padding: 3px 20px;
	margin: 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

#menu h4 {
	width: 150px;
	padding: 3px 20px;
	margin: 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu h2.groupe {
	background-color: #909099;
}

#menu h2.groupe_on {
	background: #909099 url(../../picts/puce_menu_groupe.gif) no-repeat right top;
}

#menu h2.groupe_simple_on {
	background: #909099 url(../../picts/puce_menu_groupe-2.gif) no-repeat right top;
}

#menu h3.groupe {
	background-color: #DADADA;
}

#menu h3.groupe_on {
	background: #DADADA url(../../picts/puce_ssmenu_groupe.gif) no-repeat right top;
}

#menu h4.groupe {
	background-color: #DEEFF6;
}

#menu h4.groupe_on {
	background: #DEEFF6 url(../../picts/puce_ssmenu_groupe.gif) no-repeat right top;
}

#menu a.groupe {
	color: #666666;
	text-decoration: none;
}

#menu h2.vehicule {
	background-color: #00A154;
}

#menu h2.vehicule_on {
	background: #00A154 url(../../picts/puce_menu_vehicule.gif) no-repeat right top;
}

#menu h2.vehicule_simple_on {
	background: #00A154 url(../../picts/puce_menu_vehicule-2.gif) no-repeat right top;
}

#menu h3.vehicule {
	background-color: #40B87F;
}

#menu h3.vehicule_on {
	background: #40B87F url(../../picts/puce_ssmenu_vehicule.gif) no-repeat right top;
}

#menu h2.meuble {
	background-color: #0071B9;
}

#menu h2.meuble_on {
	background: #0071B9 url(../../picts/puce_menu_meuble.gif) no-repeat right top;
}

#menu h2.meuble_simple_on {
	background: #0071B9 url(../../picts/puce_menu_meuble-2.gif) no-repeat right top;
}

#menu h3.meuble {
	background-color: #4094CA;
}

#menu h3.meuble_on {
	background: #4094CA url(../../picts/puce_ssmenu_meuble.gif) no-repeat right top;
}

#menu h2.container {
	background-color: #E5342C;
}

#menu h2.container_on {
	background: #E5342C url(../../picts/puce_menu_container.gif) no-repeat right top;
}

#content {
	position: relative;
	width: 410px;
	margin: 0 140px 0 200px;
}

#content h1 {
	font: normal 16px/24px Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #888888;
	border-width: 0 0 1px 0;
	margin: 0;
}

#content h1.vehicule {
	border-color: #00A154;
}

#content h1.meuble {
	border-color: #0071B9;
}

#content h1.container {
	border-color: #E5342C;
}

#content p {
	margin: 10px;
	text-align: justify;
}

#content ul {
	margin: 5px 0 10px 0;
	padding: 0;
}

#content li {
	padding-left: 22px;
	list-style-type: none;
	margin-top: 1px;
}

#content a {
	color: #333333;
	text-decoration: underline;
}

#content a:hover {
	color: #333333;
	text-decoration: none;
}

#content li.vehicule {
	background: url('../../picts/puce_liste-vehicule.gif') no-repeat 10px 5px;
}

#content li.meuble {
	background: url('../../picts/puce_liste-meuble.gif') no-repeat 10px 5px;
}

#content li.container {
	background: url('../../picts/puce_liste-container.gif') no-repeat 10px 5px;
}

#content li.groupe {
	background: url('../../picts/puce_liste-groupe.gif') no-repeat 10px 5px;
}

#content strong.vehicule {
	color: #00A154;
}

#content strong.meuble {
	color: #0071B9;
}

#content strong.container {
	color: #E5342C;
}

#supplement {
	position: absolute;
	width: 130px;
	right: 0;
	top: 0;
}

#footer {
	position: relative;
	clear: both;
	width: 750px;
	margin-top: 20px;
	padding: 5px 0;
	font: 9px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	border-width: 1px 0 0 0;
}

#footer a.lien {
	text-decoration: none;
	color: #333333;
}

#footer a.lien:hover {
	text-decoration: underline;
	color: #333333;
}

form {
	padding: 0;
	margin: 0;
}

input, textarea {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0;
}

select {
	font: normal 11px Arial, Helvetica, sans-serif;
}