body{
	font-family:"Times New Roman", Times, Arial, serif;
	background-color:#FFFFFF;
	width:1000px;
	height:100%;
	margin:0px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#banniere{
	height:160px;
	background-color:#1A1AFF;
	background-image:url("images/banniere3_yvoir.jpg");
	background-repeat:no-repeat;
}

#date{
	height:19px;
	background-color:#CCCCCC;
	text-align:right;
	border-bottom: 1px solid #1A1AFF;
}

#menu{
	float:left;
	width:200px;
	height:640px;
	background-color:#1A1AFF;
}

#corps{
	margin-left:195px;
	padding:5px;
	background-color:#CCCCCC;
	height:630px;
	overflow: hidden;
}

#footer {
	text-align:center;
    height:25px;
	color:#B3B3B3;
	background-color:#808080;
	border-top: 1px solid blue;
}

pre{
	font-family:"Times New Roman", Times, Arial, serif;
}

a{
	text-decoration:none; 
	color:#40507C
}

a:hover{
	color:#40507C;
}
