/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/
body {
  background-color: #183849;
}
.pagemaster {
  background-color: #183849;
	width: 100%;
	height: 100%;
}
.logopane {
  background-color: #0084be;
}
.leftpane {
  background-color: #2b2b2b;
}
.toppane {
  padding-right: 10px;
}
.tpbg {
  background: transparent url("tpbg.jpg") repeat-y;
}
.headerpane {
  background: transparent url("header.jpg") no-repeat;
  padding-right: 25px;
}
.headerpane_impr {
  background: transparent url("100ans.jpg") no-repeat;
  padding-right: 25px;
}
.bannerpane {
  padding: 0 0 20px 6px;
}
.contentpane {
  padding: 67px 0 15px 32px;
  background: transparent url("cpbgaccueil.jpg") no-repeat;
}
.contentpane_impr {
  padding: 15px;
  background: #d2d749 url("quibgleft.jpg") no-repeat bottom left;
  color: #23221e;
}
.contentpane_impr table td p {
  color: #23221e;
}
.contentpane_prepa {
  padding: 140px 47px 15px 47px;
  background: white url("prepabg.gif") no-repeat;
  color: #23221e;
}
.contentpane_prepa table td p {
  color: #23221e;
}
.contentpane1CP {
  padding: 20px;
  background: transparent url("cpbg.jpg") no-repeat;
}
.rightpane {
  padding-top: 67px;
  background: transparent url("rpbgaccueil.jpg") no-repeat;
}
.rightpane_impr {
  padding: 15px;
  background: #d2d749 url("quibgright.jpg") no-repeat bottom left;
  color: #23221e;
}
.rightpane_impr table td p {
  color: #23221e;
}
.bottompane {
  background-color: #293134;
}
.bottompane_impr {
  background: url("quibt.jpg") no-repeat;
  padding: 0 235px 0 164px;
}
.menupane {
  background-color: #293134;
  padding-left: 10px;
}
.copypane {
  background-color: #293134;
  padding: 0 0 5px 10px;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 0;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
  color: #94989a;
  font-family: Arial;
  font-size: 11px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuIcon {
	background-color: #293134; 
	border-left: #293134 1px solid; 
	border-bottom: #293134 1px solid; 
	border-top: #293134 1px solid; 
	cursor: pointer; 
	text-align: center; 
	width: 0;
	height: 0;
}
.MainMenu_SubMenu {
	background-color: #293134;
	border: #EEEEEE 1px solid;
	z-index: 1000; 
	cursor: pointer;
}
.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;
}
.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: Trebuchet MS, Verdana, Helvetica;
  color: white;
  font-size: 13px;
}
table {
  font-family: Trebuchet MS, Verdana, Helvetica;
  color: white;
  font-size: 13px;
}
/* LINKS */
A:link, A:visited, A:active {
  text-decoration: underline;
  color: white;
}
A:hover {
  text-decoration: underline;
    color: #ff9c00;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
  color: #94989a;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #94989a;
}
.copyright a:hover {
  color: white;
}
/* 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: #565656;
}   
/* 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: #565656;
}
A.CommandButton:hover    {
  text-decoration: underline;
    color: #ff9c00;
}

