html {
    height:100%;
	margin:0;
	padding:0;
}
body {
    background-color: #95c9e7;
	background-image: url(fond.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
h1,h3,h4{
    text-align: center;
}
#nodisp {
	display: none;
}
#phpmv {
	display: none;
}
table {
	margin: auto;
	width: 630px;
}
td {
	vertical-align: top;
	text-align:center;
	width: 25%;
}
tr {
	vertical-align: top;
}
#container {
	/*background-color: #CCCCCC;*/
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	/*background-color: #FFFFFF;*/
	padding: 10px;
	border: 1px solid #5F91B0;
	/*background-image:url(fond_container.png); */
	background: url('fond_container.png');}
.date {
	position: relative;
	font-weight:600;
	margin-left: 1.5em;
	left: 1px;
	background-color: #96C9E8;
	width: 170px;
}
img {
	border: 0;
}
a,a:hover,a:visited {
    color: black;
}
a:hover {
	text-decoration: none;
}
.img{
	width: 160px;
	text-align:center;
}
.legend {
	font-size: 0.7em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.red {
	color: red;
}
td {
	text-align: center;
}
#remerciements {
	font-style: italic;
    font-size: 12px;
}
#footer {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	position:relative;
	top:2px;
	text-align: center;
	height: 22px;
	color:#FFFFFF;
	font-weight: 600;
    	background: url('/css/fond.png');}
#footer a {
	color: #003399;
}