/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: white;
}
.skinmaster {
	height: 100%;
	background-color: #fff;
	/* 
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
*/ 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient2 {
	background-image: url(bg-menu-haut.gif); 
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 190px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	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: #cccccc 0px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #cccccc; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cccccc;  
	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: #aaaaaa; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}
/*###############################################*/
/* primary navigation
###############################################*/
#nav-wrapper{
	background: url(bg_nav.gif) #95B8E6 no-repeat left top;
	bottom: 1px;
	height: 25px;
	padding-left: 18px;
	position: relative;
	width: 750px;
}

#nav-wrap2{
	background: url(bg_nav.gif) no-repeat right 50%;
	height: 25px;
	padding-right: 17px;
}

#nav-wrap3{
	background: url(bg_nav.gif) repeat-x left bottom;
	height: 25px;
}

#nav-wrapper #nav{
	float: left;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9pt;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding-top: 1px;
}

#nav li{
	background: url(bg_nav.gif) repeat-x left bottom;
	float: left;
	list-style: none;
}

#nav li:hover ul{
	left: auto;
}

#nav ul{
	list-style: none;
}

#nav li ul{
	left: -999em;
	position: absolute;
	z-index: 1;
}

#nav-wrapper a{
	font-size: 9pt;
	border-right: 1px solid #648ABD;
	color: #FFFFFF;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	font-weight: bold;
	height: 1.5em;
	padding: 5px 15px 0;
	text-align: center;
	text-decoration: none;
}

#nav-wrapper a:hover{
	background: #648ABD;
}

#nav-wrapper .active a{
	background: #507AB2;
}




#sub-nav-wrapper{
	font-weight: bold;
	height: 20px;
    width: 950px;
    text-align: left;
   	background-image: url('bg-menu-haut.gif');
    FONT-SIZE:10px;
    COLOR: #CCC; 
    FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
}
#sub-nav-wrapper a{
	border-right: 1px solid #CCC;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px 15px 0;
	text-align: center;
	text-decoration: none;
}
#sub-nav-wrapper A:link {TEXT-DECORATION: none;font-weight:bold;}
#sub-nav-wrapper A:hover {TEXT-DECORATION:underline;font-weight:bold;}
#sub-nav-wrapper A:visited {TEXT-DECORATION:none;font-weight:bold;}
}

/* bugfixes section */

/* IE-Win CSS Bug Fixes
----------------------------------------------- */
/* Hides from IE5-mac \*/
* html body{
	font-size: 0.8125em;
}
* html #nav-wrapper a{
	height: 1.9em;
}

* html #wrapper{
	min-width: 961px;
	line-height:1.2;
}

* html #nav-wrapper #nav a{
	width: .1em;
	white-space: nowrap;
}

* html #nav-wrapper{
  width: 750px;
}

* html #nav-wrapper #nav{
	font-size: 12px;
}

/*
* html #sub-nav-wrapper #nav a{
	width: .1em;
	white-space: nowrap;
}

* html #sub-nav-wrapper{
	width: 781px;
}

* html #sub-nav-wrapper #nav{
	font-size: 12px;
}

*/

/* End hide from IE5-mac */

/* end bugfixes */
/* End primary navigation
###############################################*/
 /*############ Menu déroulant gauche ############*/
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#E5E5E5;
font-size: 100%;
padding: 3px 0 5px 3px;
border: 1px solid #E5E5E5;
color: #333333;
margin: 0px;
width:159px;
text-align: left;
background-image: url('bg-menu-haut.gif');
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
text-align: left;
}
#vertmenu ul li a {
font-size: 90%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}
/*###############################################*/