html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{}legend{color:#000;}del,ins{text-decoration:none;}
html {
	margin:0;
	padding:0;
}
body {
        font: small sans-serif;
        background-color: #f1f1e8;
        color: black;
        margin:0;
}
#foot {
        font: x-small sans-serif;
        color: #444444;
        padding-bottom:15px;
        padding-right:15px;
        text-align:right;
}

/*** Page elts ***/
.error {
	color:red;
	font-weight:600;
}

.logo {
	text-decoration:none !important;
	border:none !important;
	vertical-align:middle;
}
/*** Titles ***/
h1,h2,h3 { color:#444444;font-weight:normal !important; }
h1 { font-size:160%; }
h2 { font-size:150%; }
h3 { font-size:130%; }
h4 { font-size:110%; }

/*** Paragraph and character styles ***/
p           { font-size:inherit;margin:0 0 0.2em; }
p.last      { margin-bottom:0; }
p.small     { font-size:.85em; }
ul          { margin:.5em 0 .5em 1em; list-style-type:disc; }
ol          { margin:.5em 0 .5em 1.2em; list-style-type:decimal; }
dl          { margin:0 0 0.1em; }
dl dt       { font-weight:bold; }
dd          { margin-left:0.5em; }
abbr,
acronym     { border-bottom:1px dotted #666; }
address     { margin-top:0.5em; font-style:italic; }
del         { color:#666; }
a           { color:#23618a; text-decoration:underline; }
a { text-decoration:none;color:inherit; }
a:focus,
a:hover     { color:#000; }
a:hover { text-decoration:underline;color:#444444; }
blockquote  { color:#666; font-style:italic; }
strong      { font-weight:bold; }
em, dfn     { font-style:italic; font-weight:500; }
dfn         { font-weight:bold; }
pre,code    { white-space:pre; }
pre,code,tt { font:1em 'andale mono', 'monotype.com', 'lucida console', monospace; } 
tt          { display:block; margin:0.5em 0; }
img         { border:none; }

/*** Tables ***/
table {
	font: small sans-serif;
	/* background-color:#fcfcfc; */
	/* border: 1px #666666 solid; */
}

tr.odd {
	background-color: #efefef;
}
tr.even {
	background-color: #ffffff;
}

td.actions {
	font: x-small sans-serif;
}

tr.intitules {
	font: x-small sans-serif;
	font-weight:900;
}

/*** Forms ***/
label,.label {
	display:block;
        padding-top:0.5em;
        padding-bottom:0em;
	font-style:italic;
}

.labelv {
	display:block;
        padding-top:0.5em;
        padding-bottom:0em;
	font-style:italic;
	font-weight:600;
}
.cblabel {
	display:inline !important;
	font-style:normal !important;
	color:#444444;
}
.cblabelchecked {
	display:inline !important;
	font-style:normal !important;
	color:#336699;
	font-weight:200;
}
.button { /* button class is used for input buttons substitutes */
       padding:3px;
       display: inline;
       -moz-border-radius: 5px 5px 5px 5px;
       -webkit-border-radius: 5px 5px 5px 5px;
       padding-top: 1pt;
       padding-bottom: 1pt;
       padding-left: 2pt;
       padding-right: 2pt;
       font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Sans-Serif;
       font-weight : bold !important;
       text-decoration: none !important;
       text-transform : none !important;
       cursor: pointer !important; 
       color: #9a3232;
       border: 1px solid #9a3232;
       text-shadow: #444444 1px 1px 1px;
       background-color:transparent;
}
.update_button {
	width:29px;
	height:22px; 
	border:none;
	background: transparent url(../img/refresh.png) top left no-repeat;
}
.formerror {
	color:red;
	font-weight:600;
	display:inline !important;
}


/*** Categories ***/
.category {
	display:inline;
	margin:0 !important;
	padding:0 !important;	
	padding-bottom: 1px;
}

.childcategory {
	font-size:smaller;
	color:#666666;
}

.browser {
	margin-top:0px;
	margin-bottom:5px;
	background-color:#e4e6e7;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomright: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.browser2 {
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	width:640px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-radius-topright: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-top:10px;
	margin-bottom:10px;
}

/* same as above for use at bottom of page */
.bbrowser {
	background-color:#f1ebe0;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-radius-topright: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom:10px;
}

#categoriesTree ul {
	font-size:inherit;
	margin: 0px 0px 0px 0px;
	padding-top:0;
	padding-left: 2em;
	padding-bottom: 1em;
	background-color: transparent;
}

#categoriesTree ul li {
	padding-top: 0.4em;
	list-style-type: none;
	margin-right: 1em;
	display: block;
	font-size: smaller;
	color:#666666;
	
}

/*** Web pages ***/
.mainidx {
	background-color:transparent;
	padding-left:15px;
	padding-right:15px;
	height:100%;
}

/*** Votes ***/
.boxv
{
text-align:center;
margin-left:0px;
margin-right:10px;
padding-left:5px;
padding-right:5px;
float:left;
width:36px;
height:100%;
}
.votes {
	margin-left:-7px;
	font-family: arial;
	font-size:0.8em;
	font-variant : small-caps;
	color:#444444;
	font-weight:600;
}
#main
{
margin-bottom:7px;
width:640px;
}
.box1
{
border-left:3px solid #f1ebe0;
padding-left:10px;
margin-left:50px;
float:left;
width:40px;
}
.box2
{
float:right;
text-align:left;
margin-left:10px;
margin-top:10px;
}
/***** votes *****/
.upmsg,.upmsg a
{
height:26px;
width:26px;
font-size:13px;
color:#dedcd5!important;
text-decoration:none !important;
text-shadow:none !important;
background-color:#4c88ff;
margin-bottom:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-weight:900;
}
.downmsg,.downmsg a
{
height:26px;
width:26px;
font-size:13px;
color:#dedcd5!important;
text-decoration:none !important;
text-shadow:none !important;
background-color:#5990ff;
margin-top:3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-weight:900;
}

.up,.up a
{
height:26px;
width:26px;
font-size:13px;
color:#ffffff !important;
text-decoration:none !important;
background-color:#499649;
margin-bottom:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.down,.down a  
{
height:26px;
width:26px;
font-size:13px;
color:#ffffff !important;
text-decoration:none !important;
background-color:#b14c4c;
margin-top:3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.brating
{
font-size:x-small;
text-align:center;
color:#000000 !important;
text-decoration:none !important;
background-color:#fffccc;
padding:2px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
}
.bratinginfo
{
font-size:x-small;
text-align:left;
color:#000000 !important;
text-decoration:none !important;
background-color:#fffccc;
padding-left:15px;
margin-left:50px;
padding-bottom:5px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

/*** Alertes modales ***/
#alertes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
#alertes #alerte {
  line-height:100%;
  font-size:12px;
  width:390px; 
  height:250px;
  border:1px solid #000000;
  padding:10px;
  background-color:#ffffff;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9005;
  background-color:#c7d1c1;
  display:none;
}

/*** modal pour afficher une image ***/
#showPictures .windowPicture {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9998;
  padding:20px;
}
#showPictures #aPicture {
  line-height:100%;
  font-size:12px;
  border:3px solid #000000;
  padding:15px;
  background-color:#ffffff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
#maskPicture {
  position:absolute;
  left:0;
  top:0;
  z-index:9004;
  background-color:#000000;
  display:none;
}

/*** Tags ***/
.ltags {
	display:table-cell;
}

.tag {
	line-height:200%;
	padding-left:3px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	display:inline;
	color:#ffffff !important;
	text-decoration:none !important;
	background-color:#336699;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.tag a {
	color:inherit;
	text-decoration:none;
}

/*** Contents ***/
/***** contents viewed in a list *****/
.listcontent {
	padding-top:5px;
	padding-bottom:5px;
}
.listcontenttopublish {
	border:3px dashed #336699;
	padding-top:5px;
	padding-bottom:5px;
}
.listcontenttovalidate {
	border:3px dotted red;
	padding-top:5px;
	padding-bottom:5px;
}
.listcontenttitle {
	color:#444444;
	padding-bottom:5px;
}
.listcontentdescr {
	text-align:justify;
	padding-left:15px;
	padding-right:30px;
}


.contentdescr {
	text-align:justify;
	padding-left:15px;
	padding-right:30px;
	padding-bottom:5px;

}
.contentdescrunpublished {
	text-align:justify;
	margin-left:10px;
	padding-left:5px;
	padding-right:30px;
	padding-bottom:5px;
	border-left:3px dashed #336699;
}
/********** default style uses a taxobox to display icon, abstract info, edit & delete links **********/
.taxobox {
	width:265px;
	float:right;
	margin-left:15px;
	margin-right:15px;
	padding:15px;
	background-color: #e4e6e7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.listsideinfo {
	font-size:small;
	text-align:left;
	color:#666666!important;
	text-decoration:none !important;
	padding-left:5px;
}

/***** links to perform an action on a content *****/
.actions {
	padding-left:10px;
	padding-right:5px;
	color: #336699;
	border-right:2px dotted #336699;
}
/***** Icons have no border *****/
.icon {
	text-decoration:none !important;
	border:none !important;
}

/*** E-Shopping information ***/
.ECinfo {
        float:right;
        color:#006800;
        display:inline;
}
.ECprice {
        color:#006800;
        font-size:1.1em;
        font-weight:800;
        display:inline;
}
.ECsideinfo {
        float:right;
        color:#006800;
        font-size:x-small;
        display:inline;
}
.ECsideinfo img { position:relative; }
.ECsecsideinfo {
        color:#444444;
        font-size:x-small;
        display:inline;
}
/*** Clipboard information ***/
.CBsideinfo {
	float:right;
	padding-left:15px;
	padding-right:5px;
	color:#9a3232;
	font-size:x-small;
	font-weight:600;
	display:inline;
}
.CBsideinfo img { position:relative; left:5;top:13px; }
/*
** Diff rendering
*/
table.diff { 
    background:transparent; 
    color:#000000;
}
td.diff-otitle { 
    background:transparent; 
    color:#000000;
}
td.diff-ntitle { 
    background:transparent; 
    color:#000000;
}
td.diff-addedline {
    background:#ccffcc;
    color:#000000;
    font-size: smaller;
}
td.diff-deletedline {
    color:#000000;
    background:#ffffaa;
    font-size: smaller;
}
td.diff-context {
    color:#000000;
    background:#eeeeee;
    font-size: smaller;
}
span.diffchange { color: red; }

/* Preview */
.preview {
    border:2px #336699 dashed;
    padding:15px;
    background-color:#ffffff;
}
.smallcaps {
    font-variant:small-caps !important;
}
/* Infobox (used for SEO Information) */
.infobox
{
width:54%;
text-align:left;
margin-left:15px;
margin-right:15px;
padding:10px;
float:right;
background-color:#ffffff;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
font-size:smaller;
text-shadow: #444444 1px 1px 1px;
}
.genericbox
{
width:30%;
text-align:left;
margin-left:15px;
margin-right:15px;
padding:10px;
background-color:#ffffff;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
font-size:smaller;
text-shadow: #444444 1px 1px 1px;
}

.prevnextlinks {
	float:right;
}
.prevnextlinks a {
	font-size:small;
	padding-top:1px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	color:#666666;
	text-decoration:none !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.prevnextlinks #currentPage {
	background-color:#666666;
	color:#ffffff;
	font-weight:900;
}
.prevnextlinks #previousp {
	padding-right:1px;
	margin-right:5px;
}
.prevnextlinks #nextp {
	padding-left:1px;
	margin-right:5px;
}

.bill table { 
	width:100%;
	background-color:#ffffff;  
	margin-bottom:5px;  
}
/* Table of contents */
#toc {
    text-align: left !important;
    border:1px solid #555748 !important;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color:transparent;
    /* background-color:transparent; */
    padding:5px;
    width:480px;
    margin-bottom:15px;
}
#toc .toctitle {
  font:95% arial, helvetica, sans-serif;
  color: #555748;
}
#toc .tocindent {
  font:95% arial, helvetica, sans-serif;
  margin-left: 2em;
}
#toc .tocline {
  font:95% arial, helvetica, sans-serif;
  margin-bottom: 0px; }
#toc p {
  font:95% arial, helvetica, sans-serif;
  margin: 0
}
#toc .toctoggle {
  font:92% arial, helvetica, sans-serif;
}
#toc .editsection {
    margin-top: 0.7em;
    font:92% arial, helvetica, sans-serif;
}
#notes {
    margin-top: 0.7em;
    font:92% arial, helvetica, sans-serif;
}
/******* menus for authentified users (in header) *******/
#menuhauth {
	background-color: #cacaca;
	border:1px solid #cacaca;
	border-top:none;
    	font: 11px Arial, Helvetica, sans-serif;
    	background-image:url('../img/bc/bc_bg.gif');
    	background-repeat:repeat-x;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
	position: absolute;
  	top: 0px;
  	left: 0px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#menuhauth ul {
	display:inline;
	width:100%;
	margin: 0px 0px 0px 0px;
}
#menuhauth ul li {
	margin-right: 10px;
	list-style-type: none;
	display: inline;
	font-size: 11px;
}
#menuhauth ul li {
	padding-left: 0px; 
}
#menuhauth li span {
	font-weight: bold;
	color: #222222;
	text-decoration: underline;
}
#menuhauth ul li a {
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none !important;
}
#menuhauth ul li.on a {
	color: #e0e1b9;
	text-decoration: underline;
}
#fNResults, #fNResults input[type=select], #fNResults label {
	display:inline;
	float:right;
	font-style:normal;
	font-size:smaller;
	padding-right:5px;
	padding-left:5px;
}
.errorInABox {
	width:auto;
	text-align:left;
	display:block;
	padding:5px;
	margin:5px;
	border:1px #000000 solid;
}
#fVSelector, #fLSelector { display:inline !important;padding-right:5px; }
#fVBSelector, #fVLSelector { display:inline !important;padding-right:5px; }
.currentFormElement { border:2px #336699 solid; }
/*** Drafts ***/
.draftForm {
	color:#336699;
	background-color:#dedede;
	border:none;
}
.draftMsg {
	font-weight:900;
	color:#336699;
}
.draftDiv {
	padding:5px;
	background-color:#efefef;
	border:1px solid #336699;
}
.draftButton,.saveDraft {
	font-size:x-small;
	height:22px; 
	padding:5px;
	color:#ffffff;
	font-weight:900;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #336699;
	border-right:1px solid #336699;
	background: #336699 url(../img/button.png) top left repeat-x;
}
.removeDraft {
	font-size:small;
	color:red;
}
.done { display:inline;color:#336699; }
/* Calendar */
.calendar {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
.calendar caption {
	margin: 0;
	padding: .3em 0;
	background: transparent;
	font-size: 1.2em;
	font-weight:600;
	}
.calendar th {
	border-bottom: 1px solid #333333;
	font-weight: 600;
	background: #ffffff;
	}
.calendar td {
	border: 1px solid #fff;
	padding: .1em .3em ;
	width: 1em;
	text-align: center;
	}
.calendar a {
	color: #000;
	text-decoration: none;
	}

.calendar td.today {
	background: #ffc;
	}
.calendar td.selected {
	border: 1px dotted #ff6600;
	}
.calendar td.highlighted {
	background: #ced2aa;
	}
	
.calendar td:hover, .calendar td.today:hover, 
.calendar td.selected:hover, .calendar td.highlighted:hover {
	background: #ffeecc;
	border: 1px solid #333333;
	}

table.calendar td.pad {
	color: #999;
	background: #fff;
	}
table.calendar td.pad:hover {
	background: none;
	border: 0;
	}
	
.sunday, .saturday {
	background: #f0f0f0;
	}
	
#year {
	padding: 0;
	width: 500px;
	list-style: none;
	}
#year:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#year li {
	float: left;
	padding: 0 .5em .5em 0;
	height: 150px;
	}
.warning {
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	width:400px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
background: #faf8f0;
}
/* Format <pre><code></code></pre> listings */
#content #pre-stylish code {
 display: block;
 padding: 0.5em 1em;
 border: 1px solid #bebab0;
}

/***** textsizer, textprinter *****/
#textsizer
{
	text-align:right;
	margin-bottom:5px;
}
	#textsizer p { display: inline; }
ul.textresizer
{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
	ul.textresizer li
	{
		display: inline;
		margin: 0px;
		margin-right: 0px;
		padding: 0px;
	}

	ul.textresizer a
	{
		border: solid 1px #999;
		color: #999;
		padding: 2px 3px;
		font-weight: bold;
		text-decoration: none;
	}
    
	ul.textresizer a:hover
	{
		background: #e5e5e5;
		border: solid 1px #666;
		color: #666666;
        
	}

	ul.textresizer .small-text
	{
		font-size: 11px;
	}
	
	ul.textresizer .medium-text
	{
		font-size: 13px;
	}
	
	ul.textresizer .large-text
	{
		font-size: 15px;
	}
	
	ul.textresizer .larger-text
	{
		font-size: 17px;
	}

	ul.textresizer a.textresizer-active
	{
		border: solid 1px #000;
		background-color: transparent;
		color: #000;				
	}
.textsizer,.textprinter { display:inline; }
/***** thickbox (style for display in modal) *****/
*{padding: 0; margin: 0;}
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(js/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/***** js date picker *****/
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}
/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/***** date picker (selector) *****/
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../img/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
.boutonaction {
	font-size:large !important;
	font-weight:bold;
	background-color: #009933;
	color:#ffffff !important;
	border:1px solid #ffffff;
	padding:5px;
}
/***** js data tables *****/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
	width:98%;
	position: relative;
	min-height: 100px;
	_height: 302px;
	clear: both;
}
.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 70%;
	width: 255px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}
.dataTables_length {
	width: 210px;
	float: left;
	clear:both;
}
.dataTables_filter {
	width: 200px;
	float: left;
	text-align: right;
}
.dataTables_info {
	width: 210px;
	float: left;
}
.dataTables_paginate {
	width: 44px;
	float: left;
	text-align: right;
}
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 16px;
	width: 16px;
	margin-left: 3px;
	float: left;
}
.paginate_disabled_previous {
	background-image: url('../img/prev.png');
}
.paginate_enabled_previous {
	background-image: url('../img/prev.png');
}
.paginate_disabled_next {
	background-image: url('../img/next.png');
}
.paginate_enabled_next {
	background-image: url('../img/next.png');
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
/* table { clear:both; } */ /* Important! */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}
table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
}
table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}
table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}
table.display td {
	padding: 3px 10px;
}
table.display td.center {
	text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
	background: url('../img/asc.gif') no-repeat center right;
}
.sorting_desc {
	background: url('../img/desc.gif') no-repeat center right;
}
.sorting {
	background: url('../img/sorder.gif') no-repeat center right;
}
.sorting_asc_disabled {
	background: url('../img/asc.gif') no-repeat center right;
}
.sorting_desc_disabled {
	background: url('../img/desc.gif') no-repeat center right;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #dfdfdf;
}
table.display tr.even.gradeA {
	background-color: #efefef;
}
table.display tr.odd.gradeA {
	background-color: #dfdfdf;
}
table.display tr.even.gradeA {
	background-color: #efefef;
}
table.display tr.odd.gradeC {
	background-color: #dddfff;
}
table.display tr.even.gradeC {
	background-color: #eeefff;
}
table.display tr.odd.gradeX {
	background-color: #fffddd;
}
table.display tr.even.gradeX {
	background-color: #fffeee;
}
table.display tr.odd.gradeU {
	background-color: #dddddd;
}
table.display tr.even.gradeU {
	background-color: #eeeeee;
}
tr.odd {
	background-color: #efefef;
}
tr.even {
	background-color: white;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
.top .dataTables_info {
	float: none;
}
.clear {
	clear: both;
}
.dataTables_empty {
	text-align: center;
}
tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444444;
}
tfoot input.search_init {
	color: #999999;
}
td.group {
	background-color: #d1cfdf;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}
td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}
.example_alt_pagination div.dataTables_info {
	width: 40%;
}
.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
}
.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}
.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}
.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}
table.display tr.even.row_selected td {
	background-color: #bfbfbf;
}
table.display tr.odd.row_selected td {
	background-color: #9f9f9f;
}
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #dfdfdf;
}
tr.odd td.sorting_2 {
	background-color: #afafaf;
}
tr.odd td.sorting_3 {
	background-color: #efefef;
}
tr.even td.sorting_1 {
	background-color: #bfbfbf;
}
tr.even td.sorting_2 {
	background-color: #f2f2f2;
}
tr.even td.sorting_3 {
	background-color: #F9F9F9;
}
#fNResults, #fNResults input[type=select], #fNResults label {
	display:inline;
	float:right;
	font-style:normal;
	font-size:smaller;
	padding-right:5px;
	padding-left:5px;
}
.errorInABox {
	width:auto;
	text-align:left;
	display:block;
	padding:5px;
	margin:5px;
	border:1px #000000 solid;
}
#fVSelector, #fLSelector { display:inline !important;padding-right:5px; }
#fVBSelector, #fVLSelector { display:inline !important;padding-right:5px; }
.currentFormElement { border:2px #336699 solid; }
/*** Drafts ***/
.draftForm {
	color:#336699;
	background-color:#dedede;
	border:none;
}
.draftMsg {
	font-weight:900;
	color:#336699;
}
.draftDiv {
	padding:5px;
	background-color:#efefef;
	border:1px solid #336699;
}
.draftButton,.saveDraft {
	font-size:x-small;
	height:22px; 
	padding:5px;
	color:#ffffff;
	font-weight:900;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #336699;
	border-right:1px solid #336699;
	background: #336699 url(../img/button.png) top left repeat-x;
}
.removeDraft {
	font-size:small;
	color:red;
}
.done { display:inline;color:#336699; }
/* Edit textarea for contents */
#editcontent { 
	border:1px #efefee solid;
	background-color: #efefee;
	padding: 3px;	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

