/* ***** BEGIN LICENSE BLOCK *****
 * This is DoTParking, a theme for DotClear.
 * Copyright (c) 2004 Laurence Jacquet and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 */

body {
	border-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	background : #ddd;
}

p { margin : 1em 0; }
h3 { font-size : 1.2em; }

a:link{color:#333; background:transparent;}
a:visited{color:#666; background:transparent;}
a:hover{color:#900; background:transparent;}

table{
width:100%;
	border:1px solid #666;
}
td{
/*width:100px;*/
   	font-size:12px;
  	border:1px solid #fff;
	text-align:center;
}
tr{
  border:1px solid #666;

}


#diapo
{
overflow:auto; 
display:block;
float:left;
position:relative;
height:180px;
width:180px;
background-color:#eeeeee;
}

th a{
	color:#666;
}
th a:hover{
        color:#333;
}


form {
	border: 0px;
}
fieldset {
	border: 1px solid #666;
}

fieldset div{
	
	display:inline;
}
