/*
Feuille de style de: Cilest { www.cilest.fr }
version :  23.09.2003
rŽalisation: Trotti'Net { www.trottinet.fr }
------------------------------------------------------------------------------*/

/* Elements
------------------------------------------------------------------------------*/
html, body
{
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
}
a:link { color: #0066CC; text-decoration: none; }
a:visited { color: #3399FF; text-decoration: none; }
a:hover { color: #0066CC; text-decoration: underline; }
h1
{
	color: #0066cc;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
p
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
p.avertissement
{
	color: #FF0000;
	/*rouge*/
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
ul
{
	color: #000000;
	list-style-type: square;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}


/* Definit le style des formulaires
------------------------------------------------------------------------------*/
select
{
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}
input
{
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}
textarea
{
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}


/* Definit le style des sousmenu colonne gauche
------------------------------------------------------------------------------*/
.sousmenu
{
	color: #ffffff;
	font-style: normal;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
}
.sousmenu_ns
{
	color: #ffffff;
	font-style: normal;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
}
a.sousmenu, a.sousmenu:visited { color: #ffffff; text-decoration: none; }
a.sousmenu:hover { color: #ffffff; text-decoration: underline; }


/* Definit le style des textes divers
------------------------------------------------------------------------------*/
.titre2
{
	color: #0066cc;
	font-weight: bold;
	font-size: 11px;
}
.texte
{
	color: #000000;
	font-size: 10px;
}
.textegras
{
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.texteitalique
{
	color: #000000;
	font-style: italic;
	font-size: 10px;
}
.textepetit
{
	color: #000000;
	font-size: 9px;
	font-family: Arial;
}


/* Definit les styles des tables
------------------------------------------------------------------------------*/
.td_titre
{
	background-color: #3399ff;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}
.td_chiffre { padding: 4px; }
.td_plafondtitre
{
	background-color: #3399ff;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	vertical-align: bottom;
}
.td_plafond1
{
	background-color: #0066CC;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	vertical-align: bottom;
}
.td_plafond2
{
	background-color: #3399ff;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	vertical-align: bottom;
}
.td_fond
{
	background: url("images_interface/separation_colonne_gris.gif");
	background-repeat: repeat-y;
}
.td_fiche_padding
{
	padding: 8px;
	color: #000000;
	font-size: 10px;
}
.td_fiche_titre
{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}


/* Definit les bordures des images
------------------------------------------------------------------------------*/
.bordimage
{
	border: 1px;
	border-color: #999999;
	border-style: solid;
}