/* fr Style vert pomme, gris et noir */
/* en Apple green, grey and black style */

/* Main body font choice : */
body {
	background: #F0F0F0;
	font-family: Arial, Helvetiva, Sans-Serif;
	font-size: 12px;
	color: black;
}


/* Big title (on top of each page) choice : */
h1 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #306030;
}

/* Cell (almost every texts) */
td {
	font-size: 12px;
	background: white;
}

/* Cells headings */
th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background: #F0FFD0;
}

/* Links on cells headings */
th a {
	text-decoration: none;
	color: black;
}

/* Rollover links on cells headings */
th a:hover {
	text-decoration: underline;
	color: #404040;
}

/* Links on cells */
td a {
	text-decoration: none;
	color: black;
}

/* Rollover links on cells */
td a:hover {
	text-decoration: underline;
	color: #404040;
}

/* Document comments */
.comments {
	font-size: 10px;
}

/* Error messages */
.error {
	color: red;
	text-align: center;
}

/* Input text : */
.int {
	font-size: 12px;
	text-align: left;
	background: #F0FFD0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

/* Input buttons : */
.inb {
	background-color: #F0FFD0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}

/* Check boxes */
.inc {
	background-color: #F0FFD0;
	color: black;
	border-style: none;
}

/* AJOUT */

td {
	padding: 1px;
	text-align: left;
}

.flag {
	width: 30px;
	height: 20px;
	border: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.right {
	text-align: right;
}

.noborder {
	border: 0px;
}

input {
	padding-left: 2px;
}

.vmiddle {
	vertical-align: middle;
}

.legende {
	vertical-align: middle;
	border: 0px;
	margin-bottom: 5px;
}

#listUsers td, #formUser td, #listRights td, #formRights td, #formConfig td, #formPass td {
	padding: 3px;
}

tr.rowhover:hover, tr.rowhover:hover td.colhover {
	background-color: #F0F0F0;
}