@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	background: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

/*------------------------------- BEGIN STRUCTURE ----------------------------------*/
/*////////////// Navigation ///////////////*/
#navigation {
	width: 100%;
	height: 87px;
	background-color: #1f4d5a;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#navwrap {
	width: 1200px;
	height: 86px;
	margin: auto;
	text-align: center;
}

#menu {
	width: 200px;
	height: 87px;
	position: relative;
	float: left;
	z-index: 9999;
}

#lang {
	margin-top: 35px;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
}
#lang div {
    display:inline-block;
    border:1px solid #2e88a3;
    width:16px;
    height:11px !important;
    margin:0 3px;
    float:left;
    padding:0;
    font-size:0;
}
#lang #flag-fr {
    background:url(../images/fr_off.jpg) no-repeat 0 0;
	border:none;
}
#lang #flag-fr:hover, #lang #flag-frAct {
    background:url(../images/fr_on.jpg) no-repeat 0 0;
		border:none;
}
#lang #flag-en {
    background:url(../images/en_off.jpg) no-repeat 0 0;
	border:none;
}
#lang #flag-en:hover, #lang #flag-enAct {
    background:url(../images/en_on.jpg) no-repeat 0 0;
	border:none;
}

/*////////////// Content ///////////////*/
#content {
	width: 960px;
	height: auto;
	margin-bottom: 20px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}

#content_left {
	width: 640px;
	height: auto;
	float: left;
	margin-top: 15px;
}

#content_left h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #00566C;
	text-transform: uppercase;
	border-bottom: 1px solid #e7e7e7;
}
#content_left h5 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #00566c;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#content_left p {
	font-size: 14px;
	text-align: justify;
	margin: 0;
	padding: 0;
	color: #333333;
	
}

#content_left p img {
	float: left;
	margin: 0 12px 0 0;
}

#content_left ul {
	list-style-type: none;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#content_left li {
	margin: 0;
	color: #000000;
	background-image: url(../images/fondsidebarover.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content_left li.last {
	border: 0;
}

#content_left li a{
	color: #21340b;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content_left li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00566C;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*/////////////// GREENPAGE ///////////////*/
#greenpage {
	background: url(../images/slidecontainer_bg.gif) repeat-x top #789755!important;
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
}

#greenpage h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #93ac77;
}

#greenpage p {
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000000;
}

#greenpage p a {
	color: #FFFFFF;
	text-decoration: underline
}

#greenpage p a:hover {
	color: #FFFFFF;
	text-decoration: none
}

/*////////////// WHITE Sidebar ///////////////*/
#sidebar {
	width: 290px;
	min-height: 205px;
	background: url(../images/sidebar_bg.png) no-repeat top center;
	float: right;
	margin-top: 8px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftbox{
	float: left;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/fondsidebarover.gif);
	margin-left: 10px;
	width: 285px;
}
#leftboxcontact{
	float: left;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/fondsidebarover.gif);
	margin-left: 10px;
	width: 285px;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
}
#sidebar .colleft{
	float: left;
	height: 55px;
	width: 80px;
	margin-left: 20px;
}

#sidebar .colright{
	text-align: left;
	clear: right;
	float: right;
	width: 175px;
	padding-left: 10px;
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

#sidebar h1{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #00566C;
	text-align: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
}
#sidebar h2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F7AE4B;
	margin: 0px;
	padding: 0px;

}
#sidebar h3{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00566C;
	text-align: left;
	margin: 0px;
	padding: 0px;

}
#sidebar h3 a{
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #00566C;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#sidebar h3 a hover{
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #00566C;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#sidebar p{
	font-size: 11px;
	margin: 0 8px;
	padding: 11px;
	color: #333333;
	text-align: left;
}

.colright ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.colright li {
	margin: 0;
	padding: 0px;
	font-size: 10px;
}

.colright li img {
	float: left;
	margin-top: 0;
	margin-right: 12px;
	margin-left: 0;
}

.colright li.last {
	border: 0;
}

.colright li a{
	color: #00566C;
	text-decoration: underline;
	display: block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.colright li a:hover{
	color: #F7AE4B;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*////////////// GREEN Sidebar ///////////////*/
#green_sidebar {
	width: 290px;
	min-height: 205px;
	background: url(../images/sidebar_bg_green.png) no-repeat top center;
	float: right;
	margin-top: 12px;
}

#green_sidebar h1{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/sidebar_h1_bg.gif) repeat-x top #000000;
	margin: 8px;
	margin-bottom: 0;
	padding: 11px;
	color: #999999;
	text-align: left;
}

#green_sidebar p{
	font-size: 11px;
	margin: 0 8px;
	padding: 11px;
	color: #21340b;
	text-align: left;
}

.line_spacing_30 {
	line-height: 30px;
}

#green_sidebar ul {
	list-style-type: none;
	text-align: left;
	margin: 10px 20px;
	padding: 0;
}

#green_sidebar li {
	margin: 0;
	border-bottom: 1px solid #9dbd7a;
	color: #000000;
}

#green_sidebar li.last {
	border: 0;
}

#green_sidebar li a{
	color: #21340b;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}

#green_sidebar li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #739250;
	padding: 8px;
}


/*////////////// Footer ///////////////*/
#footcontainer {
	width: 100%;
	height: 80px;
	background-color: #333333;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
}

#footer {
	width: 960px;
	height: 30px;
	padding-top: 20px;
	margin: auto;
}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
p.f-left {
	color: #FFFFFF;
	float: left;
	margin: 0;
	padding-top: 17px;
}

p.f-right {
	color: #FFFFFF;
	float: right;
	margin: 0;
	padding-top: 17px;
}

/*----------------------------------- BUTTONS ------------------------------------*/


/*////////////// Green Button ///////////////*/
.green_button {
    width: auto;
    height: auto;
    font: 11px arial;
    text-align: left;
	text-transform: uppercase;
    padding: 6px 0 12px 20px;
    background: url(../images/green_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.green_buttonend {
	width: auto;
	height: auto;
	background: url(../images/green_buttonend_bg.png) no-repeat top right;
	margin-top: 12px;
	margin-right: 7px;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 0;
	float: left;
}

.green_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.green_button a:hover{
	color: #1f2f0d;
	text-decoration: none;
}

/*////////////// Black Button ///////////////*/
.black_button {
    width: auto;
    height: auto;
    font: 11px arial;
    text-align: left;
	text-transform: uppercase;
    padding: 6px 0 12px 20px;
    background: url(../images/black_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.black_buttonend {
    width: auto;
    height: auto;
    padding: 6px 20px 12px 0;
    background: url(../images/black_buttonend_bg.png) no-repeat top right;
    float: left;
    margin: 12px 7px 0 0;
}

.black_button a{
	color: #FFFFFF;
	text-decoration: none;
}

.black_button a:hover{
	color: #999999;
	text-decoration: none;
}

/*////////////// White Button ///////////////*/
.white_button {
    width: auto;
    height: auto;
    font: 11px arial;
    text-align: left;
	text-transform: uppercase;
    padding: 6px 0 12px 20px;
    background: url(../images/white_button_bg.png) no-repeat top left;
    color: #7c7c7c;
}

.white_buttonend {
    width: auto;
    height: auto;
    padding: 6px 20px 12px 0;
    background: url(../images/white_buttonend_bg.png) no-repeat top right;
    float: left;
    margin: 12px 7px 0 0;
}

.white_button a{
	color: #333333;
	text-decoration: none;
}

.white_button a:hover{
	color: #666666;
	text-decoration: none;
}

/*------------------------------- HEADINGS ----------------------------------*/

h1, h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	color: #222222;
	font-weight: bold;
	margin: 12px 0 0 0;
}

/*------------------------------- LISTS ----------------------------------*/

ul {
	margin: 0;
	padding: 0;
}

/*------------------------------- MISC CLASSES and ID's ----------------------------------*/

/*////////////// Site Elements Styling ///////////////*/
img {
	border: 0!important;
}

a {
	color: #00566C;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:focus {
	outline: none;
}

acronym {
	cursor: help;
}

/*////////////// Logo (Displayed on top Navigation) ///////////////*/
.logo {
	float: left;
	margin: 0 80px 0 0;
}

.backtotop {
	width: 860px;
	height: 20px;
	border-bottom: 1px solid #93ac77;
	margin: auto;
	margin-bottom: 10px;
	margin-top: -20px;
}

.top {
	float: right;
}

/*////////////// Search form (Displayed on top Navigation) ///////////////*/
#searchform {
	width: 100px;
	height: 20px;
	float: right;
	color: #999999;
	margin-top: 14px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
    
}

#searchform label {
    float: left;
    margin-top: 4px;
	font-weight: normal;
	font-size: 11px;
}

#searchform input {
    width: 124px;
    height: 17px;
    background: url(../images/searchinput_bg.gif) no-repeat #FFFFFF;
    float: right;
    margin-right: 6px;
    border: 0;
    font-size: 11px;
    padding: 3px;
    padding-bottom: 0;
    color: #555555;
}

#searchform button {
    width: 34px;
    height: 20px;
    background: url(../images/searchbutton_bg.gif) no-repeat;
    float: right;
    border: 0;
    font-size: 11px;
    padding: 0;
    padding-top: 2px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
}

/*---------------------- CONTACT FORM ---------------------*/

.contactform {
	margin:0px;
	font-size:11px;
	width:600px;
	text-align: left;
}

.contactform input {
	padding:3px;
	border:1px solid #21340b;
	width:180px; height:14px;
	font-size:11px;
}

.contactform textarea {
	padding:3px;
	border:1px solid #21340b;
	width:300px;
	height:100px;
	font-size:11px;
}

.error {
	border:1px solid #990000; background-color:#D70000; color:#FFFFFF; padding:5px;width:383px;
}

.contactform label {
	min-width: 150px;
	float: left;
	padding:4px;
	padding-left: 0;
	font-weight: bold;
}

input.sendbutton {
	margin-top:10px;
	display:block;
	border:1px solid #21340b;
	width:100px;
	height:20px;
	font-size:11px;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
	line-height:14px;
	background-color:#EFEFEF;
	cursor: pointer;
}

#centerimages {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
#centerimages2 {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
#centerimages1 {
	width: 487px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
#centerimages3 {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
th{
	  background: url(../images/white_button_bg.png) repeat ;
	  color:#00566C;
}
tr{

	background-color:#EBEBEB;
	}
