/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
}
.skinmaster {
	height: 100%;
	background-color: #9a3334;
	BORDER-RIGHT: #ffffff 1px solid; 
	BORDER-TOP: #ffffff 1px solid; 
	BORDER-LEFT: #ffffff 1px solid; 
	BORDER-BOTTOM: #ffffff 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	 
}
.skinheader {
	background-color: #9A3334;
}
.skingradient {
	background-color: #9A3334;
	HEIGHT:30px;
}
.Menu {
	background-color: #9A3334;
}
.Contenu
{
	background-color: #9A3334;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}

.contentpane {
	width: 100%;
	background-color: #9A3334;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #9a3334 0px solid; 
	border-bottom: #9a3334 1px solid; 
	border-top: #9a3334 1px solid; 
	border-right: #9a3334 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #9a3334;
	border: none;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #9a3334;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffffff; 
	cursor: pointer; 
	cursor: hand; 
	color: #9A3334;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border: none;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	color: #9A3334; 	
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #9A3334;
}
.StandardButton     {
    background: #9A3334 none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;	
	
}



/* text style used for rendered text which requires emphasis   */
.NormalBold
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;	
}

.LiensBoutons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}


A.LiensBoutons:Link
{
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

A.LiensBoutons:Hover
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}


A.LiensBoutons:Visited
{
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
A.LiensBoutons:Visited:Hover
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}
.Powered
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
A.Powered:Link
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

A.Powered:Hover
{
	font-size: 10px;
	color: #FF6633;
	text-decoration: underline;
}


A.Powered:Visited
{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
A.Powered:Visited:Hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
