#global{
	min-height: 100%; /* -> 1 */
	width: 1024px;
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

#contenu_accueil{
	background:url(design/swimy/images/accueil.jpg);
	width:1024px;
	height:769px;
}

#bloc_drapeaux {
	margin-top: 10px;
	position:absolute;
	margin-left:800px;
}

#drapeaux{
	float:left;
	margin-left:15px;
}

#drapeaux p {
	font-size:11px;
	text-align:center;
	color:#305080;
	font-weight:bold;
}

a {
	text-decoration:none;
	border:none;
	color:#000;
}

a:hover {
	color:#000;
}

img {
	border:none;
}
