/*
Farben
logo gelb: #FAB700
gelb2: #F9C400
grau hell: #ECECEC
grau dunkler: #A9AAAB
schrift: #3B464D
-------------
*/

/*============ BODIES ============*/
body {
    font-family: 'Arial','Verdana',sans-serif;
    font-size: 0.82em;
    /*line-height: 1.2em;*/
	margin: 0;
	padding: 0;
	color:#333;
}
/*============ TAGS ============*/
a:link, a:visited, a:active, a:focus {
	color: #3B464D;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color: #3B464D;
	text-decoration: none;
}
a.index
{
	font-size: 14px;
	margin-left: 30px;
}
p{
    font-size:1em;
    margin: 0 0 0.6em 0;
    line-height: 1.1em;
}
h1, p.h1 {
    font-size:1.6em;
    font-weight: bold;
    margin: 1em 0 0.8em 0;
    
}
h2, p.h2 {
    font-size:1.4em;
    font-weight: bold;
    margin: 0.8em 0 0.7em 0;
}
h3, p.h3 {
    font-size:1.2em;
    margin: 0.6em 0 0.6em 0;
    font-weight: bold;
}
.font_reset{
    font-family: 'Arial','Verdana',sans-serif;
    font-size: 0.82em;
    line-height: 1.2em;
}

table {margin: 0 0 0.6em 0;}
img {border:0;outline:0,none;}
ul,ol{margin: 2px 0 0 25px;}

/* button icons */
a.lwc_button{
    display:inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #F4F1ED;
    border: 1px solid #969696;
    color:#333333;
    font-weight: bold;
    padding:4px 10px;
}
a.lwc_button_disabled{
    display:inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #F4F1ED;
    border: 1px solid #b0b0b0;
    color:#c0c0c0;
    font-weight: bold;
    padding:4px 10px;
}
a.lwc_button:hover{
    background-color: #fefefe;
    color:#000000;
}
a.lwc_button,
a.lwc_button_disabled{
    text-decoration: none !important;
}
.lwc_icon{
    display:block;
    height:32px;
    width:32px;
    position:relative;
    background-position:0 0;
    background-repeat:no-repeat;
    margin:2px auto;
}
.lwc_icon_small{
    display:block;
    height:17px;
    width:19px;
    position:relative;
    background-position:0 0;
    background-repeat:no-repeat;
}
.lwc_icon_label{
    display:block;
    padding:0 5px;
    white-space:nowrap;
    position:relative;
}
.lwc_icon_inline{
    display:inline-block;
    background-position:center bottom;
}

/*============ TABLES/DIVS ============*/
#page_error
{
	margin: 10px 0 10px 0;
	padding: 10px 20px 10px 20px;
	color: #c71444;
	font-weight: bold;
	border: 3px double #c71444;
}
#page_title
{
	display: none;
	height: 20px;
	margin: 0;
	width:100%;
	background-color: #FAB700;
	/*background:url("images/titlebg.png") repeat-x left top;*/
	overflow:hidden;
	border-bottom: 1px solid #B6B6B6;
}
#page_title_text
{
	color: #333;
	font-weight: bold;
}
#header
{
    padding:0;
    margin:0;
    position:relative;
}
#content
{
	padding:0;
	margin:0;
	overflow:auto;
	position:relative;
}
/*============ CLASSES ============*/
.clearfix:after {
    content: ".";
    clear: both;
    float:none;
    display: block;
    visibility: hidden;
    height: 0px;
}
.clear_float {
	clear: both;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.hide {
	display:none;
}
.scroller
{
	overflow: auto;
}
.noborder
{
  border: 0;
}
.error
{
	color: #ff0000;
	font-weight: bold;
	line-height: 1.5em;
	/*border: 3px double #ff0000;*/
}
.disabled
{
  color: #c0c0c0; 
}

.hidden {
	position: absolute;
	top: 3000px;
	left:3000px;
	width: 0;
	height: 0;
	display: none;
	visibility: hidden;
}
img.inline, .line_image {
    vertical-align: middle;
}

/*============ top ============*/
#page_top{
	background-color: #ffffff;
	border: 0 none;
	margin: 0;
	padding:20px 0 0 0;
}
#page_top .top_logo{
	float:left;
	width:300px; 
	height:80px; 
	overflow:hidden;
	background:url("../images/GroupeRenault.png") no-repeat 15px 25px;
}
#page_top .outer{
	margin:20px 20px 20px 120px;
}
#page_top .top_inner{
	margin:0 40px 0 300px;
	border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    border-left:1px solid #000000;
}
#page_top .top_text {
    height:78px;
    width:700px;
    overflow:hidden;
	padding:0 0 0 10px;
	text-align:center;
	float:left;
	white-space:nowrap;
    line-height:78px;
    font-size:32px;
    font-weight:bold;
}
#page_top .top_image{
    line-height:78px;
    font-size:32px;
	width:auto;
	margin:0 20px 0 750px;
}
#page_top .top_corner {
	width:60px;
	height:80px;
	float:right;
    background:url("images/top_corner.png") no-repeat left top;
}

