@charset "utf-8";

/* CSS Document */
body,html {
 height: 100%;
 margin: 0;
 padding: 0;
}

h1,h2,h3,h4,p,li,ul,a,form,input,script,div,label {
 margin: 0;
 padding: 0;
}

#container {
 width: 797px;
 margin-left: auto;
 margin-right: auto;
 padding: 0 47px 0 46px;
 background-repeat: no-repeat;
 height: 100%;
}

#content {
 width: 100%;
 padding: 0 1px;
 background-color: #FFFFFF;
}

a {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: normal;
 color: #df8648;
}

a:hover {
 text-decoration: none;
}

h1 {
 font-family: "Century Gothic";
 font-size: 22px;
 color: #FFFFFF;
 margin: 0;
 padding-left: 6px;
 padding-bottom: 3px;
 font-weight: normal;
 /*float:left;*/
}

h2 {
 font-family: "Century Gothic";
 font-size: 18px;
 color: #002c53;
 font-weight: normal;
 padding: 15px 0px 15px 12px;
 line-height: 18px;
}

h3, #subtitle div, subtitle {
 font-family: "Century Gothic";
 font-size: 15px;
 color: #ffffff;
 font-weight: normal;
 padding-left: 12px;
 padding-bottom: 15px;
 line-height: 16px;
}

.subtitle {
 color:#DF8648;
 font-family:"Century Gothic";
 font-size:16px;
 font-weight:normal;
 padding-left:10px;
}

h4{
 font-family:"Tahoma";
 font-size:11px;
 font-weight:bold;
 color:#002c53;
 padding: 10px 6px 10px 0px;
}

p {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: normal;
 color: #333333;
 padding-left: 6px;
 padding-right: 6px;
 margin-bottom: 15px;
}

ul {
 padding-left: 40px;
 padding-bottom: 15px;
}

li {
 line-height: 14px;
}

#header {
 background-color: #FFFFFF;
 background-image: url(../img/global/header.jpg);
 background-repeat: no-repeat;
 background-position: left bottom;
 height: 107px;
}

#newsletter {
 background-image: url(../img/global/background_newsletter.jpg);
 background-repeat: no-repeat;
 height: 130px;
 margin-left: 1px;
}

#main_picture {
 background-position: left top;
 background-repeat: no-repeat;
 height: 292px;
}

#main_picture .cycle {
  position: relative;
  top:0;
  left:0;
  height:292px;
}
#main_picture .cycle img {
  position: absolute;
  top:0;
  left:0;
}

#title {
 background-color: #919da4;
 margin-top: 1px;
}

#main_content {
 width: 100%;
}

#main_content h2 {
 font-family: "Century Gothic";
 font-size: 22px;
 color: #002c53;
 padding: 15px 0px 12px 10px;
 line-height: 18px;
}

#subtitle h2 {
 font-family: "Century Gothic";
 font-size: 18px;
 color: #002c53;
 font-weight: normal;
 padding: 15px 0px 15px 12px;
 line-height: 18px;
}

#main_content h3 {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: bold;
 color: #002c53;
 padding: 10px 6px 10px 12px;
}

#main_content p {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: normal;
 color: #333333;
 padding-left: 12px;
 padding-right: 6px;
}

#main_content li {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: normal;
 color: #333333;
}

#news_left_column {
 width: 100%;
 height: 37px;
 background-repeat: no-repeat;
}

/*----------------------------Les classes ---------------------------------------------*/

.slogan_header {
 font-family: "Century Gothic";
 font-size: 15px;
 color: #333333;
 font-style: normal;
}

.input_search {
 font-family: "Tahoma";
 font-size: 10px;
 font-weight: normal;
 background-color: #e8ebec;
 color: #85949b;
 border: 0px;
 height: 14px;
 padding-top: 3px;
 padding-bottom: 1px;
 width: 182px;
 -webkit-appearance: none;
 border-radius: 0;
 border:none;
}

.news_date {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: bold;
 color: #df8648;
 padding: 10px 6px 0px 6px;
}

.news_title {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: bold;
 color: #002c53;
 padding: 10px 6px 5px 6px;
}

.news_link a, a.view_map_link  {
 font-family: "Tahoma";
 font-size: 10px;
 font-weight: bold;
 color: #88898c;
 text-decoration: underline;
 padding-left: 6px;
 padding-right: 6px;
}

.news_link a:hover, a.view_map_link:hover  {
 color: #002c53;
}


.dot_background {
 background-image: url(../img/global/dot.gif);
 background-repeat: repeat-x;
 height: 1px;
 line-height: 1px;
 font-size: 1px;
}

.newsletter_line1_part1 {
 font-family: "Century Gothic";
 font-size: 16px;
 font-weight: bold;
 color: #002c53;
}

.newsletter_line1_part2 {
 font-family: "Century Gothic";
 font-size: 14px;
 font-weight: normal;
 color: #002c53;
 line-height: 16px;
}

.newsletter_line3 {
 font-family: "Century Gothic";
 font-size: 16px;
 line-height: 18px;
 font-weight: normal;
 color: #002c53;
}

/*------------------------------------------------- forms -----------------------------------------------------*/

.error-msg {
  font-family        : Tahoma;
  font-size          : 11px;
  color              : #ff0000;
  font-weight        : bold;
}

.contact-form {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: normal;
 color: #333333;
}

.contact-form  td {
 padding-left:12px;
 padding-right:12px;
 vertical-align: top;
}

.contact-form h2 {
 font-family: "Century Gothic";
 font-size: 18px;
 color: #002c53;
 font-weight: normal;
 padding: 15px 0 15px 12px;
 line-height: 18px;
}
 

.contact-form h3 {
 font-family: "Century Gothic";
 font-size: 14px;
 color: #002c53;
 font-weight: normal;
 padding: 15px 0 15px 12px;
 line-height: 15px;
}

.contact-form .required {
 color: #ff0000;
}

.contact-form .input, .contact-form .fileinput {
 font-family: "Tahoma";
 font-size: 10px;
 font-weight: normal;
 background-color: #ffffff;
 color: #85949b;
 width: 100%;
 height: 16px;
 border: 1px solid #97a3aa;
 margin:0 0 10px 0;
}
.contact-form .fileinput {
 font-family: "Tahoma";
 font-size: 10px;
 font-weight: normal;
 background-color: #ffffff;
 color: #85949b;
 width: 100%;
 height: 20px;
 border: 1px solid #97a3aa;
 margin:0 0 10px 0;
}

.contact-form .textarea {
 font-family: "Tahoma";
 font-size: 10px;
 font-weight: normal;
 background-color: #ffffff;
 color: #85949b;
 width: 100%;
 border: 1px solid #97a3aa;
 margin:0 0 10px 0;
}

.contact-form .dropdown {
 border: #84939a 1px solid;
 font-family: "Tahoma";
 font-size: 10px;
 font-weight: normal;
 /*background-color: #f3f3eb;*/
 color: #000000;
 width: 100%;
 height: 18px;
 margin:0 0 10px 0;
}

.submitbutton{
 background-color: transparent;
 background-image: url(../img/global/newsletter_submit.gif);
 background-repeat:no-repeat;
 background-position: right;
 padding-right:20px;
 border:none;
 border:none;
 color: #333333;
 height: 18px;
 cursor: pointer;
}

/*----------------------------top menu header------------------------------------------*/
.langselector {
 float: left;
 margin-left:2px;
}
.langselector a {
 display: block;
 text-align: center;
 font-family: Tahoma;
 font-weight: bold;
 font-size: 10px;
 color: #ffffff;
 width: 101px;
 height: 22px;
 text-decoration: none;
 padding-top: 4px;
 background: url("../img/global/button/button_header_lang_off.jpg") 0 0 no-repeat;
}

.langselector a:hover {
 color: #002c53;
 background: url("../img/global/button/button_header_lang_on.jpg") 0 0 no-repeat
  ;
}

.top_menu_left a,.top_menu_center a,.top_menu_right a {
 display: block;
 text-align: center;
 font-family: Tahoma;
 font-weight: bold;
 font-size: 10px;
 color: #ffffff;
 width: 122px;
 height: 22px;
 text-decoration: none;
 padding-top: 4px;
 float: right;
}

.top_menu_left a {
 background: url("../img/global/button/button_header_left_off.jpg") 0 0
  no-repeat;
}

.top_menu_left a:hover, .top_menu_left a.selected {
 color: #002c53;
 background: url("../img/global/button/button_header_left_on.jpg") 0 0 no-repeat
  ;
}

.top_menu_center a {
 background: url("../img/global/button/button_header_center_off.jpg") 0 0
  no-repeat;
}

.top_menu_center a:hover, .top_menu_center a.selected {
 color: #002c53;
 background: url("../img/global/button/button_header_center_on.jpg") 0 0
  no-repeat;
}

.top_menu_right a {
 background: url("../img/global/button/button_header_right_off.jpg") 0 0
  no-repeat;
}

.top_menu_right a:hover, .top_menu_right a.selected {
 color: #002c53;
 background: url("../img/global/button/button_header_right_on.jpg") 0 0
  no-repeat;
}

/*------------------------------------------------------eNewsleter-----------------------------------------*/

#inewsblitz_contact_email_1_label {
  display:none; 
}

#inewsblitz_send {
 /*display:inline;*/
 float:left;
 margin-top: 1px;
 margin-left: 3px;
}
#inewsblitz_send input {
 border:none;
 color: #8C99A0;
 background-color: transparent;
 width: 18px;
 height: 18px;
 background-image: url(../img/global/newsletter_submit.gif);
 font-size: 0px;
 cursor: pointer;
}

#inewsblitz_contact_email_1 {
 /*display:inline;*/
 float:left;
 vertical-align: top;
 background-image: url(../img/global/newsletter_round_corner.gif); 
 background-position: left; 
 background-repeat: no-repeat; 
 padding-left:10px;
}

#inewsblitz_contact_email_1 input, 
.input_newsletter {
 font-family: "Tahoma";
 font-size: 10px;
 font-weight: normal;
 background-color: #ffffff;
 color: #85949b;
 width: 170px;
 height: 16px;
 border-bottom: 1px solid #97a3aa;
 border-right: 1px solid #97a3aa;
 border-top: 1px solid #97a3aa;
 border-left: 0px solid #97a3aa;
 /*margin:1px 0;*/
}


/* -----------------------------------------------------------------*/

#subtitle_experience {
 background-image: url(../img/global/background_subtitle_experience.jpg);
 background-repeat: no-repeat;
 background-color: #97a3a8;
}


#search_experience_top {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: normal;
 color: #333333;
 padding-top:14px;
 padding-left:10px;
}

#search_experience_top select {
 border: #84939a 1px solid;
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: normal;
 color: #000000;
 margin-bottom: 5px;
 width:230px;
}


/*------------------------------------------------- class default text --------------------------------------------------*/

.defaulttextcontent{
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: normal;
 color: #333333;
 padding-left: 12px;
 padding-right: 10px;
 margin-bottom: 20px;
 margin-top: 10px;
 clear: both;
}


.defaulttextcontent img{
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 2px;
 padding-left: 3px;
}

.dynamic-text-closed p,
.dynamic-text-open p {
 margin-left:0 !important;
 padding-left:0 !important;
}

.dynamic-text-closed{
  background-color: inherit;
}

.dynamic-text-closed h4{
  cursor:pointer;
  color:#DF8648;
  text-decoration: underline;
}
.dynamic-text-closed h4:hover{
  text-decoration: none;
}

.dynamic-text-open{
  background-color: #F2F4F7;
}
.dynamic-text-open h4{
  cursor:pointer;
  color: #002C53;
  font-weight:bold;
}
.content-date{
 font-family:"Tahoma";
 font-size:11px;
 font-weight:bold;
 color:#df8648;
 padding: 10px 6px 0px 0px;
}

.content-date{
 font-family:"Tahoma";
 font-size:11px;
 font-weight:bold;
 color:#df8648;
 padding: 10px 6px 0px 0px;
}

.dynamic-text a{
 font-family:"Tahoma";
 font-size:11px;
 font-weight:bold;
 color:#df8648;
 padding: 10px 6px 0px 6px;
}

.text-list-title{
 font-family:"Tahoma";
 font-size:14px;
 font-weight:bold;
 color:#002c53;
 padding: 25px 6px 10px 0px;
}



/*--------------------------------------------------------footer-------------------------------------------*/
#footer {
 height: 49px;
 margin-top: 35px;
 color: #b1b1b1;
 font-family: "Tahoma";
 font-size: 10px;
}

#footer a {
 color: #df8648;
 text-decoration: none;
}

#footer a span {
 color: #b1b1b1;
 font-size: 10px;
 text-decoration: none;
}

a.ftp,a.owa,a.pmc,a.sendit {
 float: left;
 display: block;
 width: 36px;
 height: 26px;
 background-repeat: no-repeat;
}

a.ftp {
 background-image: url(../img/global/button/button_ftp_off.jpg);
}

a.ftp:hover {
 background-image: url(../img/global/button/button_ftp_on.jpg);
}

a.owa {
 background-image: url(../img/global/button/button_owa_off.jpg);
}

a.owa:hover {
 background-image: url(../img/global/button/button_owa_on.jpg);
}

a.pmc {
 background-image: url(../img/global/button/button_pmc_off.jpg);
}

a.pmc:hover {
 background-image: url(../img/global/button/button_pmc_on.jpg);
}
 
a.sendit {
 background-image:url(../img/global/button/button_you_send_it_off.jpg);
}

a.sendit:hover {
 background-image:url(../img/global/button/button_you_send_it_on.jpg);
}





/* --------------------------------------- Search -------------------------------------- */

.search-entity-title {
  font-family        : Verdana;
  font-size          : 12px;
  font-weight        : bold;
  color              : #666666;
}

.search-link {
  font-family        : Verdana;
  font-size          : 11px;
  font-weight        : bold;
  color              : #666666;
  text-decoration    : underline;
}

.search-txt {
  font-family        : Tahoma;
  font-size          : 11px;
  color              : #666666;
}

.search-highlight {
  background-color   : #ffff00;
}

.search-highlight-link {
  background-color   : #ffff00;
  text-decoration    : underline;
}

.search-error-msg {
  font-family        : Tahoma;
  font-size          : 11px;
  color              : #ff0000;
  font-weight        : bold;
}


