/*
	openTIME
	$Author: perrick $
	$URL: svn://192.168.2.46:85/var/repos/opentime/styles.css $
	$Revision: 227 $

	Copyright (C) No Parking 2001 - 2005
	
	Stylesheet for printing
*/

#action-bg { display : none; }
#news-bg { display : none; }
div.entete { display : none; }
div.search { display : none; }
div.spacer { display : none; }
div.footer { display : none; }
div.navigation { display : none; }

body {
   background: white;
   font-size: 12pt;
}

div.contenu {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;	
   padding-top: 1em;
   padding-bottom: 1em;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   margin-bottom: 2%;
}

a:link, a:visited {
   color: #000000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

table.wikiTable {

    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;    

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
	background-color: transparant;  
	
	font-family : Verdana, Helvetica, Arial; 
	font-size : 9pt; 
	line-height : 14pt;	
}
	
td.wikiTable {
	padding: 7px;
	color: #000000;
	vertical-align: top;
	border: 1px solid #000000;
}

table.wikiTable a {
	color: #000000;
	text-decoration: underline;
}	
	