body 
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #660000;
	font-family: Arial, "Times New Roman", Times, sans-serif;

}

#top
{
	position: absolute;
	width: 684px;
	height: 100px;
	top: 15px;
	left: 300px;
	background: url("images/david.png") no-repeat;
}

#dc
{
	position: absolute;
	width: 71px;
	height: 100px;
	top: 15px;
	left: 82px;
	background: url("images/dc.png") no-repeat;
}

#corps
{
	position: absolute;
	top: 150px;
	width: 660px;
	
	left: 300px;
	padding: 10px;
	background-color: white;
	color: black;
	border: 2px inset black;
	text-align: center;
}
#corps2
{
	position: absolute;
	top: 150px;
	width: 660px;
	
	left: 300px;
	padding: 10px;
	background-color: white;
	color: black;
	border: 2px inset black;
	text-align: left;
}
#accueil
{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 150px;
	left: 15px;
	background: url("images/bouton_accueil.gif") no-repeat;
}

#presentation
{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 180px;
	left: 15px;
	background: url("images/bouton_presentation.gif") no-repeat;
}

#peintures
{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 210px;
	left: 15px;
	background: url("images/bouton_peintures.gif") no-repeat;
}

#photographies
{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 240px;
	left: 15px;
	background: url("images/bouton_photographies.gif") no-repeat;
}

#boutique
{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 270px;
	left: 15px;
	background: url("images/bouton_boutique.gif") no-repeat;
}

#contact
{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 300px;
	left: 15px;
	background: url("images/bouton_contact.gif") no-repeat;
}
#evenements
{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 330px;
	left: 15px;
	background: url("images/bouton_evenements.gif") no-repeat;
}
#liens
{
	position: absolute;
	width: 200px;
	height: 30px;
	top: 360px;
	left: 15px;
	background: url("images/bouton_liens.gif") no-repeat;
}

#facebook
{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 390px;
	left: 15px;
	background: url("images/facebook.png") no-repeat;
}

#cinqcentpixel
{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 390px;
	left: 43px;
	background: url("images/cinqcentpixel.png") no-repeat;
}
#instagram
{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 390px;
	left: 71px;
	background: url("images/instagram.png") no-repeat;
}
#youtube
{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 390px;
	left: 99px;
	background: url("images/youtube.png") no-repeat;
}

