<!-- 
BODY, P, TABLE, TR, TD
{
   color: #333;
   font-size: 10px;
   font-family: Verdana, Helvetica, sans-serif, Arial
}


A:link
{
   color: #262178;
   text-decoration: none
}

A:visited      { color: #262178; text-decoration: none }
A:hover    { color: #297db3 }
A:active    { color: #297db3 }
.titre       { color: #3b1264; font-size: 16px; font-weight: bold }
.soustitre    { color: #a4004c; font-size: 11px; font-weight: bold }
.txtableau   { color: #2f550e; font-size: 10px; font-weight: normal }
.txtableau2   { color: #2f550e; font-size: 12px; font-weight: normal }



.titretab
{
   color: #fff;
   font-size: 10px;
   font-weight: bold
}

.titretab A:link, .titretab A:visited, .titretab A:active
{
   color: #EAF8DE;
   font-size: 10px;
   font-weight: normal
}

.titretab A:hover 
{
   color: #ffffff;
   font-size: 10px;
   font-weight: normal;
   text-decoration: underline
}


.titretab2  { color: #fff; font-size: 14px; font-weight: bold }
.soustitretab  { color: #193501; font-size: 10px; font-weight: normal }
.txtmenu   { color: #3b1264; font-size: 14px; font-weight: normal }
.txtarrow  { color: #a4004c; font-weight: bold }
.txthelplink  { color: #a4004c; font-size: 8px; font-weight: normal}
.txthelpframe  { color: #494949; font-size: 8px; font-weight: normal}
.breadcrumb  { color: #3b1264; font-size: ; font-weight: bold }
.liste A:link { color: #f52100 }
.liste A:hover { color: #262178 }
.liste A:active { color: #262178 }
.liste A:visited { color: #f52100 }
.txtcontent  { color: #494949; font-size: 11px; font-weight: normal }
.txtcontent2  { color: #494949; font-size: 16px; font-weight: normal }


.soustitre_bg    {
   color: #a4004c;
   font-size: 11px;
   font-weight: bold;
   background-color: #ffffff;
}

.soustitretab_bg
{
   color: #193501;
   font-size: 10px;
   font-weight: normal;
   background-color: #b4dc92;
}

.txtcontent_bg
{
   color: #494949;
   font-size: 11px;
   font-weight: normal;
   background-color: #eaf8de;
}

a.std_button, a.std_button:visited
{
   display:          inline-block;
   width:            72px;
   height:           20px;
   text-align:       center;
 	font-size:        12px;
	font-weight:      bold;
   padding:          0px 0px 0px 0px;
   text-transform:   uppercase;
   line-height:      20px;
   
   color:            #ffffff;
   font-family:      comic sans ms, sans-serif, Arial;;

   background-image: url(images/b_blank.gif);
   background-repeat: no-repeat;
   
}

a.std_button:hover
{
   color:            #a0a0a0;
}

a.std_button_wide, a.std_button_wide:visited
{
   display:          inline-block;
   border:           solid 0px black;
   width:            108px;
   height:           20px;
   text-align:       center;
 	font-size:        12px;
	font-weight:      bold;
   padding:          0px 0px 0px 0px;
   text-transform:   uppercase;
   
   line-height:      20px;
   
   color:            #ffffff;
   font-family:      comic sans ms, sans-serif, Arial;

   background-image: url(images/b_blank_wide.gif);
   background-repeat: no-repeat;
   
}

a.std_button_wide:hover
{
   color:            #a0a0a0;
}

