/*** GENERAL ***/
html, body {
  margin: 0px;
  padding: 0px;
}
html {

}
body {
  background-color: #ffffff;
}
img { border: 0px; }
.clear { clear: both; }
.global {
  margin: auto;
  width: 100%;
}
.global .globalContainer {
  margin: auto;
  width: 1000px;
}
.LTR, .RTL { background-color: #48697c; }

/*** TOP AND HEADER ***/
.top {
  background-image: url(/App_Themes/GroupeSynergis/bg.jpg);
  background-repeat: repeat-x;
}
.top .header {
  background-color: #fefefe;
  margin: auto;
  width: 1000px;
}
.top .header .menu {
  background-image: url(/App_Themes/GroupeSynergis/menu.jpg);
  background-repeat: no-repeat;
  color: #46697c;
  font-family: Arial, Verdana;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  height: 45px;
  width: 1000px;
}
.top .header .menu .control {
  padding: 8px 0px 0px 40px;
}
.CMSMenu td:hover,
.subCMSMenu td:hover {
  color: #02864a;
}
.subCMSMenu {
  background-color: #e0e0e0;
  border: 1px solid #46697c;
}
#plc_lt_ZoneMenu_cmsmenu_menuElem-000 { 
  padding-right: 83px; 
  -moz-padding-end: 85px;
}
#plc_lt_ZoneMenu_cmsmenu_menuElem-001 { 
  padding-right: 89px;
  -moz-padding-end: 89px;
}
#plc_lt_ZoneMenu_cmsmenu_menuElem-002 { 
  padding-right: 103px; 
  -moz-padding-end: 103px;
}
#plc_lt_ZoneMenu_cmsmenu_menuElem-003 { 
  padding-right: 92px; 
  -moz-padding-end: 89px;
}
#plc_lt_ZoneMenu_cmsmenu_menuElem-004 { 
  padding-right: 54px;
  -moz-padding-end: 57px;
}
.menuEn #plc_lt_ZoneMenu_cmsmenu_menuElem-000 { 
  padding-right: 83px; 
  -moz-padding-end: 85px;
}
.menuEn #plc_lt_ZoneMenu_cmsmenu_menuElem-001 { 
  padding-right: 89px;
  -moz-padding-end: 89px;
}
.menuEn #plc_lt_ZoneMenu_cmsmenu_menuElem-002 { 
  padding-right: 103px; 
  -moz-padding-end: 103px;
}
.menuEn #plc_lt_ZoneMenu_cmsmenu_menuElem-003 { 
  padding-right: 98px; 
  -moz-padding-end: 98px;
}
.menuEn #plc_lt_ZoneMenu_cmsmenu_menuElem-004 { 
  padding-right: 54px;
  -moz-padding-end: 50px;
}

/*** CONTAINER ***/
.container { background-color: #ffffff; }
.container .topContent {
  background-image: url(/App_Themes/GroupeSynergis/contenu_top.gif);
  background-repeat: no-repeat;
  height: 18px;
  width: 1000px;
}
.container .middleContent {
  margin: 0px 25px 0px 25px;
}
.container .bottomContent {
  background-image: url(/App_Themes/GroupeSynergis/contenu_bas.gif);
  background-repeat: no-repeat;
  height: 13px;
  width: 1000px;
}

/*** COPYRIGHT ***/
.copyright {
  font-family: Arial, Verdana;
  font-size: 12px;
  margin-top: 10px;
}
.copyright a { color: #ffffff; }
.copyright a:hover { text-decoration: none; }
.copyright div {
 color: #ffffff;
 text-align: center;
}
