/* general */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	font-family: arial, sans-serif;
	background:url('../img/main_bg.jpg') repeat-x;
}
img { 
	border: none;
}
h1, h2 {
	color: #002c4b;
	font-size: 16px;	
}
h4 {
	font-weight: normal;
	margin-top: 5px;
	text-align: justify;
}
div#container {
	width: 1024px;
	margin: 0 auto;
	background-color: #ffffff;
}
.clear {
	clear: both;
}
.galerie {
	background-color:#000000;
	height:160px;
	width:190px;
}
/* end::general */

/* header */

div#header {
	width: 1024px;
	height: 108px;	
	border-left: 1px solid #8ba3b5;
	border-right: 1px solid #8ba3b5;
}
div#header_left { 
	width: 350px;
	float: left;
}
div#header_left img {
	margin-left: 72px;
	margin-top: 14px;
}
div#header_right {
	width: 674px;
	float: left;
}
div#link_menu {
	float: right;
	width: 440px;
	height: 83px;
	margin-right: 39px;
}
div#link_menu a {
	font-size: 11px;
	color: #5483c8;
	text-transform: uppercase;
	text-decoration: none;	
}
div#link_menu a:hover {
	text-decoration: underline;
}
div#link_menu ul {
	float: right;
	height: 18px;
	margin-top: 17px;
	margin-bottom: 10px;	
}
div#link_menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-left: 12px;	
}
div#link_menu ul li:first-child {
	margin-left: 0px;
}
.input_btn {
	float: right;
	background: url('../img/search_bg.jpg') repeat-x;
	padding: 5px;
	border: none;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;	
	cursor: pointer;
	cursor: hand;
	height: 25px;
}
.input_txt {
	float: right;
	height: 17px;
	margin: 0;
	padding: 3px;
	border-top: #5483C8 1px solid;
	border-right: none;
	border-bottom: #5483C8 1px solid;
	border-left: #5483C8 1px solid;	
	color: #01B82A;
}

/* main menu */

div#main_menu {
	clear: right;
	width: 674px;
	height: 25px;	
}
div #main_menu ul li {
	display: block;
	width: 105px;
	height: 25px;
	border-right: 1px solid #ffffff;
	float: left;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 11px;
}
div#main_menu a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 25px;
}
div#main_menu a:hover {
	color: #25a945;
}
div#main_menu .menu_actif {
	color: #ffffff;
	background:url('../img/menu_act_bg.jpg') repeat-x;
}
div#main_menu .menu_actif a:hover{
	color: #ffffff;
}
div#main_menu .menu_inactif {
	background:url('../img/menu_bg.jpg') repeat-x;
}
div#header_up_bg {
	width: 1024px;
	height: 122px;
	border-top: 1px solid #103b59;
	border-left: 1px solid #103b59;
	border-right: 1px solid #103b59;
}
div#header_up_bg p {
	color: #ffffff;
	font-size: 13px;	
	text-align: justify;
	margin-top: 30px;
	margin-left: 70px;
	margin-right: 345px;
}
div#header_submenu {
	background:url('../img/header_down_bg.jpg') repeat-x;
	width: 1024px;
	height: 49px;	
	border-left: 1px solid #103b59;
	border-right: 1px solid #103b59;
	border-top: 1px solid #002d4d;
	border-bottom: 1px solid #002d4d;
}
div#header_submenu ul {
	margin-left: 75px;
}
div#header_submenu li {
	float: left;
	display: block;
	width: 120px;
	height: 49px;
	border-right: 1px solid #002d4d;
	text-align: center;
	font-size: 10px;
	line-height: 28px;
	padding: 0 5px;
		
}
div#header_submenu li:first-child {
	border-left: 1px solid #002d4d;
}
div#header_submenu a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 39px;
	padding-top: 10px;
}
div#header_submenu a:hover {
	color: #002d4d;
}
div#header_submenu .menu_actif {
	background:url('../img/header_down_act_bg.jpg') repeat-x;
	color: #02fe3a;
	height: 49px;
	text-transform: uppercase;	
}
div#header_submenu .menu_inactif {
	text-transform: uppercase;	
}
div#header_submenu .menu_actif_jmap {
	background:url('../img/header_down_act_bg.jpg') repeat-x;
	color: #02fe3a;
	height: 49px;
}
div#header_submenu .menu_inactif_jmap {
	
}
div#header_submenu a:hover {
	color: #ffffff;
}
div#header_submenu .doubleline {
	line-height: 14px;
}
div#header_submenu .tripleline {
	line-height: 13px;
	padding-top: 6px;
	height: 43px;
}
div#header_submenu .tripleline a {
	padding-top: 0px;	
}
/* end::main menu */
/* end::header */

/* content */
div#content, div#content2 {
	background:url('../img/content_bg.jpg') repeat-x;
	width: 949px;
	min-height: 400px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #8ba3b5;
	border-right: 1px solid #8ba3b5;
	padding-bottom: 60px;
	padding-left: 75px;
	font-size: 12px;
	position: relative;
}

div#content2_right {
	background-color: #ffffff;
	width: 244px;
	position: absolute;
	z-index: 3;
	top: -140px;
	right: 36px;
}
div#content2_arch {
	float: right;
	margin-right: 1px;
	margin-top: 170px;
}

div#content2 p{color: #838c93;}


div#content_left {
	float: left;
	width: 612px; 
}
div#content2_left {
	float: left;
	width: 635px;
	margin-top: 55px; 
}
div#content2_left p {
	color: #838c93;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: justify;
}
div#breadcrumbs {
	position: absolute;
	top: 15px;
	left: 75px;
	font-size: 12px;
	color: #002C4B;
}
div#content2_left a, div#breadcrumbs a {
	color: #126FB5;
	text-decoration: none;
}
div#content2_left a:hover, div#breadcrumbs a:hover {
	color: #002C4B;
}

div#content2_left b {
	color: #002c4b;
	font-size: 13px;
}
div#content2_left ul {
	
}
div#content2_left h3 {
	color: #01b82a;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: -10px;
}
div#content2_left h1, div#content2_left h2 {
	margin-bottom: 12px;
}	

.left_paragraphe {
	width: 630px;
	margin-top: 20px;
}
.left_paragraphe h1, .left_paragraphe h2 {
	margin-bottom: 12px;
}
.left_img {
	float: left;
	background: url('../img/img_bigframe.jpg') no-repeat;
	width: 170px;
	margin-bottom: 16px;
	margin-left: -6px;
}
.left_img img {
	margin-top: 1px;
	margin-left: 6px;
}
.left_txt {
	float: left;
	width: 440px;
	text-align: justify;
}
.jmaptext {
	color: #126fb5;
	font-size: 12px;
}
.thumbnail {
	float: left;
	width: 125px;
	font-size: 10px;
	text-align: center;
	margin-left: -10px;
	padding: 0 10px 20px -21px;
}
.thumbnail .frame {
	background:url('../img/img_frame.jpg') no-repeat;
	width: 125px;
	height: 115px;
	margin-left: 5px;
}
.thumbnail .frame img {
	margin-top: 6px;
	margin-left: -9px;
}
.thumbnail a {
	color: #126fb5;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
}
.thumbnail a:hover {
	color: #002c4b;
}
.thumbnail img {
	border: none;
}
.img_box {
	width: 131px;
	height: 92px;
	float: left;
	margin-right: 25px;
}
.img_box img {
	width: 129px;
	height: 90px;
	margin-bottom: 20px;
}
#glob_map {
	position: relative;
	width: 321px;
	height: 214px;
	border: 1px solid #d0d9df;
	float: left;
}
#map {
	z-index: 0;
	width: 321px;
	height: 214px;
	position: relative;	
	margin: 0;
}

#logo {
	position: absolute;
	bottom: 10px;
	left: 5px;
	z-index: 1;
}
#content2_left .txt {
	float: left;
	width: 400px;
}
#content2_left ul {
	margin-left: 16px;
}
#content2_left li {
	list-style-type: none;
	list-style-image: url('../img/arrow_right.jpg');
	color: #838C93;
	font-size: 12px;
	margin-bottom: 16px;
}
#quote_box {
	background:url('../img/quotes_frame.jpg') no-repeat;
	width: 610px;
	height: 141px;
	margin-left: -6px;
}
#quote {
	margin-top: 1px;
	border: 1px solid #d4dce2;
	/*border-right: 1px solid #d4dce2;
	border-left: 1px solid #d4dce2;*/
	color: #002c4b;
	font-size: 12px;
	width: 601px;
	/*height: 132px;*/
	margin-left: 7px;	
}
#quote a {
	color: #002c4b;
	text-decoration: none;
}
.contact_adresse_1 {
	margin-left: 340px;	
}
.contact_adresse_2 {
	margin-top: 20px;	
}
.contact_adresse {
	/*margin-left: 20px;*/
}
#quote a:hover {

}
#quote .line {
	border-bottom: 1px solid #d4dce2;
}
.quote_txt {
	margin: 0 30px;
	font-style: italic;
}
.quote_txtauth {
	height: 90px;
	padding-top: 10px;
	overflow: hidden;
}
.quote_auth {
	margin: 6px 30px 14px 30px;
	color: #01b82a;
	font-weight: bold;
}
.quote_rewind {
	float:left; 
	margin: 9px 0 9px 30px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.quote_rewind img {
	margin-right: 6px;
}
.quote_foward {
	float: right;
	margin: 9px 30px 9px 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.quote_foward img {
	margin-left: 6px;
}
.unset {
	color: #969696;
}

.info_box {
	float: left;
	width: 200px;
	background-color: pink;
	margin: 20px;
}
.info_box h4 {
	margin: 5px;
	text-align: center;
}
.produits {
	float: left;
	width: 220px;
	text-align: center;
}
div#produit {
	margin: 0 0 20px 20px;
}
div#produit_left {
	float: left;
	margin-right: 20px;
	background-color:#000000;
	height:160px;
	width:190px;
}
div#produit_right {
	float: left;
	width: 600px;
}
div#master_caroussel {
	margin-top: 50px;
}
ul#caroussel img {
	border: none;
}
#industriesdl {
	width: 850px;
	float: left;
	position: relative;
	z-index: 4;
}
.industriesdl_1, .industriesdl_2, .industriesdl_3 {
	float: left;
	width: 245px;
	min-height: 300px;
	margin-right: 26px;
	margin-top: 26px;
	border: 1px solid #C1CED7;
}
#industriesdl .ttl {
	margin: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	color: #ffffff; 
	
}
#industriesdl ul {
	margin: 0 20px;
}
#industriesdl ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #C1CED7;
}
.industriesdl_1  .ttl {
	background: url('../img/lightBlue.jpg') repeat-x;
}
.industriesdl_1 a {
	color: red;
}
.industriesdl_2  .ttl {
	background: url('../img/lightGreen.jpg') repeat-x;
}
.industriesdl_2 a {
	color: red;
}
.industriesdl_3  .ttl {
	background: url('../img/darkBlue.jpg') repeat-x;
}
.industriesdl_3 a {
	color: red;
}
/* sidebar */

div#content_right {
	float: right;
	width: 244px;
	margin-top: -140px;
	margin-right: 36px; 
	position: relative;
	z-index: 3;
}
/*div#content2_right {
	background-color: #ffffff;
	width: 244px;
	position: relative;
	z-index: 3;
	top: -140px;
	right: 36px;
	float: right;
}*/
div#content2_right img {
	border: 1px solid #0f3957;
}
.side_ttl {
	margin: 0;
	padding: 0 30px;
	font-size: 13px;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
}
#side_news_ttl {
	background-color: #003b66;
	color: #ffffff;
	margin-bottom: 26px;
}
div#news {
	width: 244px;
	min-height: 295px;
	background-color: #003b66;
	border: 1px solid #003b66;
}
div#news a {
	/*color: #02FE3A;*/
	text-decoration: none; 
}
div#news a:hover {
	/*color: #ffffff;*/
}
div#news .date {
	margin: 5px 30px;
	font-size: 11px;
	color: #02fe3a;
	text-transform: uppercase;
	margin-top: 8px;
}
div#news .txt {
	margin: 0 30px;
	color: #3ca0eb;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #3ca0eb;
	padding-bottom: 8px;
}
div#news .link {
	margin: 0 30px;
	color: #02fe3a;
	font-size: 11px;
	text-align: right;
	padding-bottom: 8px;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 20px;
}
div#news .link a {
	color: #02FE3A;
}
div#news .link a:hover {
	color: #ffffff;
}
div#news img {
	margin-right: 5px;
}
#side_blog_ttl {
	background-color: #ffffff;
	color: #a5cfee;
	margin-bottom: 26px;
}
#side_blog_ttl a {
	color: #a5cfee;
	text-decoration: none;
}
.blog_ttl {
	margin: 0 30px;
	font-size: 12px;
	margin-bottom: 16px;
	text-transform: uppercase;
	color: #002c4b;
	font-size: 13px;
}
.news_ttl_a {
	color: #ffffff;
}
.news_ttl_a:hover {
	color: #02FE3A;
}
div#blog {
	width: 244px;
	margin-top: 1px;
	background-color: #c9e4f8;
	padding-bottom: 20px;
	border: 1px solid #a5cfee;
}

div#blog .link a {
	color: #002D4C;
	text-decoration: none; 
}
div#blog .link a:hover {
	color: #1E679D;
}
div#blog .txt a {
	color: #1E679D;
	text-decoration: none; 
}
div#blog .txt a:hover {
	color: #002D4C;
}

div#blog .date, div#activities .date {
	margin: 5px 30px;
	font-size: 11px;
	color: #01b82a;
	text-transform: uppercase;
	margin-top: 8px;
}
div#blog .txt, div#activities .txt {
	margin: 0 30px;
	color: #1e679d;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #1e679d;
	padding-bottom: 8px;
}
div#blog .link {
	margin: 0 30px;
	color: #002d4c;
	font-size: 11px;
	text-align: right;
	padding-bottom: 8px;
	text-transform: uppercase;
	margin-top: 12px;
}
div#blog img {
	margin-right: 5px;
}
#side_activities_ttl {
	background:url('../img/sidebar_activities_bg.jpg') repeat-x;
	color: #ffffff;
	margin: -1px -1px 26px -1px;
}
div#activities {
	width: 244px;
	min-height: 295px;
	margin-top: 1px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #bdcbd4;
}
div#archives {
	width: 244px;
	padding-bottom: 20px;
	margin-right: 33px;
	background-color: #ffffff;
	border: 1px solid #bdcbd4;
	
}
#side_archives_ttl {
	background:url('../img/sidebar_activities_bg.jpg') repeat-x;
	color: #ffffff;
	margin: -1px -1px 26px -1px;
}
div#archives .txt {
	margin: 0 30px;
	color: #3ca0eb;
	font-size: 12px;
	text-align: right;
	border-bottom: 1px solid #3ca0eb;
	padding-bottom: 2px;
	font-weight: bold;
}
div#archives .txt a {
	text-decoration: none;
	color: #002C4B;
}
div#archives .txt a:hover {
	text-decoration: none;
	color: #3ca0eb;
}
div#archives .m {
	margin: 0 30px;
	color: #3ca0eb;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}
div#archives .m a {
	text-decoration: none;
	color: #002C4B;
}
div#archives .m a:hover {
	text-decoration: none;
	color: #3ca0eb;
}
div#activities a {
	text-decoration: none; 
}
div#activities a:hover {
	/*color: #ffffff;*/
}
div#activities .link {
	margin: 0 30px;
	font-size: 11px;
	text-align: right;
	padding-bottom: 8px;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 20px;
}
div#activities .link a {
	color: #003B66;
}
div#activities .link a:hover {
	color: #1E679D;
}
div#activities img {
	margin-right: 5px;
}
.activities_ttl_a {
	color: #1E679D;
}
.activities_ttl_a:hover {
	color: #002C4B;
}
/* end::sidebar */
/* end::content */

/* footer */

div#footer {
	clear: both;
	text-align: center;
}
div#footer_menu {
	width: 1024px;
	height: 35px;
	background:url('../img/footer_bg.jpg') repeat-x;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 10px; 
	border-left: 1px solid #002d4d;
	border-right: 1px solid #002d4d	
}
div#footer_menu a {
	color: #ffffff;
	text-decoration: none;
}
div#footer_menu ul li {
	display: inline;
	list-style-type: none;
	margin-left: 20px;
}
div#footer_menu ul li:first-child {
	margin-left: 0px;
}
div#footer {
	width: 1024px;
	height: 150px;
	font-size : 11px;
}
div#footer_menu a {
	color: #ffffff;
}
div#footer_menu a:hover {
	text-decoration: underline;
}
div#footer_info p {
	margin-top: 25px;
	color: #8b9297;
	font-size : 11px;	
}
/* en::footer */

.jsWinDefaultSkin{
	/* if browser is ie6 jsWin will automaticly change fixed position to absolute */
	border:3px solid #003B66;
}
.jsWinDefaultSkin .content td {
	height: 36px;
	font-size: 12px;
	padding-left: 10px;
}
.jsWinDefaultSkin .content input {
	float: right;
	border: 1px solid #1E679D;
	margin-right: 10px;
}
#button {
	background:url('http://www.k2geospatial.com/ui/img/search_bg.jpg') repeat-x;
	line-height: 20px;
	margin: 0;
	padding: 5px;
	border: 1px solid #EFEFEF;
	color: #ffffff;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin-right: 15px;
	border: none;
}

