html {
	overflow-y:scroll;
}

body {
	font:1em Arial, Helvetica, sans-serif;
    color:#444444;
    text-align:center; /* Centers the wrapper */
    margin:0;
		padding:0;
		.padding:25px; /* for ie */
	/*font-size:14px;
	background-image:url('/images/background.gif');
	background-position:50% 59px;
	background-repeat:no-repeat;*/
}

li {
	list-style:circle;
	margin-bottom:20px;
} 

a {
	//text-decoration:none;
	color:#666600;
	outline:none;
}

a:visited {
	color:#666600;
}

a:hover {
    color:#666600;
}

tr:hover {
    background-color: #f9f9f9;
}
tr.nohover:hover {
    background-color: #fff;
}

tr a:hover {
    background-color:#f9f9f9; /* avoids white behind links in rows hover */
}

tr a.nohover:hover {
    background-color:#fff; /* cancels tr a:hover. In particular for tables sorting arrows */
}

.successmessages {
    color:#009900;
    font-size:9pt;
    font-weight:bold;
    padding-left:10px;
    display:inline;
}

.errormessages {
    color:#cc0000;
    font-size:9pt;
    font-weight:bold;
    padding-left:10px;
    display:inline;
}

#container {
    width:960px;
    margin:0 auto;
    text-align:left;
}

/* navbar */

#navbar {
    width:959px;
    height:24px;
	margin:0px auto 0px auto;
    padding:0 0 2px 0; /* removes firefox missalignment bug */
    line-height:25px;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

#navbar li {
	float:left;
	display:block;
	/*width:auto;*/
}

#navbar li a {
	/*height:25px;*/
	outline-style:none; /* firefox no dotted box on click */
	color:#666600;
	border-right:1px solid #666600;
	/*font-weight:bold;*/
	text-decoration:none;
}

/* end navbar */

/* activetab */

#activetab {
	position:absolute;
	border-bottom:2px solid #cccccc;
}

/* end activetab */


#page {
	padding-top:39px;
  margin-bottom:30px;
  width:100%;
  text-align:justify;
}
/*
#sidebar {
    width:160px;
    float:right;
    margin:40px 0px 0px 30px;
}*/

#frames {
	border:1px solid #959595;
	background-color:#f9f9f9;
	padding:0px 20px 25px 20px;
	margin-top:20px;
}

#frames a:hover {
    background-color:#f9f9f9; /* avoids white behind links in frames on hover */
}

#footer {
    clear:both;
    padding:5px 0px 30px 0px; /* padding-top règle espace entre textes et barre de footer */
    border-top:1px solid #CCCCCC;
	width:960px;
	text-align:center;
	font-size:10px;
	margin:0 auto;
}

#footer li {
	display:inline;
}

#breadcrumb {
	font-size:8pt;
	/*border-top:1px solid #CCCCCC;*/
	margin-top:20px;
}

#hr {
	border-top:1px solid #CCCCCC;
	margin:8px 0px 8px 0px;
}

/* tooltips */
/*
span {
	display:none;	
}*/
a:hover {
	color:#000000;
	background:#ffffff;
	text-decoration:none;
	position:relative;
}
a:hover span {
	display:block;
	position:absolute;
	background:#ffffff;
	top:10px;
	left:-170px;
	border:1px solid #000;
	padding:15px 30px 15px 30px;
	margin:30px;
	z-index:2;
}

/* end tooltips */

/* dropdown */

#dropmenudiv {
	position:absolute;
	font-size:14px;
	z-index:100;
	/*border-top:1px solid #CCCCCC;*/
	border-right:1px solid #CCCCCC;
	border-bottom:1px none #CCCCCC;
	border-left:1px solid #EEEEEE;
	background-color:#ffffff;
	color:#000000;
	text-align:left;
}

#dropmenudiv a {
	width:100%;
	display:block;
	text-indent:3px;
	border-bottom:1px solid #CCCCCC;
	padding:1px 0;
	text-decoration:none;
	color:#666600;
}

#dropmenudiv a:hover {
	color:#000000;
	background-color:#fbfbf8;
}

/* end dropdown */

/* tips */

.tool-tip {
	color:#fff;
	width:139px;
	z-index:13000;
}
 
.tool-title {
	font-weight:bold;
	font-size:11px;
	margin:0;
	color:#9FD4FF;
	padding:8px 8px 4px;
	background:url(images/bubble.png) top left;
}
 
.tool-text {
	font-size:11px;
	padding:4px 8px 8px;
	background:url(images/bubble.png) bottom right;
}
 
.custom-tip {
	color:#000;
	width:130px;
	z-index:13000;
}
 
.custom-title {
	font-weight:bold;
	font-size:11px;
	margin:0;
	color:#3E4F14;
	padding:8px 8px 4px;
	background:#C3DF7D;
	border-bottom:1px solid #B5CF74;
}
 
.custom-text {
	font-size:11px;
	padding:4px 8px 8px;
	background:#CFDFA7;
}

/* end tips */

/* tabs

div#tabscontainer{
	width:960px;
	height:400px;
	position:relative;
}

div#tab{
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type:none;
	height:34px;
	width:960px;
	position:absolute;
	left:0px;
	top:-10px;
	z-index:10;
}

div#tab a{
	display:block;
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#444444;
	width:468px;
	text-decoration:none;
	margin:0px 10px 0px 0px;
	outline:none;
}

div#tab a.activeTab{
	border-top:1px solid #777788;
	border-left:1px solid #777788;
	border-right:1px solid #777788;
	height:35px;
	background-color:#fff;
}

div#tab a.hideTab{
	border:1px solid #777788;
	background-color:#ddd;
	height:34px;
}

div#tab a.activeTab span{
	display:block;
	margin:5px 0px 0px 0px;
}

div#tab a.hideTab span{
	display:block;
	margin:5px 0px 0px 0px;
}

div#tab a.hideTab:hover {
	background:#c0c0c0;
}

div.activeContent{
	width:838px;
	height:330px;
	border:1px solid #777788;
	position:absolute;
	left:0px;
	top:25px;
	padding-top:50px;
	padding-left:110px;
}

div.hideContent{
	display:none;
}

 end tabs */

/* sortable tables */

#table{
	border-collapse:collapse;
}

#table td{
	border:1px solid #777788;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

/* end sortable tables */

/* controls at foot of sortable tables 

#controls {width:940px; margin:0 auto; height:20px}
#perpage {float:left; width:200px}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#navigation {float:left; width:540px; text-align:center}
#navigation img {cursor:pointer}
#text {float:left; width:200px; text-align:right; margin-top:2px; font-size:12px}

 end controls at foot of sortable tables */

/* expand */

.acc p {cursor:pointer}
/*#acc h3 {cursor:pointer; width:400px;}*/
.acc .acc-section {overflow:hidden}

.nested p {cursor:pointer;}
.nested .acc-section {overflow:hidden}

/* end expand */
