/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#F0F0F0;
}
h1{
	font-size:18px;
	color:#CC0033;
	font-style:italic;
}
h2{
	font-size:14px;
	color:#333399;
	font-weight:bold;
}
a{
	color:#728efc;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#page{
	background-color:#728efc;
	width:900px;
	margin:auto;
	min-height:400px;
	overflow:auto;
	padding-bottom:5px;
}
#menu{
	width:220px;
	float:left;
	padding:5px;
}
#contenu{
	background-color:#ffffff;
	width:645px;
	float:left;
	min-height:370px;
	padding:10px;
}	
#menu a{
	display:block;
	margin-top:5px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	border-bottom-color:#333399;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#menu a:hover{
	background-color:#CC0033;
}
#footer{
	width:900px;
	margin:auto;
	font-size:10px;
	color:#000066;
	text-align:center;
}
.entete{
	background-color:#FF9966;
	font-weight:bold;
}
.ligne{
	background-color:#E5E5E5;
}
.petit{
	font-size:10px;
}
