/* 
================================
Martial pour Clef NIel
================================
*/   
BODY
{
    background-color: #233559;   /* clefniel - bleu fonc� */
}
BODY, TABLE 
{
	font-family: Verdana, Tahoma, Arial, Helvetica; /* Verdana, Arial, Helvetica, sans-serif */
	font-size: 10pt; 
	font-weight:normal; 
	font-style:normal;
	text-align: left; 	
	text-decoration:none;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	width: 100%;
	height: 100%; 
	background-color: transparent;  /* couleur de fond de page */
}
.skinmaster {
	height: 100%;
	background-color: transparent;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
	/* MME
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
	*/

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.skinheader {	/* MME => bandeau haut du site */
	background-color: transparent ;
}
.skingradient {
	background-image: url('gradient_DkBlue.jpg'); 
	/* MME
	height:30px
	*/
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.leftpane {
	/* width: 300px;*/
	/* height: 100%; */
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.contentpane {
	/*width: 100%;*/
	/* height: 100%; */
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rightpane {
	/* width: 100%; */
	/* height: 100%; */
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bottompane {
	width: 100%;
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/******************************/
/* Main Menu (menu principal)*/
/******************************/
.MainMenu_MenuContainer {
	/* background-color: #233559;  */ /* clefniel - bleu fonc� */
	/* width: 100px; */
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 26px;
	/* width: 100px; */
	/* background-color: #233559; */  /* clefniel - bleu fonc� */
}
.MainMenu_MenuItemRow {
	border: white 0px solid; 
	/* width: 100px; */ 
	height: 26px;
	/* background-color:  #233559;  */ /* clefniel - bleu fonc� */
}
.MainMenu_MenuItem {
	border: transparent 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	color:  white;  /* #000000; */
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight:bold;  /* bold; */
	font-style:normal;
	text-align: left; 	
	text-decoration:none;
	/* width: 100px; */
	height: 26px;
	/* background-color:  #233559;  */ /* clefniel - bleu fonc� */
	background-image: url('Bouton_bleu_petit.jpg');
	
}
.MainMenu_MenuIcon {
	background-color: transparent; 
	border: transparent 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 26px;
}
.MainMenu_SubMenu {
	background-color: #59617f;   /* clefniel - bleu clair */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	/* width: 100px; */
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	/* background-color: #f2d9a3; */  /* clefniel - marron clair */
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold;  /* bold; */ 
	font-style: normal;
	text-align: left;
	text-decoration:none;
	/* width: 100px; */
	height: 26px;
	background-image: url('Bouton_marron_petit.jpg'); 
}
.MainMenu_MenuArrow {
	border: transparent 0px solid; 
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	/* width: 100px; */
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	/* width: 100px; */
}
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 1pt; 
	font-weight: bold;  
	font-style: normal;
	color: #233559;   /* bleu fonc� Clef Niel */
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal;  
	font-style: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI
{
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

    
/******************************/
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: Verdana, Tahoma, Arial, Helvetica; 
  font-size: 10pt; 
  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: Verdana, Tahoma, Arial, Helvetica; 
    font-size: 12pt; 
    font-weight:bold;
    font-style:normal;
    color: #333333;
}

