a.menu:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.menu:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.menu1:link {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}
a.menu1:visited {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}
a.menu1:hover {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}
a.menu1:active {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}
code {
	color: #FF0000;
}
.demo {
  width:50%;
	font-size: 80%;
	border:1px solid black;
	padding:2px;
	float:left;
	text-align:right;
}
.chapitre {
	background-image: url(images/fond_h1.gif);
}
