
/* ALIGNEMENTS */
.AC {
	text-align: center;
}

.AG {
	text-align: left;
}

.AD {
	text-align: right;
}

.AJ {
	text-align: justify;
}

.separationG {
	clear: left;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}
.separationD {
	clear: right;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}
.separation {
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

body, img {
	border: 0;
	margin: 0;
	padding: 0;
}

.sl {
	clear: left;
	visibility: hidden;
	height: 0;
}

html, body {
	width: 100%;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #366 url(images/body-fond.png) top left repeat-x;
}

h2, h3 {
	color: #366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
h1 {
	text-indent: -5000px;
	margin:0;
	line-height: 0;
}


a {
	text-decoration: none;
	color: #366;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 5px;
	text-align: justify;
}

fieldset {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 1em 0;
}

label {
	display: block;
	width: 130px;
	float: left;
	text-align: left;
}

textarea, input[type=text] {
	width: 200px;
	margin: 0 0 0 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

h1 {
	float: left;
}
#logo {
	float: left;
}

#livre {
	position: absolute;
	width: 900px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px;
	border: 1px solid #ccc;
}

#gauche, #droite {
	width: 450px;
	float: left;
	height: 100%;
}
#gauche {
	background: #fff url(images/page-gch-fond.png) top right repeat-y;
}
#droite {
	background: #fff url(images/page-dte-fond.png) top left repeat-y;
}

.page {
	margin: 10px;
	width: 430px;
	height: 580px;
	overflow: auto;
}

.message {
	clear: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #366;
	min-height: 70px;
}

.screenshot {
	float: left;
	margin: 2px 5px 0 0;
}

.c {
	display: none;
}

#pagination {
	float: right;
}

#msg {
	font-weight: bold;
	min-height: 30px;
}

#msg img {
	float: left;
	margin: 5px 5px 0 0;
}


/**************************************************************/
#manager {
	padding: 1em;
	background-color: #fff;
	height: 100%;
}
table.liste {
	margin: 1em 0;
	width: 100%;
	table-layout: auto;
	border: 1px solid #999;
	padding: 0;
	border-collapse: collapse;
}

.liste caption {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1ex;
	color: #369;
	margin-top: 1em;
}

.liste tr{
	padding: 0;
	margin: 0;
}

.liste tbody tr:hover {
	background-color: #ccc;
}

.liste th {
	color: #eee;
	background: #999 url(/manager/images/liste-th-fond.png) center left repeat-x;
	margin: 0;
	padding: 2px;
}

.liste td {
	margin: 0;
	padding: 2px;
	border-right: 1px dotted #999;
}

.liste a {
	color: #000;
	text-decoration: none;
}

.liste a:hover {
	color: #555;
	text-decoration: underline;
}
