/* Stromasys
	webdesign: vitamine-c
*/
@import url("stromasys_main.css");

body {
	background-image: url(../images/homebg.jpg);
}

#contentcontainer {
	width: 970px;
}

#leftcontent {
	float: left;
	width: 200px;
	height: 300px;
	background: url(../images/leftmenubg.gif);
	background: none;
	margin-right: 20px;
}

#breadnsearch {
	float: left;
	width: 742px;
	height: 30px;
	margin-bottom: 10px;
}

#breadcrumb {
	float: left;
}

#breadcrumb a {
	color: #595959;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #464646;
}

/* SEARCH */
div#recherche {
	float: right;
	margin-top: 0px;
	/*margin-left: 10px;*/
	color: #3a61bb;	
}

ul.menu2level {
	margin: 0px;
	padding: 0px;
	height: auto;
	padding: 0px;
	margin-left: 8px;
	margin-top: 15px;
}

ul.menu2level li {
	display: block;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #ccc; */
}

ul.menu2level li a {
	display: block;
	background: url(../images/menubg.gif);
	background-repeat: no-repeat;
	color: #0a3bab;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	}
ul.menu2level li a:hover {
	color: #fff;
	background: url(../images/menubg_over2.gif);
	background-repeat: no-repeat;
}

ul.menu2level li.left2ndlevel a, ul.menu2level li.left2ndlevel a.leftmenu_active {
	display: block;
	font-size: 11px;
   background: none;
	color: #0a3bab;
	font-weight: bold;
	color: #426ed3;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	}
ul.menu2level li.left2ndlevel a:hover, ul.menu2level li.left2ndlevel a.leftmenu_active {
	color: #fff;
	color: #2b4789;
	background: none;
	background-repeat: no-repeat;
}

ul.menu2level li.left3ndlevel a, ul.menu2level li.left3ndlevel a.leftmenu_active {
	display: block;
	font-size: 10px;
   background: none;
	color: #0a3bab;
	color: #426ed3;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	}

.borderbottom {
	border-bottom: 1px solid #ff0000;
}


ul.menu2level li.left3ndlevel a:hover, ul.menu2level li.left3ndlevel a.leftmenu_active {
	color: #fff;
	color: #2b4789;
	background: none;
	background-repeat: no-repeat;
}




