/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/
.pagemaster {
	background-color: black;
	width: 100%;
	height: 100%;
}
.bg {
	background: transparent url("logofondright.gif") no-repeat;
}
.bgtop {
	background: #262626 url("actusright.gif") no-repeat top right;
}
.homebgtop {
	background: #262626 url("actusright_accueil.gif") no-repeat top right;
}
.toppane {
	background: transparent url("actusleft.gif") no-repeat bottom left;
  padding: 25px 537px 0 25px;
}
.hlpane {
  padding-left: 68px;
}
.parampane {
	background: transparent url("parambg.gif") no-repeat top right;
}
.contentpane {
	background: transparent url("logofondbt.gif") no-repeat top right;
  padding: 100px 0 0 435px;
}
.cpaccueil {
	background: transparent url("obsession.jpg") no-repeat;
}
.cpagenda {
	background: transparent url("agenda.jpg") no-repeat;
}
.cpspectacles {
	background: transparent url("spectacles.jpg") no-repeat;
}
.cpbal {
	background: transparent url("bal.jpg") no-repeat;
}
.cpcreateur {
	background: transparent url("createur.jpg") no-repeat;
}
.cpcontact {
	background: transparent url("contact.jpg") no-repeat;
}
.menupane {
  padding-left: 20px;
}
.copypane {
  padding-left: 25px;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 0;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	color: white;
  font-family: Arial;
  font-size: 11px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuIcon {
	background-color: #767160; 
	border-left: #767160 1px solid; 
	border-bottom: #767160 1px solid; 
	border-top: #767160 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0;
	height: 0;
}
.MainMenu_SubMenu {
	background-color: #767160;
	border: #EEEEEE 1px solid;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	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: Arial;
  font-size: 11px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuArrow {
	border: 0;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
	font-family: Verdana, Arial, Sans-Serif;
  color: white;
  font-size: 12px;
}
table {
	font-family: Verdana, Arial, Sans-Serif;
  color: white;
  font-size: 12px;
}
/* LINKS */
A:link, A:visited, A:active {
  text-decoration: underline;
  color: white;
}
A:hover {
  text-decoration: underline;
  color: #963c62;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
  color: #928381;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #928381;
}
.copyright a:hover {
  color: white;

}
/* style for module titles */
.Head   {
    font-family: Arial;
    color: #5d5d5d;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    color: #5d5d5d;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    color: #5d5d5d;
}
.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: #5d5d5d;
}   
/* 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: #5d5d5d;
}
A.CommandButton:hover    {
  text-decoration: underline;
color: #791112;
}


