/*

	CSS File
	
	URL: default.css
	
	All right reserved "SGS SA, 1 place des Alpes, P.O. Box 2152, 1211 Geneva 1, Switzerland"
	
	Version: 1.0.2
	
	Imports: navigation.css
	
*/

/* Navigation */
@import url("navigation.css");

body {
	margin: 2px 0 0 2px;
	padding: 0;
	color: #535353;
	background-color: #FFF;
	font-family: Arial,Verdana, sans-serif;
	height: 100%;
	font-size: 11px;
}
table {
	text-align: left;
}
div {
	text-align: left;
}
/****************************************************/
#page-princ {
	text-align: left;
	width: 776px;
	margin: 0;
}
/****************************************************/
div#header {
	position: relative;
	background-image: url(http://www.sgs.com/header_menu_gen.gif);
	background-repeat: no-repeat;
	height: 107px;
	width: 776px;
	clear: both;
}
#header a.last, #menu a.last {
	border: none;
	background: none;
}
/****************************************************/
#menu_lang { 
	margin: 0px 0px 0px 5px;
	padding: 1px 0px 0px 0px;
}
#menu_lang li {
	margin: 0 0 0 ;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}
	
#menu_lang a {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	color: #FFF;
	float: left;
	text-decoration: none;
	border-right: 1px solid #FFF;
}
	
#menu_lang a:hover {
	text-decoration: underline;
}

#menu_lang a.last {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/****************************************************/
#sgs {
	margin: 15px 0 0 0;
	clear: both;
	height: 61px;
}

#sgs-country {
	float: left;
}
#sgs-slogan {
	float: right;
}
/****************************************************/
/* general menu */
#menu_gen {
	position: absolute;
	right: 5px;
	top: 2px;
	margin: 0 0 0 0;
	padding: 0;
}
#menu_gen li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	background-color: Red;
}
	
#menu_gen a {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	float: left;
	font-size: 9px;
	color: #4B4B4D;
	text-decoration: none;
	background: url(http://www.sgs.com/sep_menu_gen.gif) no-repeat 100% 50%;
}
	
#menu_gen a:hover {
	text-decoration: underline;
}
/* fin du menu general */
/****************************************************/
#nav {
	clear: both;
	position: relative;
	background: url(http://www.sgs.com/header_menu.gif) no-repeat 0 0;
	height: 28px;
}
/****************************************************/

/* search box */
#search {
	margin: 7px 0 7px 10px;
	border: solid 0 #fff;
	width: 94px;
	font-size: 10px;
	height: 14px;
	background: transparent url(http://www.sgs.com/search-box-bg.gif) no-repeat;
}

/***************************************************/
a {
	color: #535353;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

/************************************************/


.scrollBar
{
/*    scrollbar-face-color: #c8d7e0;
    scrollbar-track-color: #e2eaef;
    scrollbar-highlight-color: #c8d7e0;
    scrollbar-arrow-color: #ff6600;
    scrollbar-shadow-color: #c8d7e0;

    scrollbar-3dlight-color: #c8d7e0;
    scrollbar-darkshadow-color: #ffffff;
    
    background: #e2eaef;
    margin: 0;*/
}



