/* CSS Document */
body{
	background-color:#bfd9e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	font-size:18px;
	color:#0057a4;
	font-style:italic;
	text-decoration:underline;
}
a{
	color:#0057a4;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.menu{
	width:180px;
	margin:auto;
	float:left;
	padding:10px;
}
.page{
	background-color:#0057a4;
	width:900px;
	margin:auto;
	min-height:300px;
	overflow:auto;
}
.contenu{
	width:670px;
	float:left;
	background-color:#ffffff;
	min-height:350px;
	padding:15px;
}
.menu a{
	display:block;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
	margin-bottom:15px;
	border-bottom-color:#bfd9e5;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.menu a:hover{
	color:#0099FF;
	background-image:url(images/ballon.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.footer{
	width:900px;
	margin:auto;
	text-align:center;
	color:#0057a4;
	font-size:10px;
}
.petit{
	font-size:10px;
}
.entete{
	background-color:#CC0000;
	color:#ffffff;
	font-weight:bold;
}
.ligne1{
	background-color:#E4EFEE;
}
.ligne2{
	background-color:#F3F3F3;
}
