/* CSS Document */
/* Website developed by Laurent D'Alvise*/
/* Copyright Laurent D'Alvise 2010*******/

body {
padding: 0px;
margin: 0px;
background: black;
text-align: center;
}

/*****Zone d'annonce WELCOME*****/
.conteneur {
position: relative;
margin: 0 auto;
top: 40px;
width: 1000px;
height: 200px;
text-align: center;
}

/*****Zone des flags*****/
.flags {
position: relative;
margin: 0 auto;
top: 300px;
width: 1000px;
height: 50px;
text-align: center;
text-decoration: none;
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
}

.flagsFr {
position: relative;
top: 0px;
text-align: center;
border: 0px;
text-decoration: none;
}

img a
{
	border:none;
}

a {
text-decoration: none;
}
