/* 
================================
Skin styles for DotNetNuke
================================
*/   
Body
{
SCROLLBAR-FACE-COLOR: #1b2d75;	
SCROLLBAR-HIGHLIGHT-COLOR: white;
 SCROLLBAR-SHADOW-COLOR: gray;
 SCROLLBAR-3DLIGHT-COLOR: gray;
 SCROLLBAR-ARROW-COLOR: white;
 SCROLLBAR-TRACK-COLOR: white;
 SCROLLBAR-DARKSHADOW-COLOR:  black;
  BACKGROUND-COLOR: white;
 }

.pagemaster
{
	width: 1000px;
	height: 666px;
	background-color: #1b2d75;
	text-align: center;
}

.skinheader
{
	font-weight: bold;
	font-size: 12pt;
	color: gold;
	line-height: 120%;
	font-style: italic;
	font-family: Arial;
	background-color: #1b2d75;
	text-align: center;
}

.skinmaster
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	background-image: url(citron.jpg);
	overflow: auto;
	border-left: red 1px solid;
	width: 95%;
	text-indent: 5px;
	border-bottom: red 1px solid;
	background-repeat: repeat-y;
	height: 100%;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
} 

.skingradient {
	BACKGROUND-IMAGE: url(citron.jpg); HEIGHT:30px;
}
.Contenu0 
{
	background-color: #1b2d75
	/* background-image: url(qrt-bg0a.jpg); */
}
.Contenu1
{
	background-image: url(qrt-bg1.jpg);
	background-repeat: no-repeat;
}	
.Contenu2 
{
	background-image: url(qrt-bg2.jpg);
}	
.Contenu3 
{
	background-image: url(qrt-bg3.jpg);
}		
.Normal
{
	font-weight: normal;
	font-size: 12pt;
	background: none transparent scroll repeat 0% 0%;
	color: midnightblue;
	line-height: 120%;
	font-family: Garamond, arial, verdana;
}


.skingradient {
	BACKGROUND-IMAGE: url(/Portals/_default/Skins/APC-skin/gradient_MidTangerine.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.ZoneHaute {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.ZoneGauche {
	width: 250px;
	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;
}
.ZoneDroite {
	width: 250px;
	background-color: tranparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.ZoneBasse {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 8pt;
	color: cornsilk;
	font-family: Verdana;
	background-color: steelblue;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.MainMenu_MenuContainer {
	background-image: url(citron.jpg);
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: transparent;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    cursor: hand;
    color: darkslategray;
    font-family: Tahoma;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    background-color: transparent;
    line-height: 140%;
   }
.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: yellow;
    font-family: Tahoma;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    background-color: #1b2d75;
    line-height: 140%;
    }
    
    .MainMenu_MenuItemActive
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    background-color: transparent;
    line-height: 140%;
    }
    
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: cornsilk; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 0; 
	height: 0;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: cornsilk; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='white', Direction=135, Strength=6); 
filter: Alpha(Opacity=80, FinishOpacity=80, Style=1, StartX=0, StartY=0, FinishX=580, FinishY=0); 
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 3px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 3px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
    background: #FFB541 none; 
    color: #FFFFFF;
}

.Head
{
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: midnightblue;
	font-family: 'Palatino Linotype' , Arial;
	font-variant: small-caps;
}

.SubSubHead
{
	font-size: 9pt;
	color: teal;
	line-height: 100%;
	font-family: Verdana;
	background-color: transparent;
}

UL LI
{
    color: coral;
    list-style-position: outside;
    list-style-type: circle;
    left: 3px;
    position: relative;
    text-indent: 5px;
}
.cartouche
{
    text-justify: newspaper;
    font-size: 10px;
    color: slategray;
    font-family: Arial;
    text-align: justify;
}
.mentions
{
	font-size: 9pt;
	color: cornsilk;
	font-family: Verdana;
	background-color: cornsilk;
}



