body 
{
	font-size: 1.0em;
	color : #1e96b9;
	background-image: url('fond.png');
	width : auto;
	height : auto;
	margin : auto;
	font-family: Verdana, Arial, Sans-Serif;
}

.both{
	clear : both;
}

#logo{
	/*background-image: url('titre.png');*/
	width : 491px;
	height : 226px;
	margin : auto;
	z-index:0;
}

#centre{
	background-image: url('body.gif');
	background-repeat: no-repeat;
	width : 788px;
	height : 236px;
	padding : 5px;
	margin : auto;
	margin-top: -25px!important;
	z-index:1;

}

#footer{
	background-image: url('footer.png');
	background-repeat: no-repeat;
	width : 584px;
	height : 38px;
	margin : auto;
	margin-top: 75px!important;
	font-size: 0.5em;
	text-align:center;
	padding-top:5px;
}

a {
	font-weight: bold;
	text-decoration: none;
}

h1{
	font-size: 1.2em;
	display:inline;
}

h2{
	font-size: 0.95em;
	display:inline;
}

a{
color: #22ee00;
}

a:hover{
text-decoration: underline;
color:orange;
}

a.selected{ 
color:yellow;
}
