@charset "utf-8";

/*  ------------------------------------------
/*  Corps Principal
/*  ------------------------------------------
*/

body {
	background-color: #9E1424;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	vertical-align: middle;
	/* Centrage du site */
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	/* Centrage IE */
	text-align: center;
}

/*  ------------------------------------------
/*  Design - Background
/*  ------------------------------------------
*/

#div-main {
	position: relative;
	visibility: visible;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 1000px;
	/* Centrage FF */
	margin-left: auto;
	margin-right: auto;
}

#div-header {
	position: absolute;
	visibility: visible;
	top: 0px;
	left: 0px;
	height: 320px;
	width: 1000px;
}

#div-body {
	position: absolute;
	visibility: visible;
	top: 320px;
	left: 0px;
	height: 545px;
	width: 1000px;
}

#img-body {
	height: 545px;
	width: 1000px;
}

#div-footer {
	position: absolute;
	visibility: visible;
	top: 865px;
	left: 0px;
	height: 135px;
	width: 1000px;
}

#flag-fr {
	position: absolute;
	top: 840px;
	left: 240px;
	border: 0px;
}

#flag-de {
	position: absolute;
	top: 840px;
	left: 625px;
	border: 0px;
}

#copyright {
	position: absolute;
	top: 965px;
	left: 400px;
	font-size: 12px;
	height: 30px;
}

/*  ------------------------------------------
/*  Menu
/*  ------------------------------------------
*/

/*  ------------------------------------------
/*  Mise en forme des liens
/*  ------------------------------------------
*/

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: black;
}

/*  ------------------------------------------
/*  Mise en forme d'un contenu général
/*  ------------------------------------------
*/

#div-text {
	position: absolute;
	top: 280px;
	left: 150px;
	width: 700px;
	height: 600px;
	text-align: center;
	color: #000000;
	/* Scrollbar */
	overflow: auto;
}

/*  ------------------------------------------
/*  Mise en forme du texte
/*  ------------------------------------------
*/

h1 {
	font-size: 21px;
	font-weight: bold;
}

h2 {
	font-size: 19px;
	font-weight: bold;
}

/*  ------------------------------------------
/*  Divers mise en forme
/*  ------------------------------------------
*/

.underline {
	text-decoration: underline;
}