﻿html 
{
  font-size : 12px;
  font-family:"Segoe UI","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  color:#ffffff;
}
body {
  background:#000000;
}
td 
{
  font-size : 12px;
}
#fondetoile 
{
  width:100%;
  
  background: url("img/fondetoile.jpg") no-repeat;
  background-position:top center;
  min-height: 619px;
  height: auto;
 
}
#contentcadre 
{
  
}
#fondmnu2 
{
  color:#000000;
  font-weight:bold;
  height:30px;
}
#fondmnu2 a 
{
  color:#000000;
  text-decoration:none;
}
#fondmnu2 a:hover 
{
  border-bottom:1px dotted #005195;
}
#titrecadre 
{
  background: url("img/fondcadre.png") repeat-x;
  width:auto;
  border:solid 1px #5b9400;
  font-weight:bold;
  color:#000000;
  padding-left:4;
  height:20px;
  vertical-align:middle;
}
#titrecadre_blue
{
  background: url("img/fondcadre_blue.png") repeat-x;
  width:auto;
  border:solid 1px #1e568f;
  font-weight:bold;
  color:#000000;
  padding-left:4;
  height:20px;
}
#titrecadre_orange
{
  background: url("img/fondcadre_orange.png") repeat-x;
  width:auto;
  border:solid 1px #cf4700;
  font-weight:bold;
  color:#000000;
  padding-left:4;
  height:20px;
}
#titrecadre_rouge
{
  background: url("img/fondcadre_rouge.png") repeat-x;
  width:auto;
  border:solid 1px #b42232;
  font-weight:bold;
  color:#000000;
  padding-left:4;
  height:20px;
  
}
#titrecadre_violet
{
  background: url("img/fondcadre_violet.png") repeat-x;
  width:auto;
  border:solid 1px #ae037b;
  font-weight:bold;
  color:#000000;
  padding-left:4;
  height:20px;
}
#titrecadre_jaune
{
  background: url("img/fondcadre_jaune.png") repeat-x;
  width:auto;
  border:solid 1px #ffff00;
  font-weight:bold;
  color:#000000;
  padding-left:4;
  height:20px;
}
#titrecadre_turquoise
{
  background: url("img/fondcadre_turquoise.png") repeat-x;
  width:auto;
  border:solid 1px #00cccc;
  font-weight:bold;
  color:#000000;
  padding-left:4;
  height:20px;
}
#textcadre 
{
  border-bottom: solid 1px #5b9400;
  border-right: solid 1px #5b9400;
  border-left: solid 1px #5b9400;
  width:auto;
  padding:4px;
}
#textcadre_blue
{
  border-bottom: solid 1px #1e568f;
  border-right: solid 1px #1e568f;
  border-left: solid 1px #1e568f;
  width:auto;
  padding:4px;
}
#textcadre_orange
{
  border-bottom: solid 1px #cf4700;
  border-right: solid 1px #cf4700;
  border-left: solid 1px #cf4700;
  width:auto;
  padding:4px;
}
#textcadre_rouge
{
  border-bottom: solid 1px #b42232;
  border-right: solid 1px #b42232;
  border-left: solid 1px #b42232;
  width:auto;
  padding:4px;
}
#textcadre_violet
{
  border-bottom: solid 1px #ae037b;
  border-right: solid 1px #ae037b;
  border-left: solid 1px #ae037b;
  width:auto;
  padding:4px;
}
#textcadre_jaune
{
  border-bottom: solid 1px #ffff00;
  border-right: solid 1px #ffff00;
  border-left: solid 1px #ffff00;
  width:auto;
  padding:4px;
}
#textcadre_turquoise
{
  border-bottom: solid 1px #00ccff;
  border-right: solid 1px #00ccff;
  border-left: solid 1px #00ccff;
  width:auto;
  padding:4px;
}

#lbAlert
{
  color:#FF0000;
  font-weight:bold;
}

a 
{
  color:#FFFFFF;
  text-decoration:none;
}
a:hover 
{
  border-bottom:1px dotted #005195;
}
