/* mise en page des pages matieres */

#table_materials{
	position: absolute;
	width: 532px;
	left: 12px;
	top: 244px;
	margin: 0px;
	padding: 0px;	
}
#img_materials{
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: no-repeat;
}
#red_title{
	color: #FF0000;
	text-align: left;
	font-weight: 900;
	margin-top: 5px;
}
#red_content{
	color: #FF0000;
	background-position: left;
	font-weight: 900;
}
#materials_links a {
	color: #FF0000;
	font-weight: 900;
	text-decoration: underline;
	text-align: left;
}
#blue_title{
	color: #0C2E82;
	text-align: left;
	font-weight: 900;
	margin-top: 5px;
}
#blue_content{
	color: #0C2E82;
	background-position: left;
	font-weight: 900;
}
#blue_links{
	color: #0C2E82;
	font-weight: 900;
	text-decoration: underline;
	text-align: left;
}
.top_link{
	font-weight: 900;
	color: #92BB23;
	text-decoration: underline;
}

