/* CSS Document */

/* Les éléments HTML en général (body, link, titre...)
-------------------------------------------------------- */
body{
	background: #000000;
	font-family:  Garamond, "Book Antiqua", "Times New Roman";
	font-size: 16px;
	color: #000000;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: Garamond, "Book Antiqua", "Times New Roman";
}


h6{
	font-size: 36px;
	color: #FFFFFF;
}

a{
	color: #FFFFFF;
	text-decoration : none;
}

a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

a:visited{
	color: #FFFFFF;
	text-decoration : none;
}

/* --------------------------------------------------------
Page -- Composé en haut de TOP et en bas de BOTTOM
-------------------------------------------------------- */
#page{
	width: 750px;
	height:auto;
	text-align: left;
	}
 
	/* PREMIERE PAGE
	-------------------------------------------------------- */
	#first_page{
	width: 750px;
	height: auto;
	margin-top: 100px;
	background-position: center top;
}

	#Emeline{
	width: 242px;
	height: 82px;
	margin-left: 1px;
	margin-right:auto;
}
	#Actus{
	width: 450px;
	height: 82px;
	margin-left: 1px;
	margin-right:auto;
	float: left;
}

	#Bob{
	height: 82px;
	width: 300px;
	margin-left: 450px;
}
	#Telecharger{
	height: 82px;
	width: 290px;
	float: right;
}

	#Image_centrale{
	height: auto;
	width: 750px;
}
