/* ************************************************************************
// At WebData - Version 1.3.0
// ************************************************************************
// Conception & Programmation : At ss2i - http://www.at-ssii.com
// Copyright © 1998-2003 : At services - http://www.at-services.ch
// ************************************************************************
// Dernières modifications : 08-11-2003 13:51
// ************************************************************************
// CSS ZONE PUBLIQUE
// *********************************************************************** */

/* Attributs par défaut */

body, select, textarea, input
{
	font-family:verdana,geneva,helvetica,arial;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}

A:link
{
	color: #003366;
	text-decoration: none;
}

A:visited
{
	color: #003366;
	text-decoration: none;
}

A:active
{
	color: #CC0033;
	text-decoration: none;
}

A:hover
{
	color: #CC0033;
	text-decoration: underline;
}

ul
{
	list-style-image: url(/charte/puce.gif);
	/*list-style-type:square;*/
	font-size:10px;
	line-height: 18px;
	font-weight:bold;
}

h1
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

h2
{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

tr
{
	font-family:verdana,geneva,helvetica,arial;
	font-size:10px;
}

select, textarea, input
{ 
	color: #000000;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	background-color: #FFFFFF;
	border-color : #888888;
}

input.checkbox
{ 
	color: #000000;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-style: none;
	/*background-color: transparent;*/
}

/* Spéciaux */

p.titre
{
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

p.pt
{
	font-size:9px;
}

tr.titre
{
	color:#000000;
	font-weight:bold;
	background:#CEE7FF;
}

tr.c1
{
	color:#000000;
	background:#FFFFFF;
}

tr.c2
{
	color:#000000;
	background:#F2F2F2;
}

