/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
  background-color: #211502;
}
.userpane {
	background: url("brebis.jpg") no-repeat top left;
	padding-right: 10px;
}
.toppane {
	background: url("rochers.jpg") no-repeat top right;
}
.menubg {
	background: #fefefb url("menubg.gif") no-repeat top left;
	padding-right: 10px;
}
.hlpane {
  padding-left: 20px;
}
.leftpane {
	background: transparent url("tl.jpg") no-repeat top left;
	height: 100%;
	padding: 10px 10px 10px 15px;
}
.leftpane p {
	margin: 8px 0 8px 0;
}
.cartpane {
	background: transparent url("bl.jpg") no-repeat bottom left;
	padding: 5px 3px 10px 14px;
	height: 110px;
}
.copypane {
  padding: 0 0 5px 10px;
  background-image: url("bl2.jpg");
}
.contentpane {
	padding: 20px;
	height: 100%;
}
.contentpane1 {
	padding: 20px 0 0 20px;
	height: 100%;
}
.contentpane2 {
	padding: 0 20px 20px 20px;
}
.bottompane {
  padding: 0 10px 5px 0;
}
.cp_bg {
	background: transparent url("bottom.jpg") no-repeat bottom left;
}
/* Main Menu */
.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_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; 
	height: 21px;
}
.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: black; 
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	background-color: Transparent;
  font-family: Arial, Helvetica;
}
.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_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuBreak {
	background-color: Transparent;
  border : 0;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #99bb00; 
  font-family: Arial, Helvetica;
	font-size: 13px; 
	font-weight: bold;
	font-style: italic;
	background-color: Transparent;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10pt;
   font-weight: bold;
   color: #5d5d5d;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: black;
}
table {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: black;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: black;
}
A:hover {
    text-decoration: underline;
    color: #99bb00;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
	color: #573505;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #573505;
}
.copyright a:hover {
    color: #990000;
}
.SkinObject {
  display : block;
	color: black; 
	font-size: 10px;
	font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica;
  border: 1px solid gray;
  width: 120px;
  height: 20px;
  margin-top: 5px;
  background-color: #fefefb;
  text-align: center;
}
A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active  {
  color:black;
  text-decoration: underline;
}
A.SkinObject:hover    {
  color:#990000;
  text-decoration: underline;
}


