/* Style CSS pour le site de J. Pelosi
 *
 * Version 1.0
 *
 * Codé par Marx0r [jupiter1716@yahoo.fr]
 *
 */

body {
	font-family: "Verdana", sans-serif;
	font-size: 80%;
	color: black;
}

p.error {
	color: red;
	font-weight: bold;
}

.center {
	text-align: center;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 250%;
}

h1.title {
	text-align: center;
}

form {
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
}

#toplinkbar {
	text-align: center;
}

#toplinkbar ul {
	list-style-type: none;
	display: inline;
}

#toplinkbar ul li {
	display: inline;
}

/* Bien sûr, ceci ne fonctionnera pas sous IE. Quand corrigeront-ils leurs
 * bugs ? J'ai la flemme de faire des hacks. Pour l'instant. */

#toplinkbar ul li:before {
	content: "[\00A0";
}

#toplinkbar ul li:after {
	content: "\00A0]";
}


table.managedocs {
	margin: 1em auto;
	border: solid 1px black;
	background-color: #eee;
}

table.managedocs th, table.managedocs td {
	border: solid 1px #999;
}

table.managedocs a img {
	border: 0px;
}

form table th {
	text-align: right;
	font-weight: bold;
}

a.exit {
	color: #090;
}

a.delete {
	color: #c00;
}

ul.buttons {
	list-style-type: none;
	display: inline;
	text-align: right;
}

ul.buttons li {
	display: inline;
}

/* M@%#$ aux navigateurs avec une implémentation pourrie du CSS ! */
ul.buttons li:before {
	content: "[\00A0";
}

ul.buttons li:after {
	content: "\00A0]";
}
