body {
	padding : 0px;
	margin : 0px;
	background-color : #888;
}
#accueil {
	font-family: "Times New Roman", Times, serif;
	position : relative;
	margin : auto;
	width : 1006px;
}

#accueil .header {
	position : absolute;
	top : 240px;
	left : 80px;
	color : #3f91bc;
	font-style : italic;
}

#accueil .header .title {
	font-weight : bold;
	font-size : 130px;
}

#accueil .header .subtitle {
	font-size : 35px;
}

#accueil .flags {
	position : absolute;
	top : 280px;
	left : 675px;
}

#accueil .flag {
	font-style : italic;
	font-size : 22px;
	margin-bottom : 5px;
}

#accueil .flag a {
	text-decoration : none;
	font-weight : bold;
	color : #e00;
}

#accueil .flag:hover a {
	text-decoration : underline;
	text-shadow: 2px 3px 5px #ddd;
	filter: dropshadow(color=#ddd, offx=2, offy=3);
}


#accueil .flag:hover img {
	text-decoration : underline;
}

#accueil .flag a img {
	border : none;
	vertical-align : middle;
	margin-right : 5px;
}

#accueil bg {
}