body {
	background-image: url(img/fond.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
}
#tableau-principal{
width:765px;
background-image:url(img/fond-table.jpg);
background-color:#FFFFFF;
background-position:top;
background-repeat:no-repeat;
}
#bandeau{
	height:265px;
	}
	
#menu td{
text-decoration:none;
font-size:12px;
color:#024fa1;
padding-top:5px;

}

#menu a{
text-decoration:none;
font-size:12px;
color:#024fa1;
}

#contenu {
	background-color: #7dbc8e;
	text-align: left;
	width: 765px;
	border: 1px solid #ffffff;
	margin-top:  0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	background-image: url(img/contenufd.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
#adresse{
background-color:#347dcb;
color:#FFFFFF;
text-align:center;
padding:5px;
height:20px;
}
H1{ 
	color:#024fa1;
	margin:0;
	padding:0;
	}
strong{
	color:#00a5e4;
	}