/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffe775;
}
.menu {
	background: white url("menu_right.gif") no-repeat top right;
	padding-right: 10px;
}
.langpane {
	background: #68b3bb url("topright.jpg") no-repeat top right;
	padding-top: 2px;
}
.cp_bg {
	background: #68b3bb url("cp_top.jpg") no-repeat top left;
}
.cp1_bg {
	background: #68b3bb url("cp1_top.jpg") no-repeat top left;
}
.cp1_btbg {
	background: transparent url("cp1_bgbottom.jpg") no-repeat bottom left;
}
.contentpane {
	padding: 15px;
	background: transparent url("cp_bgbottom.jpg") no-repeat bottom left;
}
.contentpane1 {
	padding: 15px;
}
.rightpane {
	background: #34595d url("rp_viaduc.jpg") no-repeat top right;
	padding: 15px;
}
.rightpane1 {
	padding: 15px;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #410607; 
	font-size: 13px; 
	font-weight: bold; 
	font-style: italic; 
	background-color: Transparent;
  font-family: "Trebuchet MS", Arial, Helvetica;
}
.MainMenu_MenuIcon {
	background-color: white; 
	border-left: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: white;
	border: #EEEEEE 1px solid;
	padding: 2px; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	background-color: Transparent;
  border : 0;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #2889a0; 
  font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px; 
	font-weight: bold; 
	font-style: italic;
	background-color: Transparent;
}
.MainMenu_MenuArrow {
	border-right: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: white;
}
table {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: white;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: white;
}
A:hover {
    text-decoration: underline;
	color: #fff8ac;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* style for module titles */
.Head   {
    font-family: Arial;
    color: white;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    color: white;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    color: white;
}
.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;
}
.copyright {
	color: #999999;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #999999;
}
.copyright a:hover {
color: white;
}
.copyright2 {
  padding-top: 2px;
	color: #68b3bb;
	font-family: Arial;
	font-size: 10px;
}

