/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* TITRES DES ALBUMS */
.SubHead    {
  font-family: arial;
  font-color: black;
  font-size: 12px;
}

A.SubHead:link {
  font-family: arial;
  color: black;
  font-size: 12px;
}

A.SubHead:visited  {
  font-family: arial;
  color: black;
  font-size: 12px;
}

A.SubHead:active   {
  font-family: arial;
  color: black;
  font-size: 12px;
}

A.SubHead:hover    {
  font-family: arial;
  color: black;
  font-size: 12px;
}

/* 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: arial;
font-size: 12px;
padding-right: 2px;
text-decoration: none;
}

A.Normal:link {
font-family: arial;
font-size: 12px;
color: #003366;
text-decoration: none;
}

A.Normal:hover {
font-family: arial;
font-size: 12px;
text-decoration: none;
color: #ff0000;
}

A.Normal:visited  {
font-family: arial;
font-size: 12px;
}

A.Normal:active   {
font-family: arial;
font-size: 12px;
color: #990000;
}

/* 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    {

}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* 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    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* ================================
    STYLE DES TABLEAUX "MODULE TABLEAU"
   ================================
*/
/* Titre des cellules du tableau */  
.UDETHeaderStyle {
  width: auto;
  font-size:11px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  background:#254399;
  text-align: center;
}

A.UDETHeaderStyle:link {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

A.UDETHeaderStyle:visited  {
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

A.UDETHeaderStyle:active   {
  color: white;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

A.UDETHeaderStyle:hover    {
  color: white;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.UDETItemStyle {
  font-size:11px;
  font-family: Arial;
  color: black;
  background: white;
  padding-left: 5px;
}

.UDETAltternatingItemStyle {
  font-size:11px;
  font-family: Arial;
  forecolor: #ffffff;
  background: #dedede;
  padding-left: 5px;
 }

/* ================================
    LIEN CONNEXION / DECONNEXION 
   ================================
*/  

.SkinObject{
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}
    
A.SkinObject:link {
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}

A.SkinObject:visited  {
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}

A.SkinObject:active   {
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}

A.SkinObject:hover    {
  color: #aeaeae;
  text-decoration: none; 
  font-size: 9px;
}


/* ================================
    LIEN HISTORIQUE DE NAVIGATION "BREADCRUMB"
   ================================
*/  
.BreadcrumbStyle {
  font-family: arial;
  font-size: 11px;
  color: #444444;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.BreadcrumbStyle:link {
  font-family: arial;
  font-size: 11px;
  color: #444444;
}

A.BreadcrumbStyle:visited  {
  font-family: arial;
  font-size: 11px;
  color: #444444;
}

A.BreadcrumbStyle:active   {
  font-family: arial;
  font-size: 11px;
  color: #444444;
}

A.BreadcrumbStyle:hover    {
  font-family: arial;
  font-size: 11px;
  color: #444444;
}

/*LIENS EN PAGE D'ACCUEIL*/
.ClickAccueil{

}

A.ClickAccueil:link {
font-weight: bold;  
font-family: arial;
  font-size: 16px;
  color: #990000;

}

A.ClickAccueil:visited  {
   font-family: arial;
  font-size: 16px;
  color: #990000;
font-weight: bold;
}

A.ClickAccueil:active   {
   font-family: arial;
  font-size: 16px;
  color: #990000;
font-weight: bold;
}

A.ClickAccueil:hover    {
   font-family: arial;
  font-size: 16px;
  color: #ff0000;
font-weight: bold;
text-decoration: none;
}

.TextRub{
font-family: Arial;
font-size: 14px;
color: #003366;
font-style: italic;
}

A.LiensPdf:link{
font-family: Arial;
font-size: 12px;
text-decoration: none;
color: #990000;
}

A.LiensPdf:visited  {
font-family: Arial;
font-size: 12px;
text-decoration: none;
color: #990000;
}

A.LiensPdf:active   {
font-family: Arial;
font-size: 12px;
text-decoration: none;
color: #990000;
}

A.LiensPdf:hover    {
font-family: Arial;
font-size: 12px;
text-decoration: none;
color: #ff0000;
}











































