/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-color:#003366;
}
h1{
	color:#003366;
	font-size:16px;
}
a{
	color:#003366;
	text-decoration:none;
}
a:hover{
	color:#003366;
	text-decoration:underline;
}
#bandeau{
	width:900px;
	margin:auto;
	border-style:solid;
	border-color:#003366;
	border-width:1px;
	border-bottom:none;
	border-top:none;
}
#page{
	width:900px;
	margin:auto;
	border-style:solid;
	border-color:#003366;
	border-width:1px;
	border-top:none;
	background-color:#FFFFCC;
	background-image:url(images/menu.gif);
	background-position:top left;
	background-repeat:repeat-y;
	min-height:370px;
}
#menu{
	width:180px;
	float:left;
}
#bouton{
	margin:10px;
	margin-left:15px;
	font-weight:bold;
	border-bottom-style:dashed;
	border-bottom-color:#003366;
	border-bottom-width:1px;
}
#bouton a{
	text-decoration:none;
	color:#003366;
	padding:5px;
}
#bouton a:hover{
	color:#CCCCCC;
}
#contenu{
	float:right;
	width:696px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#003366;
	border-width:1px;
	border-bottom:none;
	border-right:none;
	min-height:340px;
	padding:10px;
}
#footer{
	width:100%;
	background-color:#FFFFCC;
	font-size:10px;
	text-align:center;
	color:#003366;;
}
#footer a{
	text-decoration:none;
	color:#003366;;
}
#footer a:hover{
	text-decoration:underline;
	color:#003366;;
}
