/*
 * title: gramaton
 * author: gramaton community
 */

/* Hérite des règles de la CSS par défaut */
@import "default.css";

/*---------------------------------------------------------------------------*/
/* Règles par défaut */

html {
	background-color: #b29b9b;
	background-image: url('../img/bg_vertical_gradient.png');
	background-position: top;
	background-repeat: repeat-x;
}

body {
	margin: 0;
	padding: 8% 20%;
	background-image: url("../img/gramaton-logo.png");
	background-repeat: no-repeat;
	background-position: 15% 1px;
}

h1,h2 {
	color: #a04444;
	padding: 5px;
}

h2 {
	border-bottom: 2px solid #a04444;
}

label {
	padding: 0 5px;
}

table,td,th,caption {
	border: 1px solid #222222;
	padding: 1px 5px;
	font-size: x-small;
}

table strong {
	color: #ffffff;
}

thead th,tfoot th,caption {
	background-color: #a04444;
	color: #c9bbbb;
}

tbody tr {
	background-color: #d2bbbb;
}

tbody tr:hover {
	background-color: #b29999;
}

table {
	width: 90%;
	margin: 1em auto;
}

table {
	margin-top: 0;
}

caption {
	margin-bottom: 0;
	margin-left: -1; /* Bidouille pour Firefox */
	padding: 0;
}

tbody th {
	text-align: right;
}

a,a:active,a:visited {
	color: #802222;
	text-decoration: none;
}

legend {
	color: #a04444;
	font-weight: bolder;
	padding: 0 10px;
}

fieldset {
	border-color: #a04444;
	border-width: 3px;
}

a:hover {
	text-decoration: underline;
}

#msgInfo,#msgError {
	font-family: monospace;
	font-size: medium;
	border-style: dashed;
	border-width: 2px;
	padding: 1em;
	margin: 1em;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
}

#msgInfo {
	background-color: #aaeeaa;
	border-color: green;
}

#msgError {
	background-color: #ff8888;
	border-color: red;
}

#content {
	font-family: verdana, arial, sans-serif;
	font-size: small;
}

#footer {
	border-top: 1px solid grey;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #555;
	margin: 10px;
	padding: 5px;
}

#footer a,#footer a:active,#footer a:visited {
	color: inherit;
	padding: 0 3px;
}

#footer a:hover {
	background-color: #aaaaaa;
}

#footer div,#footer form {
	display: inline;
}

#footer select {
	color: #555;
	background-color: #b29b9b;
	border: 1px dotted #555;
}

/* Fin des règles par défaut */
/*---------------------------------------------------------------------------*/
/* Mise en page du menu */
.menu {
	color: #a04444;
	font-size: small;
}

.menu h1 {
	font-size: large;
	font-weight: bolder;
	text-align: center;
	margin: 0 0 0.5em 0;
}

.menu ul {
	margin: auto;
	padding: 0;
}

.menu ul li {
	display: block;
}

.menu a {
	text-decoration: none;
	display: block;
}

#menu {
	position: absolute;
	top: 20%;
	left: 0;
	width: 15%;
}

html>body #menu {
	position: fixed;
}

#menu ul {
	background-color: #c9b7b7;
	border: 2px solid #a04444;
	border-left: none;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	margin-top: 10px;
	padding: 10px;
}

#menu a:visited,#menu a:active,#menu a,a.fake-button {
	color: black;
	font-weight: bold;
	padding: 2px 5px;
	margin: 2px 0;
	text-align: center;
	border: 2px outset #111111;
	background-image: url("../img/btn_fade.png");
	background-repeat: repeat-x;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#menu a:hover {
	border-style: inset;
	color: #888888;
}

/* Boite à outils contextuelle */
#submenu {
	position: absolute;
	top: 20%;
	right: 0;
	width: 15%;
	padding: 5px 10px;
	background-color: #c9b7b7;
	border: 2px solid #a04444;
	border-right: none;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
}

html>body #submenu {
	position: fixed;
}

#submenu a,#submenu a:active,#submenu a:visited,#submenu a:hover {
	color: #000000;
}

#submenu a:hover {
	color: #888888;
	/*background-color: #a04444;*/
}

/* Fin de mise en page du menu */
/*---------------------------------------------------------------------------*/
/* Mises en page particulières */

/* tableau de gestion des droits de troll-sitting */
table#privileges {
	border: 1px solid black;
}

table#privileges th {
	text-align: left;
	padding: 1px 3px;
}

table#privileges thead th {
	text-align: center;
}

table#privileges td {
	text-align: center;
	border: 1px solid black;
}

table#privileges select {
	
}

/* icônes de synchronisation */
img.sync:hover {
	background-color: yellow;
}

/* les blocs de regroupement logique */
.block {
	border: 2px solid transparent;
	padding: 10px;
}

.block:hover {
	border: 2px solid #b7a0a0;
}

/* formulaires */
input.long {
	width: 15em;
}

blockquote {
	border: 5px inset #ffbbaa;
	background-color: #b29b9b;
	background-image: url("../img/bg_papyrus.jpg");
	padding: 10px;
	font-family: "Monotype Corsiva", "Palatino Linotype", fantasy, Monospace;
	font-size: large;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
}

/* GPS */
table#gps,table#gps td {
	border: none;
	padding: 0;
}

table#gps tr {
	background-color: transparent;
}
/* Fin des mises en page particulières */
/*---------------------------------------------------------------------------*/
