/*                                              Main Menu                                                             */


.MainMenu_MenuContainer {
    height:10px;
    background-color: transparent;
}

.MainMenu_MenuBar {  
    height:10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: transparent;
    cursor: pointer;
}

.MainMenu_MenuItem {  
    background-color: #DDDBCE;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    border-left: 0;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right:0;
    text-align:left;
   /* margin-left:5px;*/
    width:185px;
}

.MainMenu_MenuIcon {  
    display:none;
}

.MainMenu_SubMenu {  
    background-color: transparent;
    height:15px;
    z-index:100;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    border-left:0;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right:0;
	width:185px;
}
  
.MainMenu_MenuBreak {
    border-bottom: #EEEEEE 10px solid;
    border-left: #EEEEEE 10px solid;
    border-top: #EEEEEE 10px solid; 
    border-right: #EEEEEE 10px solid;
    background-color: #EEEEEE;
    height: 10px;
}
.MainMenu_MenuItemSel {  
    background-color: #FF6E00;
    border-left: transparent 1px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: transparent 1px solid;
}

.MainMenu_MenuArrow {  
   display: none;
  width:0px;
    /* background-color:transparent;
    border-left: transparent 1px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 1px solid;*/
}

.MainMenu_RootMenuArrow {  
    width:0px;
    background-color:transparent;
}

.MainMenu_RootMenuItemBreadcrumb {  
    background-color: #FF6E00;    
    color: #fff;
}

.MainMenu_SubMenuItemBreadcrumb {  
    background-color: #FF6E00; 
    color: #fff;
}

.MainMenu_RootMenuItem {  
    background-color: white;
    text-align:left;
    color:#333333;
    margin-left:0;
    padding-left:0;

}

.MainMenu_RootMenuItemActive
{  
    background-color: #FF6E00;
    /*margin-left:15px; */
    color: #fff;
}

.MainMenu_SubMenuItemActive {  
    background-color: #FF6E00;   
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    border-left:0;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right:0;
    width:185px;
}

.MainMenu_RootMenuItemSelected {  
    background-color: #F1F0E9;    
    color: #FF6E00;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align:left;
    width:170px;
}

.MainMenu_SubMenuItemSelected {  
    background-color: #F1F0E9;     
    color: #FF6E00;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    border-left:0;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right:0;
    width:185px;
}

.MenuCG88_td {
  background: url(/cg88/Portals/_default/Skins/CG88/./images/interface/filet.png) no-repeat top center;
 /* height:1.2em;*/
  width:158px;
  margin: 0;
  padding:10px 1px 3px;
  font-size: 1.1em;
  vertical-align: middle;
  text-align:center;
}

.MenuCG88_td  img {
	display:none;
}

.MenuCG88_td_root {
  height:1.2em;
  margin: 0 0 0 0;
  padding:1px;
  font-size: 1em;
  vertical-align: top;
  text-align:center;
  /*width:100%;*/
}

.MenuCG88_table_root {
  text-align:center;
  width:100%;
}        



/******************************************************************************/
/*                                      Search                                */
.SearchBox {
 text-align:left;
 background-color: transparent;
 margin: 2px 0 0 0;
 height: 1em;
 width: 90%;
 border-top: #666666 1px solid;
 border-right: #666666 1px solid;
 border-bottom: #666666 1px solid;
 border-left: #666666 1px solid;
 padding: 0px;
 color: #666666;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 font-variant: normal;
}

.SearchTD {
 width:184px;
 height:2.5em;
}

#milieu_gauche_haut_recherche p {
  padding:0;
}


/*********************************************************************************/
/*                                    Lightbox                                   */
/* Version 2.04 */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/***************/
/* Version 2.0 */
/*#overlay
{ 
background-image: 
 url(http://cg88.groupe-belink.fr/portals/_default/LightBox2/images/overlay.png); 
}

* html #overlay{
background-color: #000;
background-color: transparent;
background-image: url(http://cg88.groupe-belink.fr/portals/_default/LightBox2/images/blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="http://cg88.groupe-belink.fr/portals/_default/LightBox2/images/overlay.png", sizingMethod="scale");
}

#lightbox{
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}


#lightboxDetails
{
font-size: 0.8em;
padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }*/



