/*
	vert principal: #860F09
	vert secondaire_1: #860F09
	vert secondaire_2: #860F09
*/

body {
	background-image: url(../img/fond_admin.jpg);
	background-color: #000000;
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
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; }

/* header */
h1 {
	text-align: right;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0.1em;
	/*color: #0001AA;	*/
	/*color: #596d9d;*/
	color: black;
	margin: 0 0 5px 135px;
	height: 35px;
	/*display: none;	hide the header if you don't want it*/

}

#container {
  margin-left:5px;
	margin-top: 0;
	padding: 0 10px 0 10px;
  width: 750px;
}

.header {
  margin-left:5px;
	margin-top: 0;
	padding: 0 10px 0 10px;
  width: 750px;
}


/* page content */
#content {
  margin-left:180px;
	margin-top: 0;
	font-style: normal;
	text-decoration: none;
	color: black;
	text-align: justify;
	line-height: 13pt;

	border-width: 1px;
	border-style: solid;
	border-color: black;

	/* rounded borders in gecko-based browsers? why not :) */
	-moz-border-radius: 10px;

	padding: 0 10px 0 10px;
  width: 750px;
	background-color: white;

}

/* quick menu on left */
/*
	It's a real pain getting this absolute positioning to work correctly
	in all browsers. IE in particular seems to have a lot of trouble, even
	when a valid doctype is present. Because of the way it is solved currently,
	the top of the quickmenu and the contents will not line up
*/

#quickmenu {
  position: absolute;
	overflow: hidden;
  top: 60px;
	left: 50px;
  padding: 0 10px 0 10px;
  width: 110px;
	margin: 0px;
	padding: 0px;

	font-size: 70%;

	border-width: 1px;
	border-style: solid;
	border-color: black;
  background: #ffffff url(quickb.jpg) top left fixed repeat-y;
}
/*
#quickmenu {
	
	position: absolute;
	overflow: hidden;
   top: 10px;
	left: 10px;
  
	width: 110px;
	margin: 0px;
	padding: 0px;

	font-size: 70%;

	border-width: 1px;
	border-style: solid;
	border-color: black;
  background: #ffffff url(quickb.jpg) top left fixed repeat-y;
  
}
*/
#quickmenu ul {
	list-style-type: none;
}
#quickmenu p, #quickmenu ul {
	margin: 3px;
	padding: 0px;
}
#quickmenu p {
	text-align: justify;
}
#quickmenu li {
	height: 3em;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#quickmenu li:hover {
	background-color: #DEE6F6;
}
#quickmenu h2 {
	font-size: small;
	text-align: center;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	background-color: #ddd;
	color: #000;
}
#quickmenu form {
	padding: 2px;
	text-align: center;
}
#quickmenu option {
	font-size: x-small;
}

.loginname {
	float: right; 
	font-size: small;
	text-align: right;
	line-height: normal;
	padding-left: 5px;
	background-color: white;
}

#content h2 {
	
	color: #860F09;
	border-color: gray;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;

	font-size: large;
	line-height: 100%;
  
	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: 100%;

	color: #BF3B3B;
	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: #BF3B3B;
	width: auto;
	padding: 5px;
	text-align: right;
}

th {
	/*background-color: #bbc; */
	background-color: #860F09;
	color: white;
	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: black;
	font-weight: normal;
}
td a:hover {
	color: #1D3565;
	text-decoration: underline;
}

td.draft, td.future {
	background-color: #ffe;
}

tr.highlighted td {
	background-color: #860F09;
}

a:link, a:visited {
	/*color: #1D3565;*/
	color: #860F09;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

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;
}

div.indent {
	margin-left: 40px;
}



#content {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body #content { font-size: small; }


img.skinpreview {
	border: 1px solid #ccc;
}


#form {
	
	text-align:center;
}
.forgotpass {
	/*width: 500px;*/
	margin-left : 20%;
	margin-right : 20%;
	text-align: center;
  background : #96B5E4;
}

.ecard {
	background : #860F09;
	color :	white;
	text-align:center;
	border-width: 1px;
	border-style: solid;
	border-color: black;

	/* rounded borders in gecko-based browsers? why not :) */
	-moz-border-radius: 10px;
}
.header h1 {
  color: #860F09;
  text-align:center;
}