@charset "UTF-8";
/* CSS Document */
/* -----------------------------
COULEURS /////////
bleu clair
# c5d0d9
bleu moyen
# 6a8096
bleu foncé
# 083b70
==========
vert 1
# 7e9f2d
vert 2 (92cd22)
# 93b800
==========
gris 1
# bbbba4
gris 2
# 083b70
--------------------------------*/
/* ------------- general ------------------- */
body {
	background: #b0bac3 url(../images/bg_gradiant.gif) repeat-x top; 
	/* background: #bbbba4 url(../images/bg_gradiant.gif) repeat-x top; */
	color: #333;
	/*font-family: Trebuchet MS, Helvetica, Arial, sans-serif; */
	font-family:Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 120%;
	margin: 0px;
	text-align:left;
}
#global {
	width: 980px;
	margin: auto;
	padding: 0px;
}
#clear {
	clear: both;
}
h1 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #93b800;
	font-weight: 100;
	margin-top:5px;
	line-height:34px;
}
h1.newsflash {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 26px;
	background-color:#93b800;
	color: #FFF;
	padding: 25px 5px;
	font-weight: 100;
	margin-top:0px;
}
h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #083b70;
	font-weight: 700;
	text-transform: uppercase;
	margin: 5px auto 10px;
}
h3 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #083b70;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom:0px;
}
h4 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #93b800;
	font-weight: bold;
}
img {
	border: none;
}
img.border {
	border: solid 1px #AAA;
}
a {
	color: #083b70;
	text-decoration: underline;
}
a:hover {
	color: #93b800;
	text-decoration: none;
}
.componentheading {
	display: none;
}
hr {
	height: 1px;
	color: #AAA; 
	background-color: #AAA; 
	width: 100%; 
	border: none;
}
table.contentpaneopen {
	width:100%;
}
p {
	text-align:justify;
}
/* -------- header ----------- */
#banner_home {
	width: 960px;
	height: 145px;
	background: url(../images/banner_home.jpg);
	padding: 0px 10px 0 10px;
}
#banner1, #banner2, #banner3, #banner4, #banner5 {
	width: 960px;
	height: 95px;
	background: url(../images/banner_small.jpg);
	padding: 0px 10px 0 10px;
}
#banner1 {
	background: url(../images/banner_construction.jpg);
}
#banner2 {
	background: url(../images/banner_cuir.jpg);
}
#banner3 {
	background: url(../images/banner_electro.jpg);
}
#banner4 {
	background: url(../images/banner_paper.jpg);
}
#banner5 {
	background: url(../images/banner_transport.jpg);
}
#logo_home {
	width: 980px;
	height: 123px;
	float: left;
}
#logo {
	width: 980px;
	height: 73px;
	float: left;
}
/* ------- breadcrumbs & search ------- */
#breadcrumbs {
	margin-top: 4px;
	width: 550px;
	height: 19px;
	float: left;
	font-size: 10px;
	text-align: left;
}
#search {
	text-align: right;
	width: 400px;
	height: 19px;
	float: right;
	color: #FFF;
}
/* ----------- Forms ------------- */
input {
	font-size: 10px;
	color: #000;
}
input[type=text],input[type=password] {
	background-color: #c5d0d9;
	border: solid 1px #999999;
	width: 135px;
}
input[type=submit] {
	background-color: #FFFFFF;
	padding: 0px;
	height: 15px;
	border: none;
	border-top: solid 1px #555;
	margin-top: 2px;
}

/* ------------- MENU TOP ------------------- */
#menutop {
	background: #FFF;
	width: 980px;
	height: 25px;
	padding-top: 7px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#menutop_line {
	background: #FFF;
	padding-left: 195px;
	width: 785px;
	height: 18px;
	border-bottom: 1px solid #93b800;
}
#menutop_white {
	padding: 0px 0px 5px 195px;
	width: 720px;
	height: 20px;
	padding-left: 20px;
	background: #FFF;
}
#menutop ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#menutop ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menutop a {
	text-decoration: none;
	color: #6a8096;
	border-bottom: #c5d0d9 solid 4px;
	margin-right: 18px; /* 15px */
}
#menutop a:hover, #menutop li.active a {
	text-decoration: none;
	color: #93b800;
	border-bottom: #93b800 solid 4px;
}
/* -------------- BG WHITE -----------------*/
#bg_white {
	width: 901px;
	min-height: 350px;
	float: left;
	margin-top: -167px;
	background-color: #FFF;
	z-index: 1;
}
#bg_white_home {
	width: 901px;
	min-height: 370px;
	float: left;
	margin-top: -325px;
	background-color: #FFF;
	z-index: 1;
}
/* -------------- NEWS ------------------ */
#latestnews {
	margin-top:0px;
	background-color: #FFF;
	width: 165px;
	float: left;
	min-height: 250px;
	padding: 0px 15px;
	/*font-family: Trebuchet MS, Helvetica, Arial, sans-serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-right: dotted 1px #bbbba4;
}
#latestnews .contentpaneopen {
	border-bottom: dotted 1px #000;
}
/* -------------- MENU LEFT ------------------ */
#menuleft {
	background-color: #FFF;
	width: 195px;
	float: left;
	min-height: 250px;
	padding: 0px;
}
#menuleft ul {
	margin: 0;
	padding: 0;
	display: block;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 10px;
	/* border-top: dotted 1px #000; */
	text-transform: uppercase;
}
#menuleft ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}
#menuleft a {
	text-decoration: none;
	color: #000;
	padding: 5px 0px 5px 10px;;
	background-color: #c5d0d9;
	display: block;
	border-bottom: dotted 1px #000;
}
#menuleft a:hover, #menuleft li.active a {
	text-decoration: none;
	color: #FFF;
	padding-left: 10px;
	background-color: #93b800;
}
#menuleft ul ul li {
	margin: 0;
	padding: 0;
	display: block;
	/*font-family: Trebuchet MS, Helvetica, Arial, sans-serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	background-color: #FFF;
	text-transform: none;
	border-top: none;
}
#menuleft ul ul a, #menuleft li.active ul a {
	text-decoration: none;
	color: #000;
	padding: 2px 0px 2px 15px;;
	background-color: #FFF;
	display: block;
	border-bottom: dotted 1px #999;
}
#menuleft ul ul a:hover, #menuleft ul ul li.active a {
	text-decoration: none;
	color: #93b800;
	padding: 2px 0px 2px 15px;;
	background-color: #FFF;
}
/* ------------- CONTENT --------------------- */
#content {
	background-color: #FFF;
	width: 550px;
	float: left;
	padding: 10px 95px 40px 40px;
	/*line-height: 15px;*/
}
.tableau {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.tableau td {
	border-bottom: 1px solid #CCC;
	margin: 0;
}
.tableau th, tr.header {
	font-weight: bold;
	color: white;
	text-align: left;
	background: #083b70;
	margin: 0;
	border: none;
}
tr.color {
	background: #F5F5F5;
}
.legend {
	font-size: 10px;
}
/* -------------- extranet ------------------- */
#extranet_box {
	position: relative;
	background: url(../images/extranet_box.gif);
	width: 151px;
	height: 116px;
	float: right;
	margin-right: -7px;
	padding: 26px 4px 15px 16px;
	z-index: 2;
}
#extranet_box .moduletable {
	margin-right: 10px;
}
.moduletable input.button {
	margin-top: 5px;
	float: right;
}
fieldset {
	border: none;
	padding: 0px;
}
.moduletable ul li {
	display: none;
}
#form-login-username, #form-login-password {
	margin: 0px;
	padding: 0px;
}
#form-login-remember {
	display: none;
}
.moduletable_extranet {
	margin-top: 35px;
	margin-right: 10px;
	border-top: 1px dotted #CCC;
}
/* -------------- GECKO ------------------- */
#gecko {
	position: relative;
	/*background: url(../images/gecko.gif);*/
	width: 192px;
	height: 167px;
	margin-top: 0px;
	float: right;
	z-index: 3;
	text-align:right;
}
#gecko li {
	display:block;
}
#gecko a:link, #gecko a:visited {
	display: block;
	background: url(../images/gecko.gif);
	width: 192px;
	height: 167px;
}
#gecko a:hover {
	display: block;
	background: url(../images/gecko_on.gif);
	width: 192px;
	height: 167px;
}
/* -------------- FOOTER -----------------*/
#footer {
	width: 886px;
	height: 20px;
	padding: 8px 15px 5px 0px;
	text-align: right;
	background-color: #FFFFFF;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 100;
	color: #083b70;
}
#footer ul, #footer li {
	display: inline;
}
#footer a {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 100;
	color: #083b70;
	text-decoration: none;
	margin-right: 10px;
}
#footer a:hover {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 100;
	color: #93b800;
	text-decoration: none;
}
