body {
	margin: 0px;
}
.haut {
	background-image: url(images/fond_haut.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 89px;
}
.navigation {
	background-image: url(images/fond_nav.gif);
	background-repeat: no-repeat;
}
.centre {
	background-image: url(images/globe.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
}
.aucentre {
	text-align: center;
}

.titre {
	font-family: Georgia;
	font-size: 30px;
	font-style: italic;
	color: #a6cb61;
}
a {
	color: #000000;
}

.adroite {
	text-align: right;
}
td {
	font-family: Georgia;
	font-size: 13pt;
}
.tdhome {
	vertical-align: top;
}
.bas {
	background-image: url(images/fond_bas.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
	font-family: Verdana;
	font-size: 11px;
	color: #787878;
	text-align: center;
	padding-top: 30px;
}
.bas a {
	color: #787878;
	text-decoration: none;
}
.bas a:hover {
	text-decoration: underline;
}
.basUK {
	background-image: url(uk/images/fond_bas.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
	font-family: Verdana;
	font-size: 11px;
	color: #787878;
	text-align: center;
	padding-top: 30px;
}


li {
	list-style-image: url(images/puce.gif);
}

.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.soustitre {
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	color: #a6cb61;
}

