﻿/*Control panel*/
.controlpanel{ background:#FFF; border:#B1BDC5 solid; border-width:0px 0px 2px; }
.controlpanel IMG{ margin:15px 5px 0px; }
.controlpanel TD TD TD TD IMG{ margin:0px; }
.controlpanel TD TD TD{ width:auto; }
.controlpanel DIV{ border:#B1BDC5 solid; border-width:0px 1px; width:3px; height:100px; }
.controlpanel TD .SubHead{ background:#B1BDC5; font-size:12px; color:#626262; font-weight:bold; }
.controlpanel TD TD TD .SubHead{ background:transparent; border:0px; font-size:11px; color:#626262; font-weight:normal; }
.controlpanel TD TD TD input{ background:#EFEFEF; font-size:11px; color:#000; font-weight:bold; padding-left:4px; }
.controlpanel TD TD TD select{ background:#EFEFEF; font-size:11px; color:#626262; }
.controlpanel A.CommandButton{ font-size:10px; text-decoration:none; }
.controlpanel A.CommandButton:link{ color:#000; text-decoration:none; }
.controlpanel A.CommandButton:visited{ color:#000; text-decoration:none; }
.controlpanel A.CommandButton:active{ color:#000; text-decoration:none; }
.controlpanel A.CommandButton:hover{ color:#F00; text-decoration:underline;}

/* background color for the content part of the pages */
Body{
	background-color:#f5f8da;
}
/* Panes */
.Flash{
	width:565px;
}

.LeftPane{
	padding:0px 0px 0px 0px;
}
.ContentPane{
	background-color:#FFFFFF;
}

.topPane{
/* Haut -- -- droite */ 
	padding:10px 0px 10px 10px;
}
.PaneDroite{
/* Haut -- -- droite */ 
	padding:10px 0px 10px 10px;
}
.RightPane{
}
.LigneEnHaut{
	/*BORDER-TOP: white 1px solid;*/
}
.LigneEnBas{
	/*BORDER-BOTTOM: white 1px solid;*/
}
/* GENERAL */
/* style for module titles */
.Head  {
    font-family:MS Sans Serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#676596;
}
/* style of item titles on edit and admin pages */
.SubHead   {
    font-family:MS Sans Serif, Arial, Helvetica;
    font-size:11px;
    font-weight:bold;
    color:#494949;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead{
    font-family:MS Sans Serif, Arial, Helvetica;
    font-size:11px;
    font-weight:bold;
    color:#FFF;
}
/* text style used for most text rendered by modules */
.Normal{
    font-family:sans-serif, Arial, Helvetica;
    font-size:11px;
    font-weight:normal;
    color:#000;
}
.H1{
    font-family:sans-serif, Arial, Helvetica;
    font-size:11px;
    font-weight:normal;
    color:#000;
}
.NormalWhite{
    font-family:sans-serif, Arial, Helvetica;
    font-size:11px;
    font-weight:normal;
    color:White;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
    font-family:MS Sans Serif, Arial, Helvetica;
    font-size:11px;
    font-weight:normal;
    color:#000;
}
/*_____________________________________________________*/

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton{
    font-family:MS Sans Serif, Arial, Helvetica;
    font-size:11px;
    font-weight:normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link{
    text-decoration:none;
    color:#626262;
}
A.CommandButton:visited{
    text-decoration:none;
    color:#626262;
}
A.CommandButton:hover{
    text-decoration:underline;
    color:#F00;
}
A.CommandButton:active{
    text-decoration:none;
    color:#626262;
}
th,td,div,input,textarea{
    font-family:MS Sans Serif, Arial, Helvetica;
    font-size:11px;
    font-weight:normal;
    color:#000000;
}
/*_____________________________________________________*/
/* Common links */
A:link{
    text-decoration:underline;
    color:#626262;
}
A:visited{
    text-decoration:underline;
    color:#626262;
}
A:hover{
    text-decoration:none;
    color:#F00;
}
A:active{
    text-decoration:underline;
    color:#626262;
}
HR{
    height:1px;
}
/*_____________________________________________________*/
/* Main Menu */
.MainMenu_MenuContainer{
	background:transparent;
	/*width:120px;*/
	padding-left:0px !important;
	margin-right:0px;
	margin-left:0px;
	}

.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem{
	color:#5c0000;
	Font-weight:bold;
	font-size:12px;
	font-family: Arial ;
	padding:0px 15px 2px 10px;
	border:1px #dfe6a2 solid;
	border-width:1px 0px;
}
.submenuitembreadcrumb{
	color:#5c0000;
	Font-weight:bold;
	font-size:12px;
	font-family: Arial ;
	/*padding:2px 15px 2px 10px;*/
	border:1px #dfe6a2 solid;
	border-width:1px 0px;
}
.submenuitemselected{
	color:#FFFFFF;
	Font-weight:bold;
	font-size:12px;
	font-family: Arial ;
	/*padding:2px 15px 2px 10px;*/
	background:#660000;
	border:1px #dfe6a2 solid;
	border-width:1px 0px;	
}
.submenu{
	z-index:1000;
	border:1px #FFF solid;
	padding:0px; margin-left:0px;
	background:#dfe6a2;
}
.rootmenuitem TD{ 
	color:#5c0000;
	font-weight:bold;
	font-size:9px;
	font-family: times, verdana, sans-serif ;
	padding:0px 4px 10px !important;
	background:transparent;
	height:41px;
}
.MyrootMenu TD{ 
	/*color:#5c0000;*/
	font-weight:bold;
	font-size:9px;
	font-family: times, verdana, sans-serif ;
	padding:0px 4px 10px !important;
	background:transparent;
	height:41px; */
}
.rootmenuitembreadcrumb TD{ 
	color:#5c0000;
	Font-weight:bold;
	font-size:9px;
	font-family: times, verdana, sans-serif ;
	padding:0px 4px 10px !important;
	background:#dfe6a2;
	height:41px;
}
.rootmenuitemselected TD{
	color:#5c0000;
	Font-weight:bold;
	font-size:9px;
	font-family: times, verdana, sans-serif ;
	padding:0px 4px 10px !important;
	background:#dfe6a2;
	height:41px;
}
/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/*Custom classes*/

#head1{
	background:url(media/bg_head.gif);
	width:780px;
	height:46px;
	margin-top:20px;
}
#head2{
	background:url(media/curve_head_left.jpg) no-repeat left;
	height:46px;
}
#head3{
	background:url(media/curve_head_right.jpg) no-repeat right;
	height:46px;
}
#head4{
	width:740px;
	text-align:right;
	padding:17px 0px 0px;
	color:#FFF;
}
#header1{
	background:url(media/bg_header_main.jpg);
	width:780px;
	height:106px;
}
#header2{
	background:url(media/bg_header_left.gif) no-repeat left;
	height:106px;
}	
#header3{
	background:url(media/bg_header_right.gif) no-repeat right;
	height:106px;
}	
#header4{
	background:url(media/bg_header_laptop.jpg) no-repeat right;
	width:748px;
	height:106px;
}	
#header5{
	width:748px;
	text-align:left;
	padding:10px;
}


#breadcrumb{
	font-size:9px;
	padding:15px 50px 10px 100px;
	color:#000;
}
.breadcrumb{
	font-size:9px;
	text-decoration:none;
}
a.breadcrumb:link{
	color:#000;
	text-decoration:none;
}
a.breadcrumb:visited{
	color:#000;
	text-decoration:none;
}
a.breadcrumb:hover{
	color:#FFF;
	text-decoration:none;
}
a.breadcrumb:active{
	color:#000;
}
.linksbottom{
    font-size:9px;
}
a.linksbottom:link{
    color:#626262;
	text-decoration:none;
}
a.linksbottom:visited{
    color:#626262;
	text-decoration:none;	
}
a.linksbottom:hover{
    color:#FFF;
	text-decoration:none;	
}
a.linksbottom:active{
    color:#626262;
	text-decoration:none;	
}
.linkstop{
    font-family:MS Sans Serif, Arial, Helvetica;
    font-size:11px;
}
a.linkstop:link{
    color:#FFF;
	text-decoration:none;
}
a.linkstop:visited{
    color:#FFF;
	text-decoration:none;	
}
a.linkstop:hover{
    color:#FFF;
	text-decoration:none;	
}
a.linkstop:active{
    color:#FFF;
	text-decoration:none;	
}
.footer{
    font-size:9px;
    color:#660000;
}
a.footer:link{
    color:#660000;
	text-decoration:none;
}
a.footer:visited{
    color:#660000;
	text-decoration:none;	
}a.footer:hover{
    color:#660000;
	text-decoration:none;	
}
a.footer:active{
    color:#660000;
	text-decoration:none;	
}