body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.corps
{
	width:940px;
	margin:auto;
	padding:10px;
	background-image:url('image/fond/corps.png') ;
	background-repeat:repeat;
	border: 1px solid #a9a9a9;
	-moz-border-radius:10px;
}

.en_tete
{
	margin-bottom:10px;
	text-align:right;
}

.contenu
{
	clear:both;
	background:white;
	border: 1px solid #a9a9a9;
	padding:10px;
	-moz-border-radius:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.pied
{
	margin-top:10px;
	/*height:50px;*/
	/*background:red;*/
}

.message
{
	text-align:center;
}

.aide
{
	background: #cd853f;
	background-image: url('image/48/help2.png');
	background-repeat: no-repeat;
	border: 1px solid #a9a9a9;
	padding: 10px;
	padding-left: 50px;
	color : white;
	-moz-border-radius:10px;
}

table
{
	border-collapse:collapse;
	border:0px solid #a9a9a9;
	background:white;
	width:100%;
	overflow:auto;
}

td, th
{
	height:30px;
	vertical-align:middle;
	text-align:left;
}

td a, th a
{
	text-decoration:none;
	font-stretch:
}

a:hover
{
	text-decoration:underline;
}

th
{
	background-image:url('image/fond/navigation.png');
	background-repeat:repeat-x;
	background-position:bottom;
	/*background: #4e5a65;*/
	color:white;
	padding:2px;
}

td
{
	border-top:1px solid #a9a9a9;
	border-bottom:1px solid #a9a9a9;
	padding:2px;
}

th.nombre, td.nombre
{
	text-align:right;
	min-width:70px;
}

th.nombre_entier, td.nombre_entier
{
	text-align:right;
	min-width:40px;
}

th.date, td.date
{
	text-align:center;
	min-width:80px;
}

th.symbole, td.symbole
{
	text-align:center;
	min-width:80px;
}

th.debit, td.debit
{
	color:#cc3333;
}

tr.relief
{
	background:#CCCCCC;
}

tr.total, td.total
{
	font-weight:bold;
}

img, a img
{
	border:none;
	vertical-align:middle;
}

a
{
	color:black;
}

.form_element
{
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
	color:#003366;
	text-align:right;
	min-height:20px;
}

label
{
	float:left;
	width:25%;
	font-weight:bold;
	color:black;
	text-align:left;
}

.notes
{
	font-style:italic;
	font-size:9px;
	margin-top:10px;
	margin-bottom:10px;
}

input[type=text], input[type=password]
{
	text-align:right;
}

input[type=text].long
{
	width:50%;
}

td select, td textarea
{
	width:100%;
}

h1
{
	text-align:center;
	color:white;
	background:#b4c2dc;
	border:1px solid #2f4f4f;
	background-image:url('image/fond/h1.png');
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px;
	-moz-border-radius:10px;
	vertical-align:middle;
}

h2
{
	text-align:center;
	padding:10px;
	vertical-align:middle;
	margin-top:0px;
}

h3
{
	clear:both;
}

hr
{
	width:100%;
	border:1px solid #a9a9a9;
	border-top:0px;
}

.validation
{
	text-align:center;
}

.bouton
{
	font-size:12px;
	color:white;
	/*background:#4a6c9b;*/
	border:2px groove black;
	-moz-border-radius:5px;
	vertical-align:middle;
	padding:6px;
	background-color:#8ea4c1;
	background-image:url('image/fond/navigation.png');
	background-repeat:repeat-x;
	background-position:bottom;
}

.bouton.epais
{
	padding:12px;
}

.bouton a
{
	color:white;
	text-decoration:none;
}
.navigation
{
	float:left;
}
.menu
{
	float:right;
}

.navigation a, .menu a
{
	text-decoration:none;
	color:white;
}

.suppression
{
	background-image:url('image/fond/suppression.png');
	background-repeat:repeat-x;
	background-position:bottom;
	border:2px groove black;
	-moz-border-radius:10px;
	padding:6px;
	text-align:center;
	color:white;
	font-weight:bold;
	margin:10px;
}
.suppression a
{
	color:white;
	text-decoration:none;
}

.action
{
	text-align:center;
}

.attention
{
	color:red;
	font-weight:bold;
}

.commentaire
{
	font-style:italic;
	font-size:10px;
	font-weight:normal;
}
table.invisible, th.invisible, td.invisible
{
	border:0px;
	vertical-align:top;
}