/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	background-color: #73546e;
	width: 100%;
  height: 100%;
}
.logopane {
	background: #50294a url("rond.jpg") no-repeat;
	padding: 127px 0 0 20px;
}
.actuspane {
	background: #50294a url("actus.png") no-repeat 0 7px;
}
.ronddroite {
	background: transparent url("ronddroite.jpg") no-repeat 0 113px;  
}
.langpane {
	background: transparent url("langbg.png") no-repeat;
	padding-right: 28px;
}
.contentpane {
  padding: 28px 30px 20px 90px;
}
.actuspane {
  padding: 78px 30px 20px 90px;
}
.copypane {
  padding: 3px 0;
}
/* Main Menu */
.MainMenu_MenuBar {
  background-color: #50294a;
  border-top: white dashed 1px;
  border-bottom: white dashed 1px;
	padding: 7px 18px;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	color: white;
  font-family: Segoe UI, Arial;
  font-size: 12px;
	background-color: transparent;
  font-weight: normal;
	border: none;
	text-transform: uppercase;
}
.MainMenu_MenuIcon {
	background-color: #73546e; 
	border-left: #73546e 1px solid; 
	border-bottom: #73546e 1px solid; 
	border-top: #73546e 1px solid; 
	cursor: pointer; 
	text-align: center; 
	width: 0;
	height: 0;
}
.MainMenu_SubMenu {
	background-color: #73546e;
	border: #EEEEEE 1px solid;
	z-index: 1000; 
	cursor: pointer; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	background-color: Transparent;
	border: none; 
}
.MainMenu_MenuItemSel {
	border: none; 
	cursor: pointer; 
	color: white;
  font-family: Segoe UI, Arial;
  font-size: 12px;
	background-color: transparent;
  font-weight: normal;
	text-transform: uppercase;
}
.MainMenu_MenuArrow {
	border: 0;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
	font-family: Segoe UI, Arial, Verdana;
  color: white;
  font-size: 13px;
}
table {
	font-family: Segoe UI, Arial, Verdana;
  color: white;
  font-size: 13px;
}
/* LINKS */
A:link, A:visited, A:active {
  text-decoration: underline;
  color: white;
}
A:hover {
  text-decoration: underline;
    color: #f5d8ed;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
  color: #b9aab7;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #b9aab7;
}
.copyright a:hover {
  color: white;
}
/* style for module titles */
.Head   {
    font-family: Arial;
  color: #b9aab7;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
  color: #b9aab7;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
  color: #b9aab7;
}
.Help {
  background-color: #f2f2f2;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #b9aab7;
}   
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
  text-decoration: underline;
  color: #b9aab7;
}
A.CommandButton:hover    {
  text-decoration: underline;
color: #791112;
}



