/* background color for the content part of the pages */
Body {Font-family:Arial, Tahoma, Verdana; HEIGHT: 100%; margin:0px 0px; padding:0px; text-align:center; background: url(http://editions-piccolia.fr/Portals/_default/Skins/BlankSkin/skin.css) #fff; font-size: 9px;}

Table {border:red 0px dotted}
TD {border:yellow 0px solid}
DIV {border:violet 0px solid}

P {Font-family:Arial, Tahoma, Verdana; font-size: 10px; font-weight:normal;  color:#444; line-height:1.5em;}
P SUP {font-size: 0.70em;}

TD .Label {Font-family:Arial, Tahoma, Verdana; font-size: 12px; font-weight:normal;  color:#444;}

.CondensedFlow P {margin-top: 0px; padding-top: 1px;}
.CondensedFlow h4 {margin-bottom: 0px; padding-bottom: 0px; padding-top: 2px; }
/* Text Style variations - End */
 
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {Font-family:Arial , Tahoma, "Lucida Sans"; color:#0000cc; font-weight:bold; font-size:11px;}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.commandbutton:link, A.commandbutton:active, A.commandbutton:visited { text-decoration:underline;  color: #0000cc;}
A.commandbutton:hover {color:4499ee; text-decoration:none;}

/* GENERAL */
/* style for module titles */
.Head   {font-family: Tahoma, Arial, Helvetica;font-size:  16px; font-weight: normal; color: #000000;}

/* style of item titles on edit and admin pages */
.SubHead    { font-family: Tahoma, Arial, Helvetica; font-size: 11px;font-weight:bold; color: #000;}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { font-family: Tahoma, Arial, Helvetica; font-size:  11px;font-weight: bold;color: black;}

/* text style used for most text rendered by modules */
.Normal {font-family:  Arial, Tahoma, Helvetica; font-size: 12px;font-weight: normal;}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: normal;}

.NormalRed {font-family: Tahoma, Arial, Helvetica; font-size: 12px;font-weight: bold; color: #ff0000}

.NormalBold { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold}
    
/* GENERIC */
H1  { font-family: Tahoma, Arial, Helvetica;font-size:  20px;font-weight:    normal; color: #666644;}

H2  {font-family: Tahoma, Arial, Helvetica; font-size:  20px;font-weight:    normal; color: #666644;}

H3  {font-family: Tahoma, Arial, Helvetica; font-size:  12px; font-weight:    normal; color: #003366;}

H4  {font-family: Helvetica; font-size:  13px; font-weight:    Normal; color: #0033aa;}

H5, DT  {font-family: Tahoma, Arial, Helvetica; font-size:  11px; font-weight:    bold; color: #003366; }

H6  { font-family: Tahoma, Arial, Helvetica; font-size:  11px; font-weight:    bold; color: #003366;}

TFOOT, THEAD    {font-family: Tahoma, Arial, Helvetica;font-size:  12px; color: #003366;}

TH  { vertical-align: baseline; font-family: Tahoma, Arial, Helvetica; font-size:  12px; font-weight:    bold; color: #003366;}

A:link  {text-decoration:    underline; color:  #00c;}

A:visited   { text-decoration:    underline; color:  #00c;}

A:active    {text-decoration:    underline; color:  #00c;}

A:hover {text-decoration:    underline;}

SMALL   {font-size:  8px;}

BIG {font-size:  14px;}

BLOCKQUOTE, PRE {font-family:    Lucida Console, monospace;}

UL {Font-family:Arial, Tahoma, Verdana; font-size: 12px; font-weight:normal;  color:#444; line-height:1.5em;}

UL LI   {list-style-type:square ;}

UL LI LI    {list-style-type:disc;}

UL LI LI LI {list-style-type: circle;}

OL {Font-family:Arial, Tahoma, Verdana; font-size: 12px; font-weight:normal;  color:#444; line-height:1.5em;}

OL LI   {list-style-type:    decimal;}

OL OL LI    {list-style-type:    lower-alpha;}

OL OL OL LI {list-style-type:    lower-roman;}
 

HR {color: dimgrey;height:1pt;text-align:left}

.small_tip {Font-Family:Srial; Font-Size:10px; Font-Style:normal; font-weight:normal;}

/* --------------- Content ----------------------*/


/* ================================
CSS STYLES FOR Scrollable Lists
   ================================
*/

.ScrollListItem {Padding:3px; Background-color:#fff}
.ScrollListAltItem {Padding:3px; Background-color:#eee}

 /*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/
.ModuleTitle_MenuArrow,.ModuleTitle_RootMenuArrow, .ModuleTitle_MenuBreak,.ModuleTitle_MenuIcon {display: none;}
/* Outer container for module submenu */
.ModuleTitle_MenuContainer {color: #2c2c2c;}
/* Inner container for module submenu */
.ModuleTitle_MenuBar {cursor: pointer; 	cursor: hand; height: 21px;}
/* Idle state for module submenu items */
.ModuleTitle_MenuItem {font-family: tahoma; color: #666; font-size: 11px; font-weight: bold; border: #f6f6f6 1px solid; padding: 1px 4px 2px 2px;}
/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {z-index: 1000; cursor: pointer; cursor: hand; margin: 2px 0px 0px -6px; background-color: #f6f6f6; filter: none; border: #666 1px solid;	padding: 0px 1px 1px 1px;}
/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {font-family: tahoma; font-size: 11px; font-weight: bold; font-style: normal; cursor: pointer; cursor: hand; color: #fff;	background: #999; border: #666 1px solid; padding: 1px 4px 2px 2px;}