

#nav_8
{
	display:none;
}


body {
    margin:0px;
}



a.link_arrow {
	background-image:url(images/link_arrow.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	padding-left:15px;
}



a.button, .button {
	background-image:url(images/button_bg.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	color:#FFF;
	text-transform:uppercase;
	display:block;
	padding:3px 15px 3px 25px;
	border-width:0px;
	border-left:1px solid #c6d9cf;
	border-right:1px solid #c6d9cf;
	font-size:1em;
}

.textbox {
	padding:2px 5px;
	border:1px solid #CCCCCC;
}

.textbox:active, .textbox:focus {
	border:1px solid #178b4a;
}

.languagelinks {
	margin-top:10px;
	font-size:0.9em;
	display:block;
	width:90px;
	float:right;
	text-align:right;
}

.languagelinks a:link,
.languagelinks a:visited,
.languagelinks a:active {
	color:#525252;
}

.languagelinks a:hover,
.languagelinks a.selected {
	color:#178B4A;
}





/* Basic DIV Layout*/
#container_header {
	min-height:465px;
	background-image:url(images/header_bg.png);
	background-position:0% 0%;
	background-repeat:repeat-x;
}

#header .header_img {
	clear:both;
}

#header .header_img p {
	margin:0px;
	padding:0px;
}

#header .header_img img {
	display:block;
}


#container_content {
	min-height:440px;
	background-image:url(images/content_bg.jpg);
	background-position:50% 100%;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

#content_website {
	overflow:auto;
	line-height:1.5em;
	text-align:justify;
}

#content_website .breadcrumbs {
	color:#4a4a4a;
}

#content_website .breadcrumbs a {
	color:#acacac;
}




#container_footer {
	height:155px;
	background-image:url(images/footer_bg.gif);
	background-position:0% 100%;
	background-repeat:repeat-x;
	background-color:#363636;
}

#footer .footer_content {
	overflow:auto;
	height:127px;
	font-size:0.9em;
}

#footer .footer_box {
	width:249px;
	float:left;
	margin-top:18px;
	line-height:1.5em;
}

#footer .footer_box ul {
	padding:0px 0px 0px 20px;
	margin:0px;
	list-style:none;
	border-width:0px;
}

#footer .footer_box li {
	padding:0px 0px 0px 15px;
	text-transform:uppercase;
	background-position:0% 50%;
	background-repeat:no-repeat;
}

#footer .footer_box ul.green li {
	background-image:url(images/footer_liststyle_green.gif);
}

#footer .footer_box ul.yellow li {
	background-image:url(images/footer_liststyle_yellow.gif);
}

#footer .footer_box, #footer .footer_box a {
	color:#8d8d8d;
}


#footer .footer_copyright {
	color:#565656;
	text-align:center;
	padding-top:6px;
	font-size:0.9em;
}

#footer .footer_copyright a {
	color:#565656;
}

#footer .footer_copyright .extranet_link a {
	color:#c8c8c8 !important;
}

#footer .footer_copyright .extranet_link a:hover {
	color:#fff !important;
}

#footer .footer_newsletter {
	overflow:auto;
}

#footer .footer_newsletter input {
	background-color:#3f3f3f;
	border:1px solid #515151;
	color:#c4c4c4;
	font-size:1em;
	width:100px;
	padding:2px 5px;
	margin-right:10px;
	float:left;
}

#footer .footer_newsletter a {
	display:block;
	float:left;
	background-color:#232323;
	color:#c4c4c4;
	font-size:1em;
	text-transform:uppercase;
	padding:2px 10px;
}



#header, #content_website, #footer {
	width:1000px;
	margin:0px auto;
}


/******************/
/***   SUBNAV   ***/
/******************/
#content_website .subnav {
	margin:20px 0px 0px 0px;
	padding:0px;
	list-style:none;
	width:232px;
	float:left;
	border-left-width:0px;
}

#content_website .subnav li {
	text-transform:uppercase;
	line-height:1.5em;
	background-color:#f7f7f7;
	border-bottom:3px solid #a0a0a0;
	background-image:url(images/link_arrow.png);
	background-repeat:no-repeat;
	background-position:4% 50%;
	padding:3px 0px 3px 25px;
	margin-bottom:5px;
	text-align:left;
}

.subnav li a {
	color:#383838;
	display:block;
}

.subnav li a:hover, .subnav li a:active,
.subnav li.selected a, .subnav li.active a {
	color:#178b4a;
}


.content_small {
	width:744px;
	float:right;
	overflow:auto;
	padding-bottom:20px;
}



/*******************/
/***   RSS BOX   ***/
/*******************/
.rss_box {
	padding-top:15px;
	border-top:1px solid #e6e6e6;
	font-size:0.9em;
}


.page_hom .rss_box {
	padding-left:12px;
	border-top:1px solid #e6e6e6;
}

.rss_box a.rss_link {
	background-image:url(images/rss_icon.png);
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding:5px 0px 5px 22px;
}




/*********************/
/***   LOGIN BOX   ***/
/*********************/
.login_box {
	width:470px;
}

.login_box td {
	padding:2px 0px;
}

.login_box input[type=text], .login_box input[type=password] {
	padding:2px 5px;
	border:1px solid #CCCCCC;
}

.login_box input[type=text]:active, .login_box input[type=password]:active,
.login_box input[type=text]:focus, .login_box input[type=password]:focus {
	border:1px solid #178b4a;
}




/***************************/
/***   NEWSLETTER FORM   ***/
/***************************/
.subscribe, .unsubscribe {
	background-image:url(images/button_bg.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	color:#FFF;
	text-transform:uppercase;
	display:block;
	padding:3px 15px 3px 25px;
	height:22px;
	border-width:0px;
	border-left:1px solid #c6d9cf;
	border-right:1px solid #c6d9cf;
	font-size:1em;
	float:left;
}

.subscriptionpanel .textbox {
	width:245px;
}

.buttonspanel {
	padding-top:15px;
}




/* Common Form Elements */
.checkbox {
    border: none;
}


/* Video content */
.video_content {
	margin-left:0px;
	margin-bottom:50px;
}


/* SECTOR TEMPLATE */

#content_website .sector {}

#content_website .sector ul {
	list-style:none;
	margin:0px 0px 0px -10px;
	padding:0px;
	overflow:auto;
}

#content_website .sector ul li {
	margin:0px 10px 20px 10px;
	padding:0px;
	background-image:none;
	float:left;
	background-color:#CCC;
}

#content_website .sector ul li a:link,
#content_website .sector ul li a:visited,
#content_website .sector ul li a:active {
	display:block;
	width:230px;
	overflow:hidden;
}

#content_website .sector ul li a:hover {}

#content_website .sector ul li a:hover span.sectorTitle {
	-webkit-transition-property:background-color;
	-webkit-transition-duration:0.5s;
	-moz-transition-property:background-color;
	-moz-transition-duration:0.5s;
	transition-property:background-color;
	transition-duration:0.5s;
	background-color:#178B4A;
	color:#FFF;
}

#content_website .sector ul li a span.sectorImg {
	display:block;
	width:230px;
	height:130px;
	overflow:hidden;
	background-image:url(images/placeholder_vehicule.jpg);
	background-repeat:no-repeat;
}

#content_website .sector ul li a span.sectorImg img {
	width:230px;
	margin-top:-5px;
	border:0px;
}

#content_website .sector ul li a span.sectorTitle {
	display:block;
	background-color: #F7F7F7;
    background-image: url("images/link_arrow.png");
    background-position: 4% 50%;
    background-repeat: no-repeat;
    border-bottom: 3px solid #A0A0A0;
    line-height: 1.5em;
    padding: 4px 0 3px 25px;
    text-align: left;
    text-transform: uppercase;
}

#content_website .sector ul li a:hover span.sectorImg {
	display:block;
	width:230px;
	height:130px;
	overflow:hidden;
	/*-webkit-transition-property:opacity;
	-webkit-transition-duration:0.5s;
	-moz-transition-property:opacity;
	-moz-transition-duration:0.5s;
	transition-property:opacity;
	transition-duration:0.5s;
	opacity:0.6;
	filter:alpha(opacity=60);*/
}

.sector_pict {
	margin-top:30px;
}

.sector_pict a {
	float:left;
}

.sector_pict span {
	float:left;
	display:block;
}

.sector_pict a.thumbnail img {
	display:block;
	border:solid 1px #757575 !important;
}