/*
	Feuille de style de l'interface d'administration
	
*/

body {
	background: #ffffff;
	background-image: url(fond_admin.jpg);
	background-repeat: repeat-x;
}
body, td, th, a, li, ul, textarea {
	color: #000;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

textarea {
  font-size: small;
  width: 95%;
}

/* textareas for skin/template editing have monospace fonts */
textarea.skinedit, textarea.templateedit
{
	font-family: monospace;
	font-size: medium;
}

img			{ border: none; }
.skip 		{ display: none; }
label		{ cursor: pointer; }
.error 		{ color: red; font-size: 1.2em; }

/* entete */
h1 {
	text-align: left;
	font-size: 30px;
	font-weight: 900;
	color: #666666;
	margin: 0 0 5px 135px;
	margin-left : 3px;
	height: 45px;
}

/* Contenu central de l'interface */
#content {
   margin-left:240px;
   width : 79%;
	font-style: normal;
	text-decoration: none;
	color: #A7A7A7;
	text-align: justify;
	line-height: 13pt;

	border-width: 1px;
	border-style: solid;
	border-color: #A8A8A8;
	
	/* rounded borders in gecko-based browsers? why not :)
	-moz-border-radius: 10px; */	

	padding: 10px 10px 0 10px;	
	
	background-color: white;
	
}

/* Menu de navigation sur la gauche */

#quickmenu {
	position: absolute;
	overflow: hidden;
	
	top: 57px;
	left: 10px;

	width: 220px;
	margin: 0px;
	padding: 0px;
	
	font-size: 70%;
	
	border-width: 1px;
	border-style: solid;
	border-color: #A8A8A8;

	background: #FFF; 
}

#quickmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#quickmenu p {
	padding: 5px;
	margin: 0px;
	text-align: justify;
}
#quickmenu li {
	padding: 0;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#quickmenu a {
	display: block;
	padding: 5px;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
}
#quickmenu a:hover {
	background: #C3FA04; 
	color: #333333;
	letter-spacing: 1px;
}

#quickmenu h2 {
	font-size: small;
	text-align: center;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	border-bottom: 1px solid #bbb; 	
	background-color: #676666;
	color: #FFF;
}
#quickmenu form {
	margin: 0;
	padding: 5px;
	text-align: center;
}
#quickmenu option {
	font-size: 0.9em;
}

.loginname {
	float: right;
	font-size: small;
	text-align: right;
	line-height: normal;
	padding-left: 5px;
	background-color: white;
}

#content h2 {
	color: #676666; 

	border-color: gray;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;

	font-size: large;
	line-height: 120%;

	text-decoration: none;
	font-weight: bold; 

}

#content h3 {
	border-color: gray;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	font-size: medium;
	font-weight: normal;
	line-height: 120%;

	color: gray;
	padding-left: 20px;
	letter-spacing: 2;
}

#content .note, pre {
	background-color: #ddd;
	padding: 5px;
}

pre {
	margin-left: 10px;
}

table {
	border: none;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.batchoperations {
	background-color: #eef;
	width: auto;
	padding: 5px;
	text-align: right;
}

th {
	background-color: #a7a7a7;
	color: #fff;
	font-size: small;
}

th, td {
	padding: 4px;
	empty-cells: show;	
}

td {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: small;
	vertical-align: top;
	text-align: left;
}

td a:link, td a:visited { 
	text-decoration: underline;
	color: 676666;
	font-weight: normal;
}
td a:hover {
	color: #000;
	text-decoration: underline;
}

td.draft, td.future {
	background-color: #ffe;
}

tr.highlighted td {
	background-color: green;
}

a:link, a:visited {
	color: #676666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

table.navigation td, table.navigation th {
	border: none;
}

/* footer */
.foot {

 padding: 2px 0px 2px 10px;
 margin:10px -10px 0 -10px;
 text-align: center;
}

form {
	margin-bottom: 0px;
}

input.transparent {
	background-color: transparent;
}

/* a div that has an indent */
div.indent {
	margin-left: 40px;
}

/* 
	font size tricks, to make it work in all browsers
	
	See: 
	http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html

	(netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)	
	#content should be 'small' (in standard-compliant browsers)
	
*/

#content {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body #content { font-size: small; }


img.skinpreview {
	border: 1px solid #ccc;
	padding: 15px;
}
