/* CSS Document */



body {
	background-color: #a95207;
	background-image: url(../images/bg_sydneygroove_free.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding:0px;
	border:none;
}

#header{
	background-image: url(../images/fond_sydneygroove_free.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 591px;
	margin: 0px;
	padding:0px;
	border:none;
	text-align: center;
	padding-left:10px;
}
	
	
	
a img {
	border: none;
}


/* DEFINITION DES POLICES */


p, h1, p#subtitle, a {
	font-family: century gothic, serif;
	
}



h1#main_title {
	color: #e8ac77;
	font-size: 32px;
	margin:0px;
	border:0px;
	padding-top:160px;
	padding-bottom:4px;
}

p#subtitle, a, a:visited{
	color: #7e410b;
	
}

p#subtitle{
	font-size: 32px;
	margin: 0px;
	padding: 0px;
	border: none;
}

a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}



a:hover {
	color: #fff;
	margin: 0px;
	padding: 0px;
	border: none;
}









