﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

/**.Head {
	font-family: Times, Serif;
	font-size: 20px;
	font-weight: normal;
}
**/

.Rouge {
	background-color: #be0027;
}

.Bleu {
	background-color: #5d8abc;
}
  

.containermaster_I {
	width: 100%;
	background-color: #ebebeb;
	border: 1px solid #cccccc; 
	padding: 2px;
}

ContentPane_SF-A {
	width: 100%;
	background-color: #ebebeb;
	border: 1px solid #000; 
	text-align: left;	
	/*padding: 2px;*/
}

ContentPane_Border {
	width: 10px;
	background: url(Media/Tetiere_border.png);
	background-repeat: no-repeat;
}

.containermaster_V {
	width: 100%;
	/**background-color: #daf7b4;**/
	border: 1px solid #cccccc; 
	padding: 2px;
}

.containermaster_Tetieres {
	width: 100%;
	background-color: transparent;
	background: url(Media/Tetiere-bkg2.png);
	background-repeat: no-repeat;
	border-right: 1px solid #cccccc;
	/*border-top: 1px solid #cccccc;*/
	border-bottom: 1px solid #cccccc;
	padding: 2px;
}
.Tetiere_BKG_TOP {
	width: 10px;
	/*background: url(Media/Tetiere-bkg.png);
	background-repeat: no-repeat;*/
}

.TetiereTOP1 {
	width: 10px;
	/*background: url(Media/Tetiere_border1.png);
	background-repeat: no-repeat;*/
}

.TetiereTOP2 {
	/*background: url(Media/Tetiere_border2.png);
	background-repeat: no-repeat;*/
}


.Title {
	color: #276b00;
	font-size: 123.1%;
	font-family: Tahoma;
}


.containermasterbot_I {
	width: 100%;
	background-color: #ebebeb;
	padding: 2px;
}

.containermasterbot_V {
	width: 100%;
	/**background-color: #daf7b4;**/
	padding: 2px;
}

.Container_I {
	background: url(Media/subhead_bg.png)  repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
    	white-space: nowrap;  /*Word wrapping menu item now optional*/
    	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 16px;
	line-height: 21px;
	font-family: Arial, Hevlvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	/*text-transform: uppercase;*/
	margin: 0 0 2px 0;

}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 16px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	/*background-color: #C1D2EE;*/
	background-color: #FFFF00;
}

.ContentPane_I {
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.containermaster_SF {
	width: 100%;
	background-color: #e3d6dd;
	border: 1px solid #cccccc; 
	padding: 2px;
}

.containermaster_SFG {
	width: 200px;
	background-color: #e3d6dd;
	border: 1px solid #cccccc; 
	padding: 2px;
}

.containermasterbot_SF {
	width: 100%;
	background-color: #FFFFFF;
	/*padding: 2px;*/
}

.Container_SF {
	/*background: url(Media/subhead_bg.png)  repeat-x;*/
	/*color: #666666;*/
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 32px;
	font-weight: bold;
	font-size: 10px;
	/*text-transform: uppercase;*/
	margin: 0 0 2px 0;
}
.Container_SFB {
	/*background: url(Media/subhead_bg.png)  repeat-x;*/
	background-color: #000000;
}

.Container_SF_TXT {
	/*background: url(Media/subhead_bg.png)  repeat-x;*/
	/*color: #666666;*/
	text-align: right;
	padding-left: 4px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 10px;
	/*text-transform: uppercase;*/
	margin: 0 0 2px 0;
}

.TXTR {
	/*background: url(Media/subhead_bg.png)  repeat-x;*/
	color: #efda1b;
	text-align: right;
	padding-left: 4px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 10px;
	/*text-transform: uppercase;*/
	margin: 0 0 2px 0;
}

.ContentPane_SF {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	text-align: left;
}


.ContentPane_SFG {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	text-align: left;
	width: 200px;
}

