/*
================================
Skin styles 
================================
*/

/* styles de base */
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #888888;
}

.skinmaster { /* modifié pour ceficem */
	width: 986px;
	border: #000000 0px solid;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
}

.skinheader { /* modifié pour ceficem */
	background-color: #545454;
	font-size: 10px;
}

.skingradient { /* modifié pour ceficem */
	background-color: #545454;
	height: 16px;
	/*border-left: #bbbbbb 1px solid;*/
	border-right: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.toppane {
	background-color: transparent;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-right: #bbbbbb 1px solid;
	border-left: #bbbbbb 1px solid;
}

.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
}

.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
}

.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 3px;
}

.main_dnnmenu_container {
	background-color: transparent; 
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
	font-size: 11px;
}

.main_dnnmenu_rootitem  { /* modifié pour ceficem */
	cursor: hand;
	color: #ffffff;
	font-size: 8.5pt;
	font-weight: bold;
	font-style: normal;
	vertical-align:bottom;
	background-color: #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	white-space: wrap;  /*Word wrapping menu item now optional*/
	text-transform: uppercase;
	border-right: #bbbbbb 1px solid;
	padding: 2px 18px 1px 18px;
	height: 20px;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal; 
	background-color: #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_itemhover {
	background-color: #bbbbbb;
}

.main_dnnmenu_itemselected {
	background-color: #e0811c;
}

.main_dnnmenu_itemactive {
	background-color: #e0811c;
}

.main_dnnmenu_itemhover td {
	background-color: #8da4d3; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand; 
}

.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 8.5pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}

/* Style appliqué par défaut aux titres des modules*/
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
/* 
==============
Styles ajoutes 
==============
*/
.LoginSkinObject {
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
}

A.LoginSkinObject:link {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

A.LoginSkinObject:visited  {
}

A.LoginSkinObject:active   {
}

A.LoginSkinObject:hover    {
    text-decoration: underline;
}

.UserSkinObject {
   	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	padding: 0px 3px 0px 5px;
}

A.UserSkinObject:link {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

A.UserSkinObject:visited  {
}

A.UserSkinObject:active   {
}

A.UserSkinObject:hover    {
    text-decoration: underline;
}

.MenuHaut { /**/
	color: #F2932E;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: Transparent;
}

A.MenuHaut_item:link { /**/
	color: #F2932E; 
	cursor: pointer; 
	cursor: hand;
}

A.MenuHaut_item:visited { /**/
	color: #F2932E;
}

A.MenuHaut_item:hover { /**/
	color: #FFFFFF;
    text-decoration: none;
}

A.MenuHaut_item:active { /**/
	color: #FFFFFF;
}

.OngletLogin {
	background-color: #7F7F7F;
	border-left: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	border-right: #bbbbbb 1px solid;
	text-align: right;
	font-size: 9px;
	padding-right: 7px;
}

.Fond {
	background-color: #f2f3f5;
}