@charset "utf-8";
/* CSS Document */

body {
	
	background-color:floralwhite;
}

@font-face {
	
	src: url('Webfonts\CabbagetownStd.ttf');}

@font-face {
	
	src: url('Webfonts\Trumpit.ttf');}
	
#Main_div {
	top:80px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width: 800px;
	height:100%;
}

#Nom {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
	width: 720px;
	height: auto;
	font-family: CabbagetownStd,serif;
	font-size: 65px;
	color: #686720;
	left: auto;
}

#Barre_boutons{
	width: 100%;
	text-align: center;
	margin-top:15px;
	margin-bottom: 15px;

}

#Boutons {
	border-radius: 5px;
	width: 20%;
	font-family: Trumpit, serif;
	background-color: #686720;
	color: white;
	border-style: outset;
	border-color:#686720;
	text-decoration: none;
}

#Boutons:hover {
	border-style: inset;
}



#Div_Photo_principale {
	margin-left: auto;
	margin-right: auto;
	box-shadow: 8px 8px 5px #444;	
	width: 720px;
	height:540px;
}

#Texte_intro {
	position: relative;
	text-align: center;
	color: #686720;
	font-family: Trumpit, serif;
	font-size: 24px;
}
