html
	{
	height:100%;
	min-height:100%;
	}

body
	{
	height: 100%;
	min-height:100%;
	padding:0;
	margin:0;
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #3d464d;
	}

/* Reset styles */
:link, :visited {text-decoration: none;}
ul, ol {
	list-style: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, pre, code, p {font-size: 1em;}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {margin: 0; padding: 0;}
a img, :link img, :visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	color: #239001;
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

h2 {
	margin: 17px 0 14px 0;
	color: #239001;
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: bold;
}

h3 {	
	margin: 0 0 10px 0;
	font: bold 15px Tahoma;
	color: #239001;
}

h3.h_star {
	background: url('/i/ico_star.gif') no-repeat 0 0;
	padding: 0 0 0 25px;
}

h3.h_contact {
	background: url('/i/ico_contact.gif') no-repeat 0 0;
	padding: 0 0 0 25px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: #004285;
	background-color: transparent;
        margin-top: 0;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
        margin-top: 0;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
        margin-top: 0;
}

/* Links */

a:link, a:active {
	color: #003e7d;
	text-decoration: underline;
}

a:visited {
	color: #25578a;
	text-decoration: underline;
}

a:hover {
	color: #239001;
}



/* Paragraphs */
 
p {
	margin: 0 0 15px 0;
}

.p {
	line-height: 1.3em;
}

/* Lists */

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
	text-decoration: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
	text-decoration: none;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
	text-decoration: none;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables */

table {
	border-color: #9c9c9c;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border-color: #9c9c9c;
	border-collapse: collapse;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #F5F5F5;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Forms */

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form :before.line {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.form :after.line {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}


/* Clearfix */

:after.clearfix {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */


.all {
	background: url('/i/menu_bg.gif') repeat-x 0 234px;
	position:relative;
	height:auto !important; 
	height: 100%;
	min-height:100%;
	margin:0 0 -20px 0;
}

#regular .all {
	background: url('/i/menu_bg.gif') repeat-x 0 184px;
}
.frame {
	width: 800px;
	margin: 0 auto;
	padding:0 0 20px 0;
}

.header {
	background: url('/i/index_header.jpg') no-repeat 100% 0;
	position: relative;
	height: 234px;
}

#regular .header {
	background: transparent;
	height: 184px;
}

.logo {
	position: absolute;
	top: 77px;
	left: 10px;
}

#regular .logo {
	top: 47px;
	left: 10px;
}

.header_image {
	position: absolute;
	top: 0;
	left: 180px;
}

.header_text {
	font-size: 18px;
	color: #FFF;
	position: absolute;
	top: 0px;
	left: 27px;
	word-spacing: 3px;
	width: 380px;
        white-space: nowrap;
}

.header_image .header_text {
	top: 18px;
	left: 21px;
	word-spacing: 1px;
}

.header_text span {
	margin: 0 0 0 5px;
}

.header_image .header_text span {
	margin: 0 0 0 3px;
}

ul.navicons {
	margin: 0;
	position: absolute;
	top: 6px;
	right: 48px;
}

#regular ul.navicons {
	top: 10px;
	right: 34px;
}

ul.navicons li {
	overflow: hidden;
	margin: 0 0 8px 0;
	list-style: none;
	width: 11px;
}

#regular ul.navicons li {
	margin: 0 0 12px 0;
}

ul.navicons li a:link, ul.navicons li a:visited {
	display: block;
	text-indent: -500px;
	text-decoration: none;
	background-repeat: no-repeat;
}

ul.navicons li#home a {
	height: 11px;
	width: 11px;
	background-image: url('/i/ico_home.gif');
}

ul.navicons li#email a {
	height: 11px;
	width: 11px;
	background-image: url('/i/ico_email.gif');
}

ul.navicons li#search a {
	height: 11px;
	width: 11px;
	background-image: url('/i/ico_search.gif');
}

ul.navicons li#sitemap a {
	height: 11px;
	width: 11px;
	background-image: url('/i/ico_sitemap.gif');
}

ul.navicons li a:hover, ul.navicons li.here a {
	background-position: 100% 0;
}

.lang {
	margin: 0;
	position: absolute;
	top: 205px;
	left: 18px;
	overflow: hidden;
}

.lang-2 {
	margin: 0;
	position: absolute;
	top: 205px;
	left: 0;
	overflow: hidden;
}

#regular .lang, #regular .lang-2 {
	top: 156px;
	left: 21px;
}

#regular .lang-2 {
	top: 156px;
	left: 0;
}

.lang li, .lang-2 li {
	margin: 0 9px 0 -2px;
	padding: 0 0 0 7px;
	float: left;
	display: inline;
	font-size: 11px;
	background: url('/i/lang_sep.gif') no-repeat 0 2px;
}

.lang li a:link, .lang li a:visited, .lang-2 li a:link, .lang-2 li a:visited {
	color: #a3a3a3;
	text-decoration: none;
}

.lang li a:hover, .lang-2 li a:hover {
	color: #239001;
}

.lang li.current a:link, .lang li.current a:visited, .lang-2 li.current a:link, .lang-2 li.current a:visited  {
	color: #239001;
	font-weight: bold;
}

.search {
	position: absolute;
	top: 105px;
	left: 635px;
}

.search label {
	display: block;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 5px 0;
}

.search .text {
	width: 108px;
	border: 0px solid transparent;
	background: #FFF;
	padding: 2px 0;
}

.search .btn {
	background: url('/i/search_button.gif') no-repeat;
	width: 23px;
	height: 20px;
	border: 0px solid transparent;
	cursor: pointer;
	cursor: hand;
	padding: -1000px 0 0 0;
	text-indent: 1000px;
	overflow: hidden;
	color: transparent;
}

#pressed {
	background: url('/i/search_button.gif') no-repeat 0 100%;
}

.sbtn {
        background: url('/i/search_button1.gif') no-repeat;
        width: 23px;
        height: 20px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        padding: -1000px 0 0 0;
        text-indent: 1000px;
        overflow: hidden;
        color: transparent;
}

#pressed1 {
	background: url('/i/search_button1.gif') no-repeat 0 100%;
}

.sendbtn {
        background: url('/i/send.jpg') no-repeat;
        width: 74px;
        height: 23px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 23px;
}

.sendbtn1 {
        background: url('/i/send1.jpg') no-repeat;
        width: 74px;
        height: 23px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 23px;
}

.regbtn {
        background: url('/i/I_accept_EN.gif') no-repeat;
        width: 129px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.regbtn1 {
        background: url('/i/I_accept_EN_2.gif') no-repeat;
        width: 129px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.resetbtn {
        background: url('/i/reset.jpg') no-repeat;
        width: 71px;
        height: 23px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 23px;
}

.resetbtn1 {
        background: url('/i/reset1.jpg') no-repeat;
        width: 71px;
        height: 23px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 23px;
}

.sendbtnfr {
        background: url('/i/Envoyer1.gif') no-repeat;
        width: 74px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.sendbtn1fr {
        background: url('/i/Envoyer1a.gif') no-repeat;
        width: 74px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.regbtnfr {
        background: url('/i/Jaccepte_FR.gif') no-repeat;
        width: 172px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.regbtn1fr {
        background: url('/i/Jaccepte_FR_2.gif') no-repeat;
        width: 172px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.resetbtnfr {
        background: url('/i/Annuler1.gif') no-repeat;
        width: 72px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.resetbtn1fr {
        background: url('/i/Annuler1a.gif') no-repeat;
        width: 72px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}


.sendbtnde {
        background: url('/i/send_de1.gif') no-repeat;
        width: 74px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 23px;
}

.sendbtn1de {
        background: url('/i/send_de1a.gif') no-repeat;
        width: 74px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.regbtnde {
        background: url('/i/reg_de.gif') no-repeat;
        width: 172px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.regbtn1de {
        background: url('/i/reg_de_2.gif') no-repeat;
        width: 172px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.resetbtnde {
        background: url('/i/reset_de_1.gif') no-repeat;
        width: 93px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.resetbtn1de {
        background: url('/i/reset_de_1a.gif') no-repeat;
        width: 93px;
        height: 24px;
        border: 0px solid transparent;
        cursor: pointer;
        cursor: hand;
        overflow: clip;
        color: transparent;
        padding-top: 24px;
}

.menu {
	position: absolute;
	top: 237px;
	left: -33px;
	width: 833px;
	overflow: hidden;
}

#regular .menu {
	position: absolute;
	top: 187px;
}

.menu ul {
	margin: 0;
	width: 1000px;
}

.menu li {
	float: left;
	height: 42px;
	line-height: 42px;
	list-style: none;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 33px;
}

.menu-2 {margin-left:9px;}

.menu-2 li {
    margin-left: 24px;
}

.menu li a:link, .menu li a:visited {
	text-decoration: none;
	display: block;
	float: left;
	height: 42px;
	overflow: hidden;
}

.menu li:hover a img, .menu li.here a img {
	margin-top: -42px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.cols {
	position: relative;
	margin-top: 67px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#regular .cols {
	margin: 49px 0 0 0;
}

.col_1 {
	float: left;
	width: 155px;
	display: inline;
	margin: 0 0 0 0;
	text-decoration: none;
}

.col_1_de {
	float: left;
	width: 165px;
	display: inline;
	margin: 0 0 0 0;
	text-decoration: none;
}

.col_2 {
	float: left;
	width: 430px;
	display: inline;
	margin: 0 0 0 15px;
}

.col_3 {
	float: left;
	width: 160px;
	display: inline;
	color: #48535a;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}

.copyright {
	font-size: 11px;
	color: #3c4043;
	position: absolute;
	bottom: 3px;
	_bottom: 8px;
	right: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8e7f4;
	height: 30px;
	padding-top: 5px;
}

.copyright1 {
	font-size: 11px;
	color: #3c4043;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8e7f4;
        height: 30px;
        padding-top: 5px;
        white-space: nowrap;
        position: absolute;

}


#regular .copyright {
	font-size: 11px;
	color: #3c4043;
	position: static;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.services {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link.service, a:visited.service {
	background: url('/i/service_bg.gif') no-repeat 100% 0;
	height: 54px;
	display: block;
	float: left;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #0062b1;
	text-decoration: none;
}

a:hover.service {
	color: #239001;
	text-decoration: none;
}

.service span {
	display: block;
	cursor: pointer;
	cursor: hand;
}

#salary {
	width: 205px;
	margin: 0 25px 5px 0;
}

#salary span {
	background: url('/i/service_1.gif') no-repeat;
	height: 54px;
	width: 130px;
	padding: 10px 0 0 75px;
}

#financial {
	width: 192px;
}

#financial span {
	background: url('/i/service_2.gif') no-repeat;
	height: 54px;
	width: 127px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 65px;
}

#accounting {
	width: 205px;
	margin: 0 15px 0 0;
	background-position: 100% 1px;
}

#accounting span {
	background: url('/i/service_3.gif') no-repeat;
	height: 54px;
	width: 120px;
	padding: 10px 0 0 75px;
}

#other {
	width: 202px;
	background-position: 100% 1px;
}

#other span {
	background: url('/i/service_4.gif') no-repeat;
	height: 54px;
	width: 107px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 78px;
}

.flash {
	position: absolute;
	top: 0px;
	left: 169px;
}

.stripe {
	position: relative;
	left: 0px;
	width: 100%;
	height: 5px;
	background: url('/i/bottom_bg.gif') repeat-x center bottom;
}

.search .btn, x:-moz-any-link {
	text-indent: -100em;
	padding: 0;
}

x:-moz-any-link {
	padding: 0 0 40px 0;
}

.col_right {
	float: left;
	width: 550px;
	display: inline;
	margin: 8px 0 0 22px;
	text-align: justify;
}

.col_right_de {
	float: left;
	width: 540px;
	display: inline;
	margin: 8px 0 0 22px;
	text-align: justify;
}

.left_menu {
	margin: 2px 0 0 0;
}

.left_menu li {
	margin: 0;
	list-style: none;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	border-bottom: 1px solid #d8e7f4;
	text-decoration: none;
	padding-top:0;
}
.left_menu a:link, .left_menu a:visited {
	color: #004285;
	text-decoration: none;
	background: url('/i/menu_marker.gif') no-repeat 2px 2px; 
	margin-top:0; 
	padding-left:25px; 
	padding-right:0; 
	padding-top:0; padding-bottom:0
}

.left_menu a:hover, .left_menu li.here a:link, .left_menu li.here a:visited {
	color: #239001;
	text-decoration: none;
}
.text1 {
	_bottom: 8px;
	padding-left: 50px;
	list-style-type: circle;
	list-style-image: url('/i/ico_contact.gif');
}

.left_menu1 a:link, .left_menu1 a:visited {
	color: #004285;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	left: 0px;
}
.left_menu1 .li1 a:hover, .left_menu1 a.here {
	color: #239001;
	text-decoration: none;
}

.li1 {
	list-style-image: url('/i/menu_marker2_.gif');
}
.left_menu li1 {
	margin: 0;
	list-style: none;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 0px;
}

.img {
	margin-right: 20px;
	border: 1px solid #2C880F;
}
.header_image1 .header_text1 {
	top: 100px;
	left: 20px;
	word-spacing: 1px;
}
.header_text1 {
	font-size: 18px;
	color: #FFF;
	position: absolute;
	top: 120px;
	left: 27px;
	word-spacing: 3px;
	width: 296px;
}
.text2 {
	_bottom: 8px;
	padding-left: 0px;
	list-style-type: circle;
	list-style-image: url('/i/ico_contact.gif');
	font-weight: 600;
	font-variant: normal
}
.menu map {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-decoration: underline;
	padding-left: 15px;
}
.text3 {
	_bottom: 8px;
	padding-left: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #003e7d;
}
.text4 {
	_bottom: 8px;
	font-weight: normal;
	font-variant: normal;
	list-style-type: circle;
}
.ten        { border: 1px solid #c1cfdb; background-color: #d8e7f4;font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;width:100%}
.text5 {
	_bottom: 8px;
	padding-left: 20px;
	font-weight: normal;
	font-variant: normal;
	list-style-position: inside;
	list-style-image: url(/i/bullet.gif);
}

.supform td {
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d8e7f4;
}

.str td {
        background-color: #ffffff;
}


.strsel td {
        background-color: #d8e7f4;
}

.found_word {
    background-color: #d8e7f4;
    font-weight: bold;
}

