/* ===============================================
    CSS STYLES POUR SITES Schema deveco REGION CHAMPAGNE ARDENNE 
    v1.0, 09/2002
   ===============================================
*/   

/* Description du fond des pages de contenu */
Body
{
    margin: 0;
    padding: 0;
    background-repeat: no-repeat; 
 /*   background-color: #F9E187; */
     background-color: #F3D9A7;
}

Table
{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

/* FOND DE PAGE de L ENTETE */
/* Description du fond pour l entete en haut de page */
.HeadBg {
    background-image: url(Images/swf/bandeau_srdee.jpg); 
    background-repeat: no-repeat;   
    /* background-color: #8E3225; */
    background-color: #F89520;
    padding:0;
    border:0;
}

/* DEFINITION DU LOGO */
.logoBg {  
    background-image: url(Images/swf/logofederer.gif);  */
    background-repeat: no-repeat; 
    background-position: 95%;
    padding:0;
    border:0;
  }

/* BANNIERE */
/* NOTE: Le titre du site, les liens et onglets sont rendus par le style */
/* defini dans module MobilePortalBanner.ascx */
.SiteTitle {
    font-family: "Arial";
    font-size: 32px;
    font-weight: bold;
    /* color: DarkGreen; */
    color: #9D3B2B;
}

/* fond et bordures de l onglet selectionne */
.TabBg {
    background: Gold url(images/onglet2.gif) no-repeat;
    text-align:center;
   /* width:160px;*/
}

/* fond et bordures des onglets non selectionnes */
.OtherTabsBg {
    background: OliveDrab url(images/onglet.gif) no-repeat;
    text-align:center;
   /* width:160px;*/
}

/* style du texte de l onglet selectionne */
.SelectedTab {
    font-family: "Arial";
    font-size: 16px;
    color:OliveDrab;
    font-weight: bold
}

/* style du texte des onglets non selectionnes */
.OtherTabs {
    font-family: "Arial";
    font-size: 16px;
    color:white;
    text-decoration:none;
    font-weight: bold
}

/* style des liens pour les onglets non selectionnes */
A.OtherTabs:link    {
    text-decoration:    none;
    color:OldLace;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:OldLace;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:OldLace;
}

A.OtherTabs:hover   {
    text-decoration:    none; 
    color:Gold;
}


A.SelectedTab:link    {
    text-decoration:    none;
    color:OliveDrab;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:OliveDrab;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:OliveDrab;
}

A.SelectedTab:hover   {
    text-decoration: none; 
    color:DarkGreen;
}


/* onglets des contacts et gestion des utilisateurs */
/* fond et bordures des onglets */
.TabContacts {
    background-color: Gold; 
    background-image: url(images/onglet2.gif);
    background-repeat: no-repeat;
}

/* autres fond et bordures des onglets */
.OtherTabsContacts {
	background-color: OliveDrab;
	background-image: url(images/onglet2.gif);
	background-repeat: no-repeat;
}


    
/* styles de texte pour les liens de service (haut de page droit de l entete) */
.SiteLink {
    font-family: "Arial";
    font-size: 12px;
    font-weight: bold;
}   

/* styles des liens de service */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:white;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:white;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:FireBrick;
}

/* style des separateurs entre les liens */
.Accent
{
    color:LightgoldenrodYellow;
    font-weight:    bold;
}


/* MODULES-SPECIFIQUE */
/* style de texte pour la lecture des messages du module Discussion */    
.Message    {
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    font-size: 11px;
    background-color:white
}   

/* style des titres des annonces et des evenements */
.ItemTitle    {
    font-family: "Arial";
    font-size:  12px;
    font-weight:    bold;
    color: DarkGreen;
}


/* GENERAL */
/* style des titres des modules */
.Head   {
    font-family: "Arial";
    font-size:  24px;
    font-weight:    bold;
    color: Darkgreen;
}

/* style des entete de champs d edition */
.SubHead    {
    font-family: "Arial";
    font-size:  16px;
/*    font-weight:    bold; */
    color: Darkgreen;
}

/* style des titres des modules Liens et Enregistrements modules */
.SubSubHead {
    font-family: "Arial";
    font-size:  14px;
    font-weight:    bold;
    color: OliveDrab;
}


/* style reserve aux enquetes */
.EnqueteQuestion
{
    font-family: "Arial";
    font-size:  13px;
    color: darkred;
}

.EnquetePanel
{
    background-color: goldenrod;
}

.EnqueteOption
{
    font-family: "Arial";
    font-size:  13px;
    color: black;
}

.EnqueteButton
{
    color: darkred;
    font-weight: bold;
}


/* style courant des textes */
.Normal
{
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
    line-height: 13px
}

.NormalWhite
{
    font-family: "Comic Sans MS";
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    color: white
}

/* style de caracteres dans les boites de texte */
.NormalTextBox
{
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: "Arial";
    font-size: 12px;
    font-weight: bold;
    color: FireBrick
}

.NormalBold
{
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold
}

/* style de caracteres pour le texte des boutons */
.CommandButton     {
    font-family: "Arial";
    font-size: 12px;
    font-weight: normal;
}
    
/* liens sur les boutons */
A.CommandButton:link {
    text-decoration:    underline;
    color: FireBrick;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: FireBrick;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: FireBrick;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: Goldenrod;
}
    


/* GENERIQUES */
H1  {
    font-family: "Arial";
    font-size:  20px;
    font-weight:    normal;
    color: DarkGreen;
}

H2  {
    font-family: "Arial";
    font-size:  20px;
    font-weight:    normal;
    color: DarkGreen;
}

H3  {
    font-family: "Arial";
    font-size:  16px;
    font-weight:    normal;
    color: OliveDrab;
}

H4  {
    font-family: "Arial";
    font-size:  14px;
    font-weight:    normal;
    color: OliveDrab;
}

H5{
    font-family: "Arial";
    font-size:  12px;
    font-weight:    bold;
    color: OliveDrab;
}

H6  {
    font-family: "Arial";
    font-size:  10px;
    font-weight:    bold;
    color: OliveDrab;
}
THEAD    {
    font-family: "Arial";
    font-size:  12px;
    color: OliveDrab;
}

TH  {
    vertical-align: baseline;
    font-family: "Arial";
    font-size:  12px;
    font-weight:    bold;
    color: OliveDrab;
}

A:link  {
    text-decoration:    none;
    color:  DarkGreen;
}

A:visited   {
    text-decoration:    none;
    color:  DarkGreen;
}

A:active    {
    text-decoration:    none;
    color:  DarkGreen;
}

A:hover {
    text-decoration:    underline;
    color:  FireBrick;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE{
    font-family:"Arial";
}


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: DarkGreen;
    height:1pt;
    text-align:left
}

DT   { 
    font-family: "Arial";
    font-size:  12px;
    font-weight:    bold;
    color: FireBrick;
 } 

PRE  { 
    font-family:    "Arial";
 } 

TFOOT { 
    font-family: "Arial";
    font-size:  12px;
    color: OliveDrab;
 } 
