﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	/**height: 100%;	*//
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #c0c0c0 1px solid; 
	/**border-top: #c0c0c0 1px solid;**/
	border-left: #c0c0c0 1px solid; 
	border-bottom: #c0c0c0 1px solid;
}
.skinheader {
}
.skingradient {
	border-top: #c0c0c0 2px solid;
	background-color:#ff9c00;
	border-bottom: #c0c0c0 2px solid; 
	height:21px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	width: 193px;
	background-color: #c0c0c0;
	border-right: #c0c0c0 1px solid;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.contentpane {
	width: 403px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpaneAdmin {
	/** background-color: transparent; **/
	background-color: #f8e9c8;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	/*background-color: #c0c0c0;*/
	background-color:white;
	border-left: #c0c0c0 1px solid;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.logo {
	border-right: #c0c0c0 1px solid;
}

.Separation {
	border-top: #c0c0c0 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px ;
	color: #840018 ;
	font-weight: bold;
}

.CSSMenu {
	border-bottom: #c0c0c0 1px solid;
}

.CSSMenuPub {
	border-bottom: #c0c0c0 1px solid;
	height: 117px;
}

.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	background-color: #ffa500;
}
.MainMenu_MenuItem {
	border-left: #c0c0c0 0px solid; 
	border-bottom: #c0c0c0 1px solid; 
	border-top: #c0c0c0 1px solid; 
	border-right: #c0c0c0 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #8c0080; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
}
.MainMenu_MenuIcon {
	background-color: #c0c0c0; 
	border-left: #c0c0c0 0px solid; 
	border-bottom: #c0c0c0 0px solid; 
	border-top: #c0c0c0 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #c0c0c0;  
	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: #8c0080; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold;
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #c0c0c0 0px solid; 
	border-bottom: #c0c0c0 0px solid; 
	border-top: #c0c0c0 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color:#8c0080; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px ;
	color: #3a0080;
	font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
		font-family: Tahoma, Arial, Helvetica;
		font-size: 12px ;
   		font-weight: bold;
   		color: #3a0080;
}
/* =============================================================== */
	/* BASE CSS CLASSES                                                */
	/* =============================================================== */
	
	.donein BODY
	{
		BACKGROUND: #FFFFFF;
		FONT-SIZE: 9pt;
		COLOR: #DD0000; 
	}

	.donein A:LINK 
	{ 
		COLOR: #000000;
	}

	.donein A:VISITED 
	{ 
		COLOR: #000000;
	}

	.donein A:ACTIVE 
	{ 
		COLOR: #660000;
	}

	.donein P
	{
		
		COLOR: #000000;
	}
	
	.donein TABLE, .donein TR, .donein TD
	{
		FONT-SIZE: 9pt;
	}
	
	.donein TD.ALTERNATE
	{
		BACKGROUND: #CCCCCC;
	}
	
	
	
	/* =============================================================== */
	/* SITE-MAP CSS CLASSES                                            */
	/* =============================================================== */
	
	.donein_site_map 
	{
		font-family: Tahoma, Arial, Helvetica;
		font-size: 11px ;
		/*color: #840018 ;*/
		color: #8c0080;
		font-weight: bold;
		WHITE-SPACE: nowrap;
	}

	.donein_site_map IMG 
	{
		BORDER: 0px;
		VERTICAL-ALIGN: middle;
	}
	
	.donein_site_map A.node, .donein_site_map A.nodeSel 
	{
		WHITE-SPACE: nowrap;
		/*color: #840018 ;*/
		color: #8c0080;
		PADDING: 1px 2px 1px 2px;
	}

	.donein_site_map A.node:HOVER, .donein_site_map A.nodeSel:HOVER 
	{
		/*color: #840018 ;*/
		color: #8c0080;		
		TEXT-DECORATION: none;
	}

	.donein_site_map A.nodeSel 
	{
		BACKGROUND-COLOR: #D7D7D7;
	}

	.donein_site_map .clip 
	{
		OVERFLOW: hidden;
	}
	
	/* =============================================================== */
	/* SKINOBJECTS                                            */
	/* =============================================================== */
	
	.skinobject
	{
		font-family: Tahoma, Arial, Helvetica;
		font-size: 11px ;
		color: #840018 ;
		font-weight: bold;
		WHITE-SPACE: nowrap;
	}
	
	
	
	/* Style pour F&L Accueil */
.LesActus {

}

div.AccTitre {
color:#FFFFFF;
font-family:Verdana;
background-color: #cc3399;
font:14px;
}

.AccTitre {
color:#FFFFFF;
font-family:Verdana;
background-color: #cc3399;
font:14px;
}

.AccContenu {
color:#808080;
font-family:Verdana;
font-weight:normal;
font:12px;
}

span.AccLien {
background-color:#99cc00;
font:10px;
}

.AccLien a:link,
.AccLien a:active,
.AccLien a:visited
 {
background-color:#99cc00;
color: #ffffff;
font:10px;
}