#banniere {
  background-repeat : repeat-x;
  color : black;
  font : bold 20pt Arial;
  font-style : italic;
  height : 100%;
  width : 100%;
}

#encart {
  background-color : fffddb;
  border-width : 1px;
  border-style : dotted;
  border-color : silver;
  float : left;
  padding : 5px;
  width : 188px;
}

#main {
  height : 100%;
  padding: 10px;
  padding-right: 20px;
}

#rubriquesGauche
{
  background-color: #FFCC62;
  text-align : left;
  width: 200px;
  filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFCC62', EndColorStr='#FFFFFF');
}

#rubriquesGauche a.link
{
  color : #000000;
  background-color : #FFCC62;
  display : block;
  line-height : 90%;
  text-decoration : none;
  padding : 3px;
  font-weight : normal;
  font-style : normal;
  filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFCC62', EndColorStr='#ffffff');
}

#rubriquesGauche a.link:hover
{
  background-color : yellow;
  filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#ffe661', EndColorStr='#FFFF00');
}

#rubriquesGauche a.selected
{
  font-weight : bold;
}

#tablemain {
  width: 1000px;
}

#rubriquesHaut {
  background-color : #FFFFFF;
  border-bottom : 1px solid black;
  padding : 5px;
  padding-left : 160px;
  filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='silver');
  height : 0;
  display : none;
}

#rubriquesHaut a.link {
  	border-left : 1px solid #e6e6e6;
  	border-right : 1px solid #b0b0b0;
  	background-image : url(images/css/menu_t02_off.jpg);
  	background-repeat : repeat;
  	bcakground-position : center;
  	color			 : black;
  	padding-top		 : 3px;
  	padding-right		 : 5px;
  	padding-left		 : 5px;
  height : 100%;
  text-decoration : none;
}

#rubriquesHaut a.link:hover {
  	background-image : url(images/css/menu_t02_on.jpg);
}

#rubriquesHaut a.selected {
  	background-image : url(images/css/menu_t02_on.jpg);
}

a {
  color  : blue;
  font-weight : normal;
  text-decoration : underline;
}

a:hover {
  color   : red;
}

body {
  font : normal 9pt Arial;
  margin : 0px;
  scrollbar-face-color		: #e6e9f7;
  scrollbar-highlight-color	: #cdd4f5;
  scrollbar-shadow-color		: #cdd4f5;
  scrollbar-3dlight-color		: #ffffff;
  scrollbar-arrow-color		: #1111a3;
  scrollbar-track-color		: rgb(245,245,245);
  scrollbar-darkshadow-color	: #ffffff;
  text-align : left;
}

form {
  display : inline;
  margin : 0px;
}

h1 {
  color: #00498E;
  font-weight: bold;
  font-size: 18pt;
  font-family: Verdana;
  margin: 0px;
  margin-bottom: 5px;
  text-align: left;
}

h2 {
  color: #00498E;
  font-weight: bold;
  font-size: 14pt;
  font-family: Verdana;
  font-style: italic;
  margin-bottom: 10px;
}

hr {
  display: none;
}

img {
  border : 0px;
}

img.img1 {
  vertical-align : middle;
}

li {
  margin-top : 5px;
}

p {
  margin : 0px;
}

select {
  font : normal 9pt Arial;
  color : #0a488d;
  vertical-align : middle;
}

table {
  empty-cells  : show;
  font : normal 9pt Arial;
}

textarea {
  border : 1px solid gray;
  font : normal 9pt Arial;
}

ul {
  list-style-type : square;
  list-style-position : inside;
  margin : 0px;
  padding : 0;
}

#rubriquesGauche  a:hover {
  font-weight : normal;
  font-style : normal;
  background-color : #8BC0CC;
}

#rubriquesDroite {
  background-color : #dedeff;
  border-right : 1px solid black;
  border-bottom : 1px solid black;
  padding-top : 20px;
  padding-left : 5px;
  padding-right : 5px;
  text-align : left;
  width : 150px;
}

#rubriquesDroite a.link {
  color : black;
  display : block;
  font-size : 10pt;
  line-height: 90%;
  margin-bottom : 10px;
  text-decoration : none;
}

#rubriquesDroite a.link:hover {
  text-decoration : underline;
}

#rubriquesDroite a.selected {
  font-weight : bold;
}

#rubriquesBas {
  color : silver;
  padding : 5px;
  text-align ; center;
}

#rubriquesBas a.link {
  color : black;
  text-decoration : underline;
}

#rubriquesBas a.selected {
  font-weight : bold
}

body,table {
  font-family: Verdana;
}

div.article {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}