body{
	width : 1000px;
	margin : 2em auto;
	text-align: center;
}

#baseline{
	color : #E46C0A;
	font-size : 1.5em;
	clear:both;
	margin-top : 1em;
}
#soon{
	font-size : 0.9em;
	color : gray;
	font-style: italic;
}
#footer{
	margin-top : 1em;
	font-size : 0.9em;
	color : gray;
	font-style: italic;
}

#contact{
	font-style: normal;
	color : black;
}
a{
	color : #529DF3;
	text-decoration: none;
}
a:hover{
	color : #61C415;
}

#bande_annonce{
	background-color : black;
	overflow : hidden;
	padding : 1em;
	-moz-border-radius : 10px;
		-webkit-border-radius : 10px;
			border-radius : 10px;
}

#bande_annonce h2{
font-size : 0.9em;
color : lightgray;
font-weight: normal;
font-style: italic;
}