/* LE CORPS DE PAGE */
* {margin:0;padding:0}

body {
	padding: 0px;
	background: #333333 url(images/bg-body.jpg) repeat-x;
	font: 11px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: White;
	font: 12px;
}
#general {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#general2 {
	width: 900px;
	height: 796px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;

}
#centre {
	display: block;
	padding: 240px 0 100px 400px;
}
a.flag-fr, a.flag-en, a.flag-de, a.flag-fr-desactive, a.flag-en-desactive, a.flag-de-desactive {
	display: block;
	background: url(images/fr.jpg) no-repeat 0 0;
	width: 30px;
	height: 18px;
	float: left;
	margin: 0 0 0 12px;
	font-size: 0em;
	border: 1px solid #943938;
}
a.flag-en-desactive {
		background: url(images/en-desactive.jpg) no-repeat 0 0;
		border: 1px solid gray;
}
a.flag-de-desactive {
		background: url(images/de-desactive.jpg) no-repeat 0 0;
		border: 1px solid gray;
}
a.flag-de {
		background: url(images/de.jpg) no-repeat 0 0;
}
a:hover.flag-fr, a:hover.flag-en, a:hover.flag-de {
	border: 1px solid white;
}
.clear {
	clear: both;
}
