/* Menu style */

.menuTitle {
   font-family	: arial, helvetica;
   font-weight	: bold;
   font-size	: 20pt;
   color	: #4962A3;
}

.menuItemOn{
   font-family	   : arial, helvetica;
   font-weight	   : bold;
   font-size	   : 8pt;
   color	   : #D09700;
   text-decoration : none;    
}

.menuItemOff{
   font-family	   : arial, helvetica;
   font-weight	   : bold;
   font-size	   : 8pt;
   color	   : #4962A3;
   text-decoration : none; 
}

.menuHome{
   font-family	: arial, helvetica;
   font-weight	: bold;
   font-size	: 10pt;
   color	: #4962A3;
}


/* Members style */

.person {
   font-family	: arial, helvetica;
   font-weight	: bold;
   font-size	: 10pt;
   color	: #D09700;
}

.function {
   font-family	: arial, helvetica;
   font-weight	: normal;
   font-size	: 10pt;
   color	: #D09700;
}

.city {
   font-family	: arial, helvetica;
   font-weight	: bold;
   font-size	: 10pt;
   color	: black;
}

.address{
   font-family	: arial, helvetica;
   font-weight	: normal;
   font-size	: 10pt;
   color	: black;
}

.phone{
   font-family	: arial, helvetica;
   font-weight	: normal;
   font-size	: 10pt;
   color	: black;
}

.mail{
   font-family	: arial, helvetica;
   font-weight	: normal;
   font-size	: 10pt;
   color	: black;
}

/* special style */

.tickerstyle{
    font-family : Arial;
    font-weight	: bold;
    font-size   : 11pt;
    color       : #4962A3;
}


/* General style */

.title{
   font-family	: arial, helvetica;
   font-weight	: normal;
   font-size	: 18pt;
   color	: #D09700;
}

.section{
   font-family	: arial, helvetica;
   font-weight	: bold;
   font-size	: 14pt;
   color	: #4962A3;
}

.t{
   font-family	: arial, helvetica;
   font-weight	: normal;
   font-size	: 14pt;
   color	: #4962A3;
}

.first{
   font-family	: arial, helvetica;
   font-weight	: bold;
   font-size	: 16pt;
   color	: #D09700;
}

.footer {
  font-family	: arial, helvetica;
  font-size	: 8pt;
  color		: #4962A3;
}


/* Modify the standard framework */

body {
  margin		: 2em 1em 2em 70px;
  font-family		: arial, helvetica;
  font-size		: 10pt;
  color			: black;
  background		: white;
  background-image: url(./images/bgAnciens.jpg);
  background-position	: top left;
  background-attachment	: fixed;
  background-repeat	: no-repeat;
}


pre, code { font-family: monospace }

th, td, li ,ul {  
  font-family		: arial, helvetica;
  font-size		: 10pt;
  color			: black;
}

p {  
  font-family		: arial, helvetica;
  font-size		: 10pt;
  text-align	        : justify;
  text-indent           : 0px;
  color			: black;
}
