.section_title{
	margin:40px 5% 0 10%;
	text-align:justify;
	background-color:white;
	color:red;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
}

.subsection_title{
	margin:40px 5% 0 10%;
	text-align:justify;
	background-color:white;
	color:blue;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
}

.subsubsection_title{
	margin:40px 5% 0 10%;
	text-align:justify;
	background-color:white;
	color:black;
	font-size:12px;
	font-weight:bold;
}


.material_list{
	margin:40px 5% 0 40px;
	border:double 5px black;
	line-height:25px;
}

.material_list a{

	color:black;
	font-size:16px;
}

#sectionbar{
	position:relative;
	left:0px;
	top:0px;
	height:35px;
	min-width:900px;
	width:100%;
	margin:0;
	padding:0;
	background:url('../pictures/menubar.jpg') left top repeat-x;
	z-index:0;
}
#subcontents,#subcontents_blog,#subcontents_notop{
	position:absolute;
	text-align:justify;
	left:0px;
	top:110px;
	bottom:16px;
	padding:0;
	width:100%;
	overflow:auto;
	background-color:white;
	z-index:0;
}
#subcontents_blog{
	top:70px;
}
#subcontents_notop{
	top:20px;
}
#sectiontitle{
	position:relative;
	font-family:Georgia, inherit;
	font-style:italic;
	letter-spacing:1px;
	display:block;
	margin:30px auto;
	text-align:center;
	font-weight:normal;
	font-size:30px;
	color:#0c0c57;
	clear:both;
}


#section ul{
	height:35px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#section ul li{
	list-style:none;
	float:left;
	padding:0;
}

#section ul li a{
	height:35px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	display:block;
	line-height:12px;
	width:130px;
	color:white;
	border-right:solid 1px white;
	padding:2px 5px 0 5px;
}

#section ul li a.oneligne,#section ul li a.onelignetemp{
	height:35px;
	font-size:11px;
	width:auto;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	display:block;
	line-height:30px;
	color:white;
	border-right:solid 1px white;
	padding:0 5px 0 5px;
}

#section ul li a:hover{
	color:#2d6c6c;
	background:url('../pictures/menubarhover.jpg') left top repeat-x;
}

