/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* Datagrids  */
.Grid /*The grid ==> general */
{ 
   border: solid 1px Tan; 
   font-family: Verdana;
   text-align: center;
}

.GridHeader /* Grid header  */
{
    font-weight: bold;
    background-color: #809FFF;
    color : #FFFFFF;
    height : 40;
    font-size : 13px; 
}

.GridItem  /* Grid Item  */
{
    background-color: #BFCFFF;
    color : #000066;
    height : 25;
    font-size : 13px;
}

.GridAltItem /* Alternate grid Item  */
{
    background-color: #E6ECFF;
    color : #000066;
    height : 25;
    font-size : 13px;
}

.GridEditItem 
{
    background-color: #BFCFFF;
    color : #000066;
    height : 25;
    font-size : 13px;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-size: 13px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;
}


/* Menu Save, Cancel, Back.... */
.as-toolbar {
    font-family: verdana; 
    font-size: .80em; 
    text-decoration: none; 
    color: #003399; 
}

.as-separator 
{
    color: #444444;
    font-size: 10pt; 
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
   /* font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;*/
    text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: bold; 
    color: #663300;
}


.SubHeadBold    
{
   /* font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;*/
    text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: bold; 
    color: #FFFFFF;
}

.SubHeadItalBold    
{
   /* font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;*/
    text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: bold; 
    font-style : italic;
    color: #FFFFFF;
}

.SubHead-2    {
    text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal; 
    color: #FC3955;
}

.SubHeadError
{
	font-weight: bold;
	font-size: 013px;
	color: Red;
	font-family: arial, verdana;
	text-align: left;
}

.SubHeadReleaseDate
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal; 
    color: #808080;	
}

.HeadPressRelease
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #98C1EF;
	text-indent: 10pt;
	text-transform: uppercase;
}

.SubHeadPress
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal; 
    color: #FFFFFF;
    text-justify:auto;
}

.SubHeadPressBold
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: bold; 
    color: #FFFFFF;
    text-justify:auto;
}

.SubHeadPressTitle
{
	text-align: left; 
    font-family: verdana; 
    font-size: .9em; 
    font-weight: normal; 
    color: #FFFFFF;
}

.SubHeadPressItalic
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal; 
    font-style:italic;
    color: #808080;
}

.SubHeadPressTitle
{
	text-align: left;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    color: #808080;
}

.textdealername 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;	
	font-weight: bold;
	color: #FFFFFF;
}

.txtsmall 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.SubHeadArtistName
{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #98C1EF;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top; 
    color: #000066;
    text-decoration: none;
}

.CommandButton a:hover 
{
	color: #ff3300;
    text-decoration: underline;
}

.CommandButton a:visited 
{
   color: #000066;
   text-decoration: none; 
}

.CommandButton a:active
{
   color: #000066;
   text-decoration: underline; 
}

.CommandButton a:link
{
   color: #000066;
   text-decoration: underline; 
}

.CommandButtonCategory
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top; 
    color: #98C1EF;
    text-decoration: none;
}

a.CommandButtonCategory:hover 
{
	color: #98C1EF;
    text-decoration: underline;
}

a.CommandButtonCategory:visited 
{
   color: #98C1EF;
   text-decoration: none; 
}

a.CommandButtonCategory:active
{
   color: #98C1EF;
   text-decoration: underline; 
}

a.CommandButtonCategory:link
{
   color: #98C1EF;
   text-decoration: underline; 
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButtonPress     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top; 
    color: #000066;
    text-decoration: underline;
}

.CommandButtonPress a:hover 
{
	color: #ff3300;
    text-decoration: underline;
}

.CommandButtonPress a:visited 
{
   color: #000066;
   text-decoration: none; 
}

.CommandButtonPress a:active
{
   color: #000066;
   text-decoration: underline; 
}

.CommandButtonPress a:link
{
   color: #000066;
   text-decoration: underline; 
}
    
    
/* MAIN MENU ADMIN PAGES */
.topMenuLink
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: Arial, Garamond;
	text-decoration: none;
}

.as-bannerframe {
    background-color: #002d96;
    background-repeat: repeat-x;
}

.as-banner a:link {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
}
.as-banner a:visited {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
   }
   
.as-banner a:Hover {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
}


 /*GENERIC*/ 
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
   /* color: darkred;*/
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

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
}

/* Dropdowns and textboxes */
.DropAndText
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal;     
}

.listBox
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal;
    color:White;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #2F2F2F;
}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #4D4D4D;
}
.body11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #333333;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}
.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #404040;
}
.body2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #404040;
}
.body2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #404040;
}
.body2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #404040;
}
.body2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #254A00;
}
.body3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.body3 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.body3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.body3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #5A431A;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 15px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #3A4D3D;
}
.body4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.body4 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #644E26;
}
.body4 a:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #644E26;
}
.body4 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #644E26;
}
.body4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #3A4D3D;
}
.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #3A4D3D;
}
.adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #4D4D4D;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.textintro {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.txtjustify  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
	text-align: justify;
}
.txtnormal   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.linkfunction  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #262A27;
	margin-right: 10px;
}
.artistLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.
.textsearchError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	text-align: justify;
}
.textsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.textresultquery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.textpagenumbers
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.artist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #3A4D3D;
}
.artistintro {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #3A4D3D;
}
.artistnametitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #3A4D3D;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.titleintro {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.textebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.linkfunctionno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: EEE9D4;
}
.tdcontentpane {
	align: center;
}

/*word css*/
 @font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-pitch:variable;
	mso-font-signature:553679495 -2147483648 8 0 66047 0;}
@font-face
	{font-family:Garamond;
	panose-1:2 2 4 4 3 3 1 1 8 3;
	mso-font-charset:0;
	mso-generic-font-family:roman;
	mso-font-pitch:variable;
	mso-font-signature:647 0 0 0 159 0;}
@font-face
	{font-family:Times;
	panose-1:2 2 6 3 5 4 5 2 3 4;
	mso-font-charset:0;
	mso-generic-font-family:roman;
	mso-font-pitch:variable;
	mso-font-signature:536902279 -2147483648 8 0 511 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:Garamond;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:windowtext;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-GB;}
h1
	{mso-style-next:Normal;
	margin:0cm;
	margin-bottom:.0001pt;
	text-align:center;
	mso-pagination:none;
	page-break-after:avoid;
	mso-outline-level:1;
	tab-stops:-72.0pt -36.0pt 0cm 36.0pt 72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 360.0pt 396.0pt 432.0pt;
	font-size:12.0pt;
	mso-bidi-font-size:10.0pt;
	font-family:Garamond;
	color:windowtext;
	mso-font-kerning:0pt;
	mso-ansi-language:EN-GB;
	mso-fareast-language:EN-US;
	layout-grid-mode:line;
	font-weight:bold;
	mso-bidi-font-weight:normal;}
h2
	{mso-style-next:Normal;
	margin:0cm;
	margin-bottom:.0001pt;
	text-align:center;
	mso-pagination:none;
	page-break-after:avoid;
	mso-outline-level:2;
	tab-stops:-72.0pt -36.0pt 0cm 36.0pt 72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 360.0pt 396.0pt 432.0pt;
	font-size:10.0pt;
	font-family:Garamond;
	color:windowtext;
	mso-ansi-language:EN-GB;
	mso-fareast-language:EN-US;
	layout-grid-mode:line;
	font-weight:normal;
	font-style:italic;
	mso-bidi-font-style:normal;}
h3
	{mso-style-next:Normal;
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:none;
	page-break-after:avoid;
	mso-outline-level:3;
	mso-hyphenate:none;
	font-size:12.0pt;
	mso-bidi-font-size:10.0pt;
	font-family:Garamond;
	color:windowtext;
	mso-ansi-language:EN-GB;
	mso-fareast-language:EN-US;
	layout-grid-mode:line;
	font-weight:normal;}
h4
	{mso-style-next:Normal;
	margin:0cm;
	margin-bottom:.0001pt;
	text-align:center;
	mso-pagination:none;
	page-break-after:avoid;
	mso-outline-level:4;
	mso-hyphenate:none;
	font-size:10.0pt;
	font-family:Garamond;
	color:windowtext;
	mso-ansi-language:EN-GB;
	mso-fareast-language:EN-US;
	layout-grid-mode:line;
	font-weight:normal;
	font-style:italic;
	mso-bidi-font-style:normal;}
p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
	{mso-style-noshow:yes;
	margin:0cm;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	mso-bidi-font-size:10.0pt;
	font-family:Times;
	mso-fareast-font-family:Times;
	mso-bidi-font-family:"Times New Roman";
	color:windowtext;
	mso-ansi-language:EN-US;
	mso-fareast-language:EN-GB;}
span.MsoFootnoteReference
	{mso-style-noshow:yes;
	vertical-align:super;}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	mso-pagination:none;
	tab-stops:-72.0pt -36.0pt 0cm 36.0pt 72.0pt 108.0pt 144.0pt 180.0pt 216.0pt 252.0pt 288.0pt 324.0pt 360.0pt 396.0pt 432.0pt;
	font-size:12.0pt;
	mso-bidi-font-size:10.0pt;
	font-family:Garamond;
	mso-fareast-font-family:"Times New Roman";
	mso-bidi-font-family:"Times New Roman";
	color:windowtext;
	mso-ansi-language:EN-GB;
	mso-fareast-language:EN-US;
	layout-grid-mode:line;}
span.SpellE
	{mso-style-name:"";
	mso-spl-e:yes;}
span.GramE
	{mso-style-name:"";
	mso-gram-e:yes;}
 /* Page Definitions */
 @page
	{mso-endnote-numbering-style:arabic;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:36.0pt 72.0pt 36.0pt 72.0pt;
	mso-header-margin:72.0pt;
	mso-footer-margin:72.0pt;
	mso-paper-source:0;}
div.Section1
	{page:Section1;
	mso-endnote-numbering-style:arabic;}
	
.topane {
	vertical-align: top;
	height: 100px;
}
.contentpane {
	vertical-align: top;
	background-image: url(../media/greenmedia/backfoot.gif);
	background-repeat: repeat-y;
	background-position: center;
	height:100%
}
.bottompane {
	vertical-align: bottom;
}
.leftpane {vertical-align: top;}



/* Main links 
-------------------------------------------------------- */
body {
	background-color: #E0D8BB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #782D10;
	text-decoration: none;
}
a:link {
	color: #782D10;
	text-decoration: none;
}
a:visited {
	color: #782D10;
	text-decoration: none;
}
a:hover {	
	color: #3D4F3D;
	text-decoration: underline;
}
a:active {
	color: #782D10; 
	text-decoration: none;
}


/* Textual classes  
-------------------------------------------------------- */
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8873;
}

.body2, .body3, .title2, .featured, .copyright {
	font-family: Arial, Helvetica, sans-serif;
}

.body2 {
	font-size: 11px;
	color: #8E8873;
}

.body3 {
	font-size: 11px;
	color: #666666;
	line-height: 11px;
}


.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D4F3D;
	text-transform: uppercase;
}

.title2 {
	font-size: 11px;
	font-weight: bold;
	color: #3D4F3D;
	text-transform: uppercase;
}

.title3 {
	font-size: 11px;
	font-weight: bold;
	color: #3D4F3D;
}

.title4 {
	font-size: 11px;
	font-weight: bold;
	color: #3C3C2E;
	text-transform: uppercase;
}

.featured {
	font-size: 10px;
	color: #3D4F3D;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.8em;
	padding-left: 3em;
}
.featured a, .featured a:link, .featured a:visited  {
	color: #3D4F3D;
	text-decoration: none;
}
.featured a:hover  {
	color: #782D10;
	text-decoration: underline;
}

.copyright {
	font-size: 10px;
	color: #8E8873;
	padding-right: 2em;
	padding-bottom: 1em;
	text-transform: uppercase;
}
.copyright a, .copyright a:link, .copyright a:visited  {
	color: #8E8873;
	text-decoration: none;
}
.copyright a:hover {
	color: #782D10;
	text-decoration: underline;
}
.linkecatalogue, .linkecatalogue a:link, .linkecatalogue a:visited  {
	color: #782D10;
	text-decoration: underline;
}
.linkecatalogue a:hover {
	color: #254A00;
	text-decoration: none;
}

.alphalist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #3D4F3D;
	text-transform: uppercase;
}
.alphalist a, .alphalist a:link, .alphalist a:visited  {
	color: #3D4F3D;
	text-decoration: none;
}
.alphalist a:hover {
	color: #782D10;
}


/* Structure  
-------------------------------------------------------- */
.bgtop { 
	background: url(../media/greenmedia/bg_top.gif) repeat-x;
}

.bgexhibition {
	background: url(../media/greenmedia/home_exhib_bg.gif) no-repeat;
}

.bgmiddle {
	background-image: url(../media/greenmedia/bg_middle.gif);
	background-repeat: repeat-x;
}

.bgundertitleHome {
	background: url(../media/greenmedia/undertitleHome_bg.gif) top right no-repeat;
}

.bgundertitle {
	background: #F7F5EB url(../media/greenmedia/undertitle_bg.gif) top right no-repeat;
	border-bottom:1px white solid;
	border-top:1px white solid;
	height: 54px;;
}

.tdspacer1 {
	height: 8px;
}

.tdspacer2 {
	width: 66px;
	background: #8E8873 url(../media/greenmedia/3points.gif) bottom left no-repeat;
	border-bottom:1px white solid;
	border-top:1px white solid;
	border-right:1px white solid;
}

.tdspacer3 {
	width: 66px;
	background: #8E8873 url(../media/greenmedia/3points.gif) bottom right no-repeat;
	border-bottom:1px white solid;
	border-top:1px white solid;
	border-left:1px white solid;
}

.tdspacer4 {
	height: 22px;
}

.bgTable1 {
	background: #F7F5EB;
}	

.alphaletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #8E8873 url(../media/greenmedia/artist_alphaList.gif) 0 0 no-repeat;
	height: 22px;
	padding-left: 16px;
	vertical-align: center;
	font-weight: bold;
}

.authorbanner {
	background: #3C3C2E url(../media/greenmedia/3points_2.gif) right bottom no-repeat;
	height: 26px;
	border-right:1px white solid;
	border-top:1px white solid;
	border-left:1px white solid;
}
.authorbannertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}



/* Bloc textes  
-------------------------------------------------------- */
.blocContent1, .blocContent2, .blocContent3, .blocContent4, .blocContent5, .blocContent6, .blocContent7, .blocContent8 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.3em;
	font-size: 11px;
}


.blocContent1 {
	padding: 20px 95px 20px 35px;
	border-bottom:1px white solid;
	border-top:1px white solid;
	vertical-align: top;
}	
	
.blocContent2 {
	padding: 20px 28px 20px 102px;
	border-bottom:1px white solid;
	border-top:1px white solid;
	text-align: right;
	vertical-align: top;
}	
	
.blocContent3 {
	padding: 20px 95px 20px 35px;
	border-bottom:1px white solid;
	border-top:1px white solid;
	vertical-align: top;
}	

.blocContent4 {
	padding: 11px 37px 11px 310px;
	text-align: right;
	border-bottom:1px white solid;
	vertical-align: bottom;
}	
	
.blocContent5 {
	padding: 20px 70px 20px 35px;
	border-bottom:1px white solid;
	border-top:1px white solid;
	vertical-align: top;
}	
	
.blocContent6 {
	padding: 20px 20px 20px 20px;
	border-bottom:1px white solid;
	vertical-align: bottom;
	background: #F7F5EB;
}
	
.blocContent7 {
	padding: 25px 23px 20px 23px;
	border-right:1px white solid;
	border-bottom:1px white solid;
	vertical-align: top;
}	

.blocContent8 {
	padding: 10px 20px 10px 12px;
	vertical-align: top;
	background: #F7F5EB;
}



/* Bloc textes  
-------------------------------------------------------- */		
.blocImg1 {
	width: 120px;
	border-bottom:1px white solid;
	border-top:1px white solid;
}
.blocImg2 {
	border-bottom:1px white solid;
	border-top:1px white solid;
}
.blocImg3 {
	border-right:1px white solid;
}
.blocImg4 {
	border-bottom:1px white solid;
	border-right:1px white solid;
}

.mainTable
{
	width: 100%;
	height: 100%;
}
.text {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
	color: #666666;
	line-height: 11px;

}
.text2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;

}
.pagestext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #666666;
	font-weight: bold;
}
.pagenumbers 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
}

.PageLink 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #2D3532;
	font-weight: bold;
	}

.PageLinkActive 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	background-color: #E5E5E5;
	width: 12px;
	vertical-align: middle;
	text-align: center;
}
.Pagelinkseperator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
}
.adresses {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}