
/**********************************************************************
 *  Généralités
 **********************************************************************/


img {
	border:0px;
}

.label {
	text-align:right;
	white-space:nowrap;
}

.error {
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#CC0000;
}

.errok {
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#008800;
}

p.mini {
	font-size:0.75em;
	margin:0px;
	padding:0px;
}

p.small {
	font-size:0.875em;
	margin:0px;
	padding:0px;
}

div.catcount {
	float:right;
	font-size:0.75em;
	color:#777777;
	margin-right:5px;
}


.screen_only {
	display:inline;
}

.print_only {
	display:none;
}

hr.line {
	border:0px;
	border-top:1px solid;
}

.historique {
	border:1px solid;
	margin:3px;
	padding:4px;
	font-size:0.85em;
}

ul.simple_list {
	margin:0px;
	list-style-type: square;
	padding-left:1.5em;
}

/**********************************************************************
 *  Formulaires
 **********************************************************************/

select.small, input.small {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 10px;
	height: 18px;
}

/**********************************************************************
 *  Onglets
 **********************************************************************/

ul.tabBar {
	background-color:#E3E3EF;
	height:2.20em;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;					/* Distance between the first tab and the left of <ul> */
	list-style: none;
	
	background: url(../i/bg_tab.jpg) repeat-x;
	
	white-space: nowrap;
}

li.tab {
	/* Size & Position */
	float:left;							/* Relative in <ul> position */
	height: 1.75em;
	border: 0px;
	margin: 0px 0px 0px 0px;			/* Outer margins [ T R B L ] */
	padding: 0.6em 1em 0.2em 1em;			/* Inner padding [ T R B L ] */
	/* Inner text attributes */
	color: #000000;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 0.9em;
	cursor: pointer;
	background: url(../i/bg_tab.jpg) repeat-x;
	background-color: #828282;
}
li.tab_sel {  /* li.tab .sel */
	/* Size & Position */
	float:left;							/* Relative in <ul> position */
	height: 1.75em;
	border: 0px;
	margin: 0px 0px 0px 0px;			/* Outer margins [ T R B L ] */
	padding: 0.6em 1em 0.2em 1em;			/* Inner padding [ T R B L ] */
	/* Inner text attributes */
	color: #FFFFFF;
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 0.9em;
	
	background: url(../i/bg_tab_sel.jpg) repeat-x;
	background-color: #2A2A2A;
}


div.tab_content {
	position: relative;
	padding: 0px;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
	border: 0px;
	border-top: 1px solid #666666;
}


/**********************************************************************
 * Listes des cours, supports, liens,...
 **********************************************************************/

ul.menu {
	left:11px;
	top:0px;
	list-style: none;
	text-align: left;
	margin:0px;
	padding:0px;
	
	font-size: 0.9em;
	
	font-family: Arial, sans-serif;
}

li.menu {
	margin-left:19px;
	padding-left:0.5em;
	margin-top:0.2em;
	margin-bottom:0.2em;
}

li.menu_more {
	margin-left:22px;
	margin-top:0.2em;
	margin-bottom:0.2em;
	padding-left:0px;
	list-style-position: outside;
	list-style-image: url(../i/more.png);
	list-style-type: none;
}

li.menu_less {
	margin-left:19px;
	padding-left:0.5em;
	margin-top:0.2em;
	margin-bottom:0.2em;
	list-style-position: outside;
	list-style-image: url(../i/less.png);
	list-style-type: none;
}


a.menu {
	 margin:0px;
	 padding:0px;
	 color:#333333;
	 text-decoration:none;
	 
}

img.bullet {
	margin-left:3px;
	margin-right:5px;
	margin-top:0.1em;
	width:0.85em;
	height:0.85em;
}


/**********************************************************************
 * Block-level elements with specific positionning / properties
 **********************************************************************/

select#classe {
	font-family: Lucida Grande, Verdana, Arial;
}

div#toolbar {
	position:absolute;
	 top:2px;
	 left:255px;
	 height:44px;
	 z-index:3;
	margin:0px;
	/*padding-top:2px;*/
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	white-space:nowrap;
	/*background: url(../i/bg_toolbar.jpg) repeat-x;*/
}
p#toolbarinfo {
	position:absolute;
	 top:33px;
	 width:92%;
	margin:0px;
	padding:0px;
	font-size:9px;
	text-align:center;
}

div#menucontainer {
	position:absolute;
	 top:0px;
	 left:0px;
	 margin:0px;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:50px;
	padding-bottom:0.8em;
}

div#menubg {
	position:absolute;
	 top:0px;
	 left:0px;
	 margin:0px;
	 width:20em;
	 height:100%;
	z-index:0;
	padding:0px;
	border: 0px;
}

div#pagecontainer {
	position:absolute;
	right:0.5em;
}

div.without_menu {
	left:0px;
	top:60px;
}
div.with_menu {
	left:21em;
	top:60px;
}


div.loginbox {
	position:absolute;
	left:50%;
	top:40%;
	width:28em;
	height:12em;
	margin-top: -6em;
	margin-left: -14em;
	background:#EEEEEE;
	border:1px solid #666666;
	padding:10px;
	text-align:center;
	overflow: visible;
}

div#schoolname {
	display:none;
}