/* print.css --- Main style sheet for my site / Print version

   PRCS: $Id: main.css 1.6.1.2 Tue, 16 Oct 2001 19:35:51 +0200 didier $

   Author:        Didier Verna <didier@lrde.epita.fr>
   Maintainer:    Didier Verna <didier@lrde.epita.fr>
   Created:       Tue Dec 21 20:41:45 1999
   Last Revision: Tue Jan 23 18:32:21 2001
*/

/* Commentary:

   Contents management by FCM version 0.1-b2
*/

/* @import url(default.css);
*/

	body
		{
		margin:0%;
  		padding:0%;
		color:#000000;
		background-color:#ffffff;
		font-family: sans-serif;
		}

	#masthead
		{
		font-size:8em;
  		color:#000000;
		background-color:#a9d1ff;
		padding:0.5em;
		text-align:center;
		}

	#menuRight
		{
		float:right;
		width:22%;
		height:auto;
		margin-left:0%;
		color:#3179ac;
		background-color:#eae9e8;
		}
		
	#menuLeft
		{
		float:left;
		width:22%;
		height:auto;
		margin-left:0%;
		color:#3179ac;
		background-color:#eae9e8;
		}

	#mainText
		{
		margin:0 0% 0 25%;
		}

	#foot
		{
/*		text-align:center;
*/
		font-size:smaller;
		}
		
	a
		{
		text-decoration:none;
		color:#3179ac;
/*		font-weight:bold;
		display:block;
*/
		}
		
	a:hover
		{
		color:grey;
		}

	ul
		{
		list-style:none;
		}



#citation
{ 
  display: none;
 }

#rubricstable
{ 
  display: none;
}

#menudiv
{ 
  display: none;
}

#permalinksdiv
{ 
  display: none;
}

#leftfooter
{ 
  display: none;
}

#footer
{ 
  padding-top: 5px;

  font-size:  smaller;
  font-style: italic;
}

#rightfooter
{
  text-align:     right;
}

/* This is disgusting. This class belongs to /..css
   I have to find a better way handle screen / print styles. */
.hidden
{ 
  display: none;
}

#contentsdiv
{ 
  text-align: justify;
}
