/* CSS Document */
body{
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
h1{
	font-size:16px;
	color:#006600;
}
h2{
	font-size:14px;
	color:#CC0000;
}
h2 a{
	font-size:14px;
	color:#CC0000;
}

h2 a:hover{
	font-size:14px;
	color:#000000;
}
#bandeau{
	width:900px;
	margin:auto;
}
#menu{
	width:900px;
	margin:auto;
	background-color:#C8C4A8;
	color:#000000;
	height:20px;
	padding-top:5px;
}
#menu a{
	color:#000000;
	text-decoration:none;
	padding:10px;
	font-weight:bold;
}
#menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
}
#page{
	width:880px;
	margin:auto;
	background-color:#FFFFFF;
	min-height:300px;
	padding:10px;
}
.chapitre{
	font-size:14px;
	color:#336633;
	font-weight:bold;
}
a:hover.chapitre{
	color:#000000;
}
.section{
	font-size:12px;
	font-weight:bold;
	color:#993300;
	text-decoration:none;
}
a:hover.section{
	color:#000000;
}
.ssection{
	font-size:12px;
	font-weight:bold;
	color:#000099;
	text-decoration:none;
}
a:hover.ssection{
	color:#000000;
}
#footer{
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	width:900px;
	margin:auto;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
}
.lien{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a:hover.lien{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
