/**
 * This stylesheet is part of SONECOM web-site.
 *
 * CSS rules here define the style of the web site menus. Three menus are
 * defined:
 *     1) div#topblock is the top-right      openable menu
 *     2) div#tabs     is the bottom-center  contact items (contact, gestemps, formations, stages)
 *     3) div#barre    is the bottom-left    job items (devenir paneliste, devenir enqueteur)
 */

/** ---------------------------------------- top-right openable menu ------ */
div#topblock {
	left: 295px;
	top: 20px;
	width: 170px;
	height: auto;
	border-top: 1px solid #58595B;
}
div#topblock ul#menu li {
	list-style-type: none;
	float: left;
}
div#topblock ul#menu li a {
	display: block;
	width: 170px;
	height: auto;
	text-decoration: none;
	color: black;
}

div#topblock ul#menu li {
	border-bottom: 1px solid #58595B;
}
div#topblock ul#menu li a {
	padding: 5px 0px 6px 0px;
	font-size: 90%;
	text-transform: uppercase;
	color: #58595B;
}
div#topblock ul#menu li.current a {
	padding: 5px 0px 3px 0px;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	width: 170px;
	color: black;
}
div#topblock ul#menu li a:hover {
	color: #C9211D;	
	font-weight: bold;
	background: white;
}
div#topblock ul#menu li.current a:hover {
	color: black;
	background: none;	
}

div#topblock ul#submenu li {
        border-bottom: none;
	text-align: left;
} 
div#topblock ul#submenu li a,
div#topblock ul#menu li.current ul#submenu li a {
	padding: 0px 0px 3px 10px;
        font-weight: normal;
	font-size: 90%;
	width: 140px;
        text-transform: none;
}
div#topblock ul#submenu li.current a,
div#topblock ul#menu li.current ul#submenu li.current a {
        font-size: 90%;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	color: #C9211D;
}
div#topblock ul#submenu li a:hover {
	text-decoration: underline;
	color: #C9211D;
        background: none;
}
div#topblock ul#submenu li.current a:hover {
        text-decoration: none;
}

/** ---------------------------------------- bottom-center contact items -- */
div#tabs {
	bottom: 0px;
	width: 600px;
	height: 25px;
}
div#tabs ul {
	position: absolute;
	bottom: 2px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	right: 0px;
}
div#tabs ul li {
	list-style-type: none;
	float: left;
}
div#tabs ul li a {
	display: block;
	width: 100px;
	height: 15px;
	padding: 4px 0 0px 5px;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
	color: #58595B;
	border-top: 2px solid #58595B;
	background: url('../img/tab.gif');
	border-left: 2px solid #58595B;
}
div#tabs ul li a:hover {
	border-left: 2px solid lightgrey;
	border-top: 2px solid lightgrey;
	background: #fff;
	color: black;
}

/** ---------------------------------------- bottom-left jobs items ------ */
div#barre ul{
	display: block;
	position: absolute;
	top: 3px;
	width: 180px;
	height: 30px;
}
div#barre ul li {
	display: block;
	width: 180px;
	height: 17px;
	list-style-type: none;
	text-align: left;	
	float: left;
	margin: 0px;
	padding: 0px;
}
div#barre ul li a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin: 0px;
	padding: 5 0 0 0px;
}
div#barre ul li a:hover {
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	margin: 0px;
	padding: 0px;
}

div#topblock.wikitree {
	height: 420px;
	overflow: auto;
}

div#topblock ul.wikitree {
	margin-left: 10px;
	text-align: left;
}
