
  /* Copyright or © or Copr. [CNRS, INSERM] [Stephen Randall Thomas, J. L.
 Boix, Sylvain Demey] (2005-2007)

 [randy.thomas@ibisc.univ-evry.fr, jb@upcl.univ-lyon1.fr,
 sdemey@ibisc.univ-evry.fr]

 This software is a computer program whose purpose is

  to provide a generic, easy to install and adapt database with a web
  interface,
  designed in particular for quantitative data meaningful for
  development of mathematical models in physiology, though this is in
  no way meant to be a limitation on its possible uses.


  This software is governed by the [CeCILL] license under French law
 and
  abiding by the rules of distribution of free software.  You can  use,
  modify and/ or redistribute the software under the terms of the
  [CeCILL]
  license as circulated by CEA, CNRS and INRIA at the following URL
  "http://www.cecill.info".

  As a counterpart to the access to the source code and  rights to
 copy,
  modify and redistribute granted by the license, users are provided
  only
  with a limited warranty  and the software's author,  the holder of
 the
  economic rights,  and the successive licensors  have only  limited
  liability.

  In this respect, the user's attention is drawn to the risks
 associated
  with loading,  using,  modifying and/or developing or reproducing the
  software by the user in light of its specific status of free
 software,
  that may mean  that it is complicated to manipulate,  and  that  also
  therefore means  that it is reserved for developers  and  experienced
  professionals having in-depth computer knowledge. Users are therefore
  encouraged to load and test the software's suitability as regards
  their
  requirements in conditions enabling the security of their systems
  and/or
  data to be ensured and,  more generally, to use and operate it in the
  same conditions as regards security.

  The fact that you are presently reading this means that you have had
  knowledge of the [CeCILL] license and that you accept its terms.
 COMPATIBILITY WITH THE GNU GPL

 The Licensee can include a code that is subject to the provisions
 of one
 of the versions of the GNU GPL in the Modified or unmodified
 Software, and
 distribute that entire code under the terms of the same version of
 the GNU
 GPL.

 The Licensee can include the Modified or unmodified Software in a code
 that is subject to the provisions of one of the versions of the GNU
 GPL,
 and distribute that entire code under the terms of the same version
 of the
 GNU GPL.*/

body
{
	font-family: "Trebuchet MS", Georgia, Times, serif;
/*	padding: 0;
	margin: 0;*/
      /*color : white;*/ 
      color : #000; 
}
h1
{
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 250%;
	font-weight: bold;
	/*color: #000;*/
	background-color: transparent;
	text-align: center;
}                     
table
{
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 90%;
    padding-left: 1em;
    padding-right: 5%;
} 
td
{
	vertical-align: text-top;
}                    
.side_menu_title 
{
   font-size: 90%;
   font-weight: bold;
   font-family: arial, helvetica, sans-serif;
   color:#f0f0f0
}

.side_menu 
{
   font-size: 90%;
   font-family: arial, helvetica, sans-serif;
   color:#f0f0f0
}
.para
{
	font-family: "Trebuchet MS", Georgia, Times,serif;
	font-size: 90%;
	font-weight: normal;
	/*color: #000;*/
	background-color: transparent;
	line-height: 140%;
    padding-left: 1em;
    padding-right: 5%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
/*    border-left-width: thin;
    border-color: blue;*/}
    
a, a:link, a:visited
{
   font-size:100%;
   font-weight: bold;
   text-decoration: none;
   color: #ffffff;
   background-color:#305090;
}

a:hover, a:active
{
   font-size: 100%;
   font-weight: bold;
   text-decoration: none;
   color: #305090;
   background-color:#ffffff;
}

.a1, .a1:link, .a1:visited
{
   font-size:100%;
   font-weight: bold;
   text-decoration: none;
   color: #305090;
   background-color:#ffffff;
}

.a1:hover, .a1:active
{
   font-size: 100%;
   font-weight: bold;
   text-decoration: none;
   color: #00ccff;
   background-color:#ffffff;
}
